Searched refs:stateMachine (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentWriter.cpp109 if (!m_frame->loader().stateMachine().isDisplayingInitialEmptyDocument() && m_frame->loader().client().shouldAlwaysUsePluginDocument(m_mimeType))
138 bool shouldReuseDefaultView = m_frame->loader().stateMachine().isDisplayingInitialEmptyDocument() && m_frame->document()->isSecureTransitionTo(url);
H A DNavigationScheduler.cpp377 bool duringLoad = !loader.stateMachine().committedFirstRealDocumentLoad();
391 bool duringLoad = !m_frame.loader().stateMachine().committedFirstRealDocumentLoad();
H A DProgressTracker.cpp247 && !frame->loader().stateMachine().firstLayoutDone();
H A DFrameLoader.h249 FrameLoaderStateMachine& stateMachine() { return m_stateMachine; } function in class:WebCore::FrameLoader
H A DDocumentLoader.cpp445 if (!frameLoader()->stateMachine().creatingInitialEmptyDocument())
801 if (frameLoader()->stateMachine().creatingInitialEmptyDocument())
1390 if (m_request.url().isEmpty() && !frameLoader()->stateMachine().creatingInitialEmptyDocument())
H A DHistoryController.cpp116 if (!m_frame.loader().stateMachine().committedFirstRealDocumentLoad())
169 if (m_frame.loader().stateMachine().creatingInitialEmptyDocument())
H A DFrameLoader.cpp1176 ASSERT(stateMachine().isDisplayingInitialEmptyDocument());
1177 stateMachine().advanceTo(FrameLoaderStateMachine::DisplayingInitialEmptyDocumentPostCommit);
1178 stateMachine().advanceTo(FrameLoaderStateMachine::CommittedFirstRealLoad);
/macosx-10.10/WebCore-7600.1.25/history/
H A DPageCache.cpp210 if (page->mainFrame().loader().stateMachine().creatingInitialEmptyDocument())
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResourceLoader.cpp542 if (frame()->ownerElement() && m_documentLoader->frameLoader()->stateMachine().committingFirstRealLoad()) {
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrame.cpp691 if (loader().stateMachine().creatingInitialEmptyDocument() && !settings().shouldInjectUserScriptsInInitialEmptyDocument())
H A DFrameView.cpp3816 if (!frame().document()->parsing() && frame().loader().stateMachine().committedFirstRealDocumentLoad())
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebFrame.cpp942 *result = coreFrame->loader().stateMachine().firstLayoutDone();
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1390 bool canSkipCreation = core(m_webFrame.get())->loader().stateMachine().committingFirstRealLoad() && willProduceHTMLView;
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm1069 return _private->coreFrame->loader().stateMachine().firstLayoutDone();

Completed in 306 milliseconds