Home
last modified time | relevance | path

Searched refs:m_hasRepresentation (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp98 , m_hasRepresentation(false) in FrameLoaderClientImpl()
231 m_hasRepresentation = true; in makeRepresentation()
998 m_hasRepresentation = true; in revertToProvisionalState()
1107 if (m_hasRepresentation) in finishedLoading()
DFrameLoaderClientImpl.h231 bool m_hasRepresentation; variable
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp106 , m_hasRepresentation(false) in FrameLoaderClient()
844 m_hasRepresentation = true; in makeRepresentation()
1049 m_hasRepresentation = true; in revertToProvisionalState()
1099 if (m_hasRepresentation) in finishedLoading()
DFrameLoaderClientGtk.h206 bool m_hasRepresentation; variable
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp211 , m_hasRepresentation(false) in FrameLoaderClientQt()
314 m_hasRepresentation = true; in makeRepresentation()
569 m_hasRepresentation = true; in revertToProvisionalState()
636 if (m_hasRepresentation) in finishedLoading()
DFrameLoaderClientQt.h273 bool m_hasRepresentation; variable
/external/webkit/Source/WebKit/gtk/
DChangeLog1248 (WebKit::FrameLoaderClient::FrameLoaderClient): m_hasRepresentation is moved to
1327 (WebKit::FrameLoaderClient::FrameLoaderClient): Set m_hasRepresentation to false.
1328 (WebKit::FrameLoaderClient::makeRepresentation): Set m_hasRepresentation to true.
1329 (WebKit::FrameLoaderClient::revertToProvisionalState): Set m_hasRepresentation to true.
1331 m_hasRepresentation is false.
1332 * WebCoreSupport/FrameLoaderClientGtk.h: Added m_hasRepresentation.