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

  /external/webkit/Source/WebKit/win/
WebHTMLRepresentation.cpp 257 bool canProvideSource;
258 HRESULT hr = this->m_frame->canProvideDocumentSource(&canProvideSource);
259 *result = canProvideSource ? TRUE : FALSE;
  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.h 104 bool canProvideSource() const;
WebFrameProxy.cpp 97 bool WebFrameProxy::canProvideSource() const
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFrame.cpp 116 return toImpl(frameRef)->canProvideSource();

Completed in 139 milliseconds