Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.h43 bool frameHasCustomRepresentation() const { return m_frameHasCustomRepresentation; } in frameHasCustomRepresentation() function
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp1533 …itLoadForFrame(uint64_t frameID, const String& mimeType, bool frameHasCustomRepresentation, const … in didCommitLoadForFrame() argument
1553 m_mainFrameHasCustomRepresentation = frameHasCustomRepresentation; in didCommitLoadForFrame()
1554 m_pageClient->didCommitLoadForMainFrame(frameHasCustomRepresentation); in didCommitLoadForFrame()
DWebPageProxy.h516 …itLoadForFrame(uint64_t frameID, const String& mimeType, bool frameHasCustomRepresentation, const …
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1787 …bFrameLoaderClient*>(mainFrame()->coreFrame()->loader()->client())->frameHasCustomRepresentation(); in mainFrameHasCustomRepresentation()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1614556 This now takes an additional frameHasCustomRepresentation parameter.
14595 (WebKit::WebFrameLoaderClient::frameHasCustomRepresentation):