Searched refs:BackForwardList (Results 1 – 25 of 38) sorted by relevance
12
/external/webkit/Source/WebCore/history/ |
D | BackForwardController.h | 35 class BackForwardList; variable 42 BackForwardController(Page*, PassRefPtr<BackForwardList>); 45 BackForwardList* client() const { return m_client.get(); } in client() 72 RefPtr<BackForwardList> m_client;
|
D | BackForwardList.h | 40 class BackForwardList : public RefCounted<BackForwardList> { 42 virtual ~BackForwardList() in ~BackForwardList()
|
D | BackForwardController.cpp | 35 BackForwardController::BackForwardController(Page* page, PassRefPtr<BackForwardList> client) in BackForwardController()
|
D | BackForwardListImpl.h | 44 class BackForwardListImpl : public BackForwardList {
|
/external/webkit/Source/WebCore/page/ |
D | Page.h | 47 class BackForwardList; variable 119 RefPtr<BackForwardList> backForwardClient; 148 BackForwardList* backForwardList() const;
|
D | Page.cpp | 290 BackForwardList* Page::backForwardList() const in backForwardList()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | BackForwardListChromium.h | 42 class BackForwardListChromium : public WebCore::BackForwardList {
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebBackForwardListProxy.h | 36 class WebBackForwardListProxy : public WebCore::BackForwardList {
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | FrameLoaderClientAndroid.cpp | 876 BackForwardList* list = m_frame->page()->backForwardList(); in dispatchDidChangeBackForwardIndex()
|
/external/webkit/Source/WebKit/haiku/ |
D | ChangeLog | 815 [Android] The FrameLoaderClient is unaware of BackForwardList changes.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 7947 * 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 …]
|
D | ChangeLog-2010-01-29 | 1813 * 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 …]
|
D | WebCore.pro | 1605 history/BackForwardList.h \
|
D | ChangeLog-2010-12-06 | 20222 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 …]
|
D | GNUmakefile.list.am | 1496 Source/WebCore/history/BackForwardList.h \
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 5156 BackForwardList* backForwardList = m_page->backForwardList(); in loadBackForwardListFromOtherView() 5162 BackForwardList* otherBackForwardList = otherWebView->m_page->backForwardList(); in loadBackForwardListFromOtherView()
|
D | ChangeLog | 2518 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/ |
D | ChangeLog | 520 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/ |
D | WebView.mm | 1343 BackForwardList* backForwardList = _private->page->backForwardList(); 1346 BackForwardList* otherBackForwardList = otherView->_private->page->backForwardList();
|
/external/webkit/Source/WebKit/efl/ |
D | ChangeLog | 1506 Change BackForwardList clients to use BackForwardListImpl to prepare for further refactoring
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 3702 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/ |
D | ChangeLog-2011-02-16 | 2173 [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/ |
D | ChangeLog-2011-02-16 | 2567 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/ |
D | ChangeLog-2007-10-14 | 3144 (-[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
|
D | ChangeLog | 4279 Change BackForwardList clients to use BackForwardListImpl to prepare for further refactoring 7363 Convert BackForwardList to an abstract base class and add BackForwardListImpl
|
12