Home | History | Annotate | Download | only in page

Lines Matching defs:History

27 #include "History.h"
40 History::History(Frame* frame)
45 Frame* History::frame() const
50 void History::disconnectFrame()
55 unsigned History::length() const
64 void History::back()
69 void History::back(ScriptExecutionContext* context)
74 void History::forward()
79 void History::forward(ScriptExecutionContext* context)
84 void History::go(int distance)
92 void History::go(ScriptExecutionContext* context, int distance)
108 KURL History::urlForState(const String& urlString)
117 void History::stateObjectAdded(PassRefPtr<SerializedScriptValue> data, const String& title, const String& urlString, StateObjectType stateObjectType, ExceptionCode& ec)
129 m_frame->loader()->history()->pushState(data, title, fullURL.string());
131 m_frame->loader()->history()->replaceState(data, title, fullURL.string());