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

  /external/chromium_org/third_party/WebKit/Source/core/page/
BackForwardClient.h 37 class BackForwardClient {
39 virtual ~BackForwardClient() { }
Page.h 42 class BackForwardClient;
104 BackForwardClient* backForwardClient;
166 BackForwardClient& backForward() const { return *m_backForwardClient; }
269 BackForwardClient* m_backForwardClient;
  /external/chromium_org/third_party/WebKit/Source/web/
BackForwardClientImpl.h 35 #include "core/page/BackForwardClient.h"
40 class BackForwardClientImpl : public WebCore::BackForwardClient {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 60 static BackForwardClient* dummyBackForwardClient = adoptPtr(new EmptyBackForwardClient).leakPtr();
61 pageClients.backForwardClient = dummyBackForwardClient;
EmptyClients.h 35 #include "core/page/BackForwardClient.h"
332 class EmptyBackForwardClient : public BackForwardClient {
NavigationScheduler.cpp 47 #include "core/page/BackForwardClient.h"
346 BackForwardClient& backForward = m_frame->page()->backForward();

Completed in 77 milliseconds