Home
last modified time | relevance | path

Searched refs:clearWMLPageHistory (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/history/
DBackForwardList.h63 virtual void clearWMLPageHistory() = 0;
DBackForwardListImpl.h79 virtual void clearWMLPageHistory();
DBackForwardListImpl.cpp289 void BackForwardListImpl::clearWMLPageHistory() in clearWMLPageHistory() function in WebCore::BackForwardListImpl
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebBackForwardListProxy.h65 void clearWMLPageHistory();
DWebBackForwardListProxy.cpp226 void WebBackForwardListProxy::clearWMLPageHistory() in clearWMLPageHistory() function in WebKit::WebBackForwardListProxy
/external/webkit/Source/WebCore/wml/
DWMLPageState.cpp69 m_page->backForward()->client()->clearWMLPageHistory(); in reset()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2979008 Fix that bug by preserving the first item in BackForwardList::clearWMLPageHistory().
79011 (WebCore::BackForwardList::clearWMLPageHistory):
80689 …(WebCore::BackForwardList::clearWMLPageHistory): Renamed from clearWmlPageHistory() & slight clean…