Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HistoryCustom.cpp47 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(args[0], didThrow); in pushStateCallback() local
71 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(args[0], didThrow); in replaceStateCallback() local
/external/webkit/Source/WebCore/bindings/js/
DJSHistoryCustom.cpp166 …RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(exec, exec->argument(0)… in pushState() local
190 …RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(exec, exec->argument(0)… in replaceState() local