HomeSort by relevance Sort by last modified time
    Searched full:historystate (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HistoryCustom.cpp 47 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(args[0], didThrow);
64 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectPush, ec);
71 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(args[0], didThrow);
88 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectReplace, ec);
  /external/webkit/Source/WebCore/bindings/js/
JSHistoryCustom.cpp 166 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(exec, exec->argument(0));
182 impl()->stateObjectAdded(historyState.release(), title, url, History::StateObjectPush, ec);
190 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(exec, exec->argument(0));
206 impl()->stateObjectAdded(historyState.release(), title, url, History::StateObjectReplace, ec);

Completed in 527 milliseconds