HomeSort by relevance Sort by last modified time
    Searched refs:canProvideDocumentSource (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebDocument.h 191 @method canProvideDocumentSource
194 - (BOOL)canProvideDocumentSource;
WebPDFRepresentation.mm 149 - (BOOL)canProvideDocumentSource
WebHTMLRepresentation.mm 227 - (BOOL)canProvideDocumentSource
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDocument.idl 225 @method canProvideDocumentSource
227 - (BOOL)canProvideDocumentSource;
229 HRESULT canProvideDocumentSource([out, retval] BOOL* result);
  /external/webkit/Source/WebKit/win/
WebHTMLRepresentation.h 122 virtual HRESULT STDMETHODCALLTYPE canProvideDocumentSource(
WebHTMLRepresentation.cpp 254 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::canProvideDocumentSource(
258 HRESULT hr = this->m_frame->canProvideDocumentSource(&canProvideSource);
WebFrame.h 374 HRESULT canProvideDocumentSource(bool* result);
WebFrame.cpp     [all...]

Completed in 984 milliseconds