Home
last modified time | relevance | path

Searched refs:BackForwardList (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/Source/WebCore/history/
DBackForwardController.h35 class BackForwardList; variable
42 BackForwardController(Page*, PassRefPtr<BackForwardList>);
45 BackForwardList* client() const { return m_client.get(); } in client()
72 RefPtr<BackForwardList> m_client;
DBackForwardList.h40 class BackForwardList : public RefCounted<BackForwardList> {
42 virtual ~BackForwardList() in ~BackForwardList()
DBackForwardController.cpp35 BackForwardController::BackForwardController(Page* page, PassRefPtr<BackForwardList> client) in BackForwardController()
DBackForwardListImpl.h44 class BackForwardListImpl : public BackForwardList {
/external/webkit/Source/WebCore/page/
DPage.h47 class BackForwardList; variable
119 RefPtr<BackForwardList> backForwardClient;
148 BackForwardList* backForwardList() const;
DPage.cpp290 BackForwardList* Page::backForwardList() const in backForwardList()
/external/webkit/Source/WebKit/chromium/src/
DBackForwardListChromium.h42 class BackForwardListChromium : public WebCore::BackForwardList {
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebBackForwardListProxy.h36 class WebBackForwardListProxy : public WebCore::BackForwardList {
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp876 BackForwardList* list = m_frame->page()->backForwardList(); in dispatchDidChangeBackForwardIndex()
/external/webkit/Source/WebKit/haiku/
DChangeLog815 [Android] The FrameLoaderClient is unaware of BackForwardList changes.
/external/webkit/Source/WebCore/
DChangeLog-2007-10-147947 * history/BackForwardList.cpp:
7948 …(WebCore::BackForwardList::BackForwardList): Fix misspelling of DefaultCapacitiy to DefaultCapacit…
8657 The implementation of BackForwardList::clearPageCache() was removed in r21793.
8660 * history/BackForwardList.h: Removed clearPageCache().
14741 * WebCore.exp: Export the BackForwardList c'tor so WebKit can create one explicitly
17456 * history/BackForwardList.cpp:
17457 (WebCore::BackForwardList::forwardListCount): If the index is NoCurrentItemIndex, return 0
20421 BackForwardList::goForward is only called from WebBackForwardList, and
20427 * history/BackForwardList.cpp:
20428 (WebCore::BackForwardList::goForward):
[all …]
DChangeLog-2010-01-291813 * history/BackForwardList.cpp:
1814 (WebCore::BackForwardList::pushStateItem):
1816 (WebCore::BackForwardList::pushStateItem):
3010 * history/BackForwardList.cpp:
3011 (WebCore::BackForwardList::pushStateItem):
3013 (WebCore::BackForwardList::pushStateItem):
3139 * history/BackForwardList.cpp:
3140 (WebCore::BackForwardList::pushStateItem):
3142 (WebCore::BackForwardList::pushStateItem):
10384 * history/BackForwardList.cpp:
[all …]
DWebCore.pro1605 history/BackForwardList.h \
DChangeLog-2010-12-0620222 For the Chromium port, BackForwardList::itemAtIndex synthesizes a
20228 we would call BackForwardList::itemAtIndex, which means that we would
20237 BackForwardList::itemAtIndex and instead look at the
22344 and BackForwardList that should be called here instead.
22345 Note that BackForwardList is to be renamed BackForwardClient soon.
22347 * history/BackForwardList.h: Removed many now-unneeded
23649 BackForwardList implementation, since they can use the base class
23652 * history/BackForwardList.h:
24348 * history/BackForwardList.h: Added comments about future refactoring.
90541 Eliminate BackForwardList::pushStateItem
[all …]
DGNUmakefile.list.am1496 Source/WebCore/history/BackForwardList.h \
/external/webkit/Source/WebKit/win/
DWebView.cpp5156 BackForwardList* backForwardList = m_page->backForwardList(); in loadBackForwardListFromOtherView()
5162 BackForwardList* otherBackForwardList = otherWebView->m_page->backForwardList(); in loadBackForwardListFromOtherView()
DChangeLog2518 Change BackForwardList clients to use BackForwardListImpl to prepare for further refactoring
7297 [Android] The FrameLoaderClient is unaware of BackForwardList changes.
/external/webkit/Source/WebKit/wx/
DChangeLog520 Change BackForwardList clients to use BackForwardListImpl to prepare for further refactoring
1628 [Android] The FrameLoaderClient is unaware of BackForwardList changes.
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm1343 BackForwardList* backForwardList = _private->page->backForwardList();
1346 BackForwardList* otherBackForwardList = otherView->_private->page->backForwardList();
/external/webkit/Source/WebKit/efl/
DChangeLog1506 Change BackForwardList clients to use BackForwardListImpl to prepare for further refactoring
/external/webkit/Source/WebKit/gtk/
DChangeLog3702 Change BackForwardList clients to use BackForwardListImpl to prepare for further refactoring
8786 [Android] The FrameLoaderClient is unaware of BackForwardList changes.
11467 Delete the BackForwardList before the Page, otherwise the references
13389 Wrap WebCore::BackForwardList::addItem.
13667 …Add section information for View, Frame, Settings, HistoryItem, BackForwardList, WindowFeatures an…
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-162173 [Chromium] Replace BackForwardListClient with BackForwardControllerClient/BackForwardList
2177 of the BackForwardList interface.
5420 Change BackForwardList clients to use BackForwardListImpl to prepare for further refactoring
5425 (WebKit::WebViewImpl::WebViewImpl): Cast to BackForwardList* before calling setClient.
5537 Since r70723 made BackForwardList::currentItem no longer be virtual,
26697 [Android] The FrameLoaderClient is unaware of BackForwardList changes.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-162567 Change BackForwardList clients to use BackForwardListImpl to prepare for further refactoring
5677 Convert BackForwardList to an abstract base class and add BackForwardListImpl
6095 Use page->goToItem() instead of direct actions on the BackForwardList.
12014 [Android] The FrameLoaderClient is unaware of BackForwardList changes.
14453 ASSERT in WebCore::BackForwardList. The methods should check
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-143144 (-[WebFrameView keyDown:]): Check to see if the BackForwardList is
4778 (-[WebView initWithCoder:]): Manipulate the flag that is now in WebCore::BackForwardList
4781 …WebView setMaintainsBackForwardList:]): Manipulate the flag that is now in WebCore::BackForwardList
8970 …Convenience functions to help with subbing "WebBackForwardListPrivate" for WebCore::BackForwardList
DChangeLog4279 Change BackForwardList clients to use BackForwardListImpl to prepare for further refactoring
7363 Convert BackForwardList to an abstract base class and add BackForwardListImpl

12