Searched refs:statePopped (Results 1 – 6 of 6) sorted by relevance
1015 void statePopped(SerializedScriptValue*);
4594 void Document::statePopped(SerializedScriptValue* stateObject) in statePopped() function in WebCore::Document
655 m_frame->document()->statePopped(m_pendingStateObject.get()); in didBeginDocument()1220 … m_frame->document()->statePopped(stateObject ? stateObject : SerializedScriptValue::nullValue()); in loadInSameDocument()
33576 (WebCore::Document::statePopped): Use Document::schedulePopstateEvent
36275 (WebCore::Document::statePopped):36281 could end up in Document::statePopped and have the readyState be
25656 …(WebCore::Document::statePopped): If loading is complete, dispatch the popstate event. Otherwise, …