Searched refs:isSameAsCurrentState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DHistory.h59 bool isSameAsCurrentState(SerializedScriptValue*) const;
H A DHistory.cpp84 bool History::isSameAsCurrentState(SerializedScriptValue* state) const function in class:WebCore::History
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8PopStateEventCustom.cpp82 bool isSameState = history->isSameAsCurrentState(event->serializedState());

Completed in 82 milliseconds