Searched defs:stateObject (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.h149 PassRefPtr<SerializedScriptValue> stateObject() const { return m_stateObject; } function in class:WebCore::HistoryItem
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DHistoryController.cpp855 void HistoryController::pushState(PassRefPtr<SerializedScriptValue> stateObject, const String& title, const String& urlString) argument
883 void HistoryController::replaceState(PassRefPtr<SerializedScriptValue> stateObject, const String& title, const String& urlString) argument
H A DFrameLoader.cpp1018 void FrameLoader::loadInSameDocument(const KURL& url, PassRefPtr<SerializedScriptValue> stateObject, bool isNewNavigation) argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp4663 void Document::statePopped(PassRefPtr<SerializedScriptValue> stateObject) argument
4937 void Document::enqueuePopstateEvent(PassRefPtr<SerializedScriptValue> stateObject) argument

Completed in 219 milliseconds