Home
last modified time | relevance | path

Searched refs:canProvideSource (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebHTMLRepresentation.cpp257 bool canProvideSource; in canProvideDocumentSource() local
258 HRESULT hr = this->m_frame->canProvideDocumentSource(&canProvideSource); in canProvideDocumentSource()
259 *result = canProvideSource ? TRUE : FALSE; in canProvideDocumentSource()
/external/webkit/Source/WebKit2/UIProcess/
DWebFrameProxy.h104 bool canProvideSource() const;
DWebFrameProxy.cpp97 bool WebFrameProxy::canProvideSource() const in canProvideSource() function in WebKit::WebFrameProxy
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKFrame.cpp116 return toImpl(frameRef)->canProvideSource(); in WKFrameCanProvideSource()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1614715 (WebKit::WebFrameProxy::canProvideSource):
14790 (WebKit::WebFrameProxy::canProvideSource): This now just calls isDiplayingMarkupDocument.
23678 (WebKit::WebFrameProxy::canProvideSource):