Searched refs:canProvideDocumentSource (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDocument.h191 @method canProvideDocumentSource
194 - (BOOL)canProvideDocumentSource;
H A DWebPDFRepresentation.mm149 - (BOOL)canProvideDocumentSource
H A DWebHTMLRepresentation.mm227 - (BOOL)canProvideDocumentSource
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDocument.idl225 @method canProvideDocumentSource
227 - (BOOL)canProvideDocumentSource;
229 HRESULT canProvideDocumentSource([out, retval] BOOL* result);
/external/webkit/Source/WebKit/win/
H A DWebHTMLRepresentation.h122 virtual HRESULT STDMETHODCALLTYPE canProvideDocumentSource(
H A DWebHTMLRepresentation.cpp254 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::canProvideDocumentSource( function in class:WebHTMLRepresentation
258 HRESULT hr = this->m_frame->canProvideDocumentSource(&canProvideSource);
H A DWebFrame.h374 HRESULT canProvideDocumentSource(bool* result);
H A DWebFrame.cpp1471 HRESULT WebFrame::canProvideDocumentSource(bool* result) function in class:WebFrame

Completed in 393 milliseconds