HomeSort by relevance Sort by last modified time
    Searched refs:BackForwardList (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/history/
BackForwardList.h 40 class BackForwardList : public RefCounted<BackForwardList> {
42 virtual ~BackForwardList()
BackForwardController.h 35 class BackForwardList;
42 BackForwardController(Page*, PassRefPtr<BackForwardList>);
45 BackForwardList* client() const { return m_client.get(); }
72 RefPtr<BackForwardList> m_client;
BackForwardController.cpp 35 BackForwardController::BackForwardController(Page* page, PassRefPtr<BackForwardList> client)
BackForwardListImpl.h 31 #include "BackForwardList.h"
42 // FIXME: After renaming BackForwardList to BackForwardClient,
43 // rename this to BackForwardList.
44 class BackForwardListImpl : public BackForwardList {
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.h 29 #include <WebCore/BackForwardList.h>
36 class WebBackForwardListProxy : public WebCore::BackForwardList {
  /external/webkit/Source/WebKit/chromium/src/
BackForwardListChromium.h 34 #include "BackForwardList.h"
42 class BackForwardListChromium : public WebCore::BackForwardList {
50 // WebCore::BackForwardList methods:
  /external/webkit/Source/WebCore/page/
Page.h 47 class BackForwardList;
119 RefPtr<BackForwardList> backForwardClient;
148 BackForwardList* backForwardList() const;
Page.cpp 24 #include "BackForwardList.h"
290 BackForwardList* Page::backForwardList() const
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 31 #include "BackForwardList.h"
876 BackForwardList* list = m_frame->page()->backForwardList();
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 863 milliseconds