Searched refs:pushState (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/
H A DHistory.idl40 [Custom, RaisesException] void pushState(any data, DOMString title, optional DOMString url);
H A DHistory.cpp154 m_frame->loader().history().pushState(data, title, fullURL.string());
/macosx-10.10/WebCore-7600.1.25/loader/
H A DHistoryController.h88 void pushState(PassRefPtr<SerializedScriptValue>, const String& title, const String& url);
H A DHistoryController.cpp838 void HistoryController::pushState(PassRefPtr<SerializedScriptValue> stateObject, const String& title, const String& urlString) function in class:WebCore::HistoryController
850 // the pushState() arguments.
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSHistoryCustom.cpp126 JSValue JSHistory::pushState(ExecState* exec) function in class:WebCore::JSHistory

Completed in 203 milliseconds