Searched refs:committedFirstRealDocumentLoad (Results 1 – 6 of 6) sorted by relevance
53 bool committedFirstRealDocumentLoad() const;
42 bool FrameLoaderStateMachine::committedFirstRealDocumentLoad() const in committedFirstRealDocumentLoad() function in blink::FrameLoaderStateMachine
242 if (!m_stateMachine.committedFirstRealDocumentLoad()) in didExplicitOpen()461 if (m_frame->document()->isLoadCompleted() && m_stateMachine.committedFirstRealDocumentLoad()) in checkCompleted()650 if (m_frame->tree().parent() && !m_stateMachine.committedFirstRealDocumentLoad()) in determineFrameLoadType()1024 if (!m_stateMachine.committedFirstRealDocumentLoad()) in checkLoadCompleteForThisFrame()1047 …f (!m_frame->page() || !view || !m_currentItem || !m_stateMachine.committedFirstRealDocumentLoad()) in restoreScrollPositionAndViewState()1292 || !m_stateMachine.committedFirstRealDocumentLoad()) { in loadWithNavigationAction()
390 …if (!m_frame->loader().stateMachine()->committedFirstRealDocumentLoad() && m_frame->loader().provi… in schedule()
2019 …frame->document()->parsing() && m_frame->loader().stateMachine()->committedFirstRealDocumentLoad()) in performPostLayoutTasks()
4658 …mainResourceWasAlreadyRequested = frame->loader().stateMachine()->committedFirstRealDocumentLoad(); in finishedParsing()