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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DHistory.cpp67 m_lastStateObjectRequested = stateInternal();
71 SerializedScriptValue* History::stateInternal() const function in class:blink::History
84 return m_lastStateObjectRequested != stateInternal();
89 return state == stateInternal();

Completed in 2650 milliseconds