HomeSort by relevance Sort by last modified time
    Searched defs:canProvideSource (Results 1 - 2 of 2) 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.cpp 97 bool WebFrameProxy::canProvideSource() const

Completed in 209 milliseconds