Home | History | Annotate | Download | only in page

Lines Matching refs:history

27 #include "History.h"
38 History::History(Frame* frame)
43 Frame* History::frame() const
48 void History::disconnectFrame()
53 unsigned History::length() const
62 void History::back()
69 void History::forward()
76 void History::go(int distance)
83 KURL History::urlForState(const String& urlString)
92 void History::stateObjectAdded(PassRefPtr<SerializedScriptValue> data, const String& title, const String& urlString, StateObjectType stateObjectType, ExceptionCode& ec)
105 m_frame->loader()->history()->pushState(data, title, fullURL.string());
107 m_frame->loader()->history()->replaceState(data, title, fullURL.string());