Home
last modified time | relevance | path

Searched refs:statePopped (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocument.h1015 void statePopped(SerializedScriptValue*);
DDocument.cpp4594 void Document::statePopped(SerializedScriptValue* stateObject) in statePopped() function in WebCore::Document
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp655 m_frame->document()->statePopped(m_pendingStateObject.get()); in didBeginDocument()
1220 … m_frame->document()->statePopped(stateObject ? stateObject : SerializedScriptValue::nullValue()); in loadInSameDocument()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2433576 (WebCore::Document::statePopped): Use Document::schedulePopstateEvent
DChangeLog-2010-12-0636275 (WebCore::Document::statePopped):
36281 could end up in Document::statePopped and have the readyState be
DChangeLog-2010-01-2925656 …(WebCore::Document::statePopped): If loading is complete, dispatch the popstate event. Otherwise, …