Searched defs:historyState (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HistoryCustom.cpp47 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(args[0], didThrow); local
64 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectPush, ec);
71 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(args[0], didThrow); local
88 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectReplace, ec);
/external/webkit/Source/WebCore/bindings/js/
H A DJSHistoryCustom.cpp166 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(exec, exec->argument(0)); local
182 impl()->stateObjectAdded(historyState.release(), title, url, History::StateObjectPush, ec);
190 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(exec, exec->argument(0)); local
206 impl()->stateObjectAdded(historyState.release(), title, url, History::StateObjectReplace, ec);

Completed in 145 milliseconds