Home | History | Annotate | Download | only in dom

Lines Matching refs:stateObject

4344 void Document::statePopped(PassRefPtr<SerializedScriptValue> stateObject)
4352 enqueuePopstateEvent(stateObject);
4354 m_pendingStateObject = stateObject;
4582 void Document::enqueuePopstateEvent(PassRefPtr<SerializedScriptValue> stateObject)
4588 dispatchWindowEvent(PopStateEvent::create(stateObject, domWindow() ? domWindow()->history() : 0));