webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IWebDocument.idl";
Public Member Functions | |
HRESULT | setDataSource ([in] IWebDataSource *dataSource) |
HRESULT | receivedData ([in] IStream *data, [in] IWebDataSource *dataSource) |
HRESULT | receivedError ([in] IWebError *error, [in] IWebDataSource *dataSource) |
HRESULT | finishedLoadingWithDataSource ([in] IWebDataSource *dataSource) |
HRESULT | canProvideDocumentSource ([out, retval] BOOL *result) |
HRESULT | documentSource ([out, retval] BSTR *source) |
HRESULT | title ([out, retval] BSTR *docTitle) |
canProvideDocumentSource
documentSource
HRESULT IWebDocumentRepresentation::finishedLoadingWithDataSource | ( | [in] IWebDataSource * | dataSource | ) |
finishedLoadingWithDataSource: Called when the data source has finished loading.
dataSource | The datasource that has finished loading.
|
HRESULT IWebDocumentRepresentation::receivedData | ( | [in] IStream * | data, |
[in] IWebDataSource * | dataSource | ||
) |
HRESULT IWebDocumentRepresentation::receivedError | ( | [in] IWebError * | error, |
[in] IWebDataSource * | dataSource | ||
) |
HRESULT IWebDocumentRepresentation::setDataSource | ( | [in] IWebDataSource * | dataSource | ) |
setDataSource: Called soon after the document representation is created.
dataSource | The data source that is set.
|
title