HomeSort by relevance Sort by last modified time
    Searched full:canprovidedocumentsource (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebKit/win/Interfaces/
IWebDocument.idl 225 @method canProvideDocumentSource
227 - (BOOL)canProvideDocumentSource;
229 HRESULT canProvideDocumentSource([out, retval] BOOL* result);
  /external/webkit/WebKit/mac/WebView/
WebDocument.h 191 @method canProvideDocumentSource
194 - (BOOL)canProvideDocumentSource;
WebPDFRepresentation.mm 149 - (BOOL)canProvideDocumentSource
WebHTMLRepresentation.mm 211 - (BOOL)canProvideDocumentSource
  /external/webkit/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 341 HRESULT canProvideDocumentSource(bool* result);
WebFrame.cpp     [all...]
  /external/webkit/WebKit/mac/
WebKit.order     [all...]

Completed in 468 milliseconds