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

  /external/chromium_org/third_party/WebKit/Source/core/page/
BackForwardClient.h 42 virtual int forwardListCount() = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
BackForwardClientImpl.cpp 58 int BackForwardClientImpl::forwardListCount()
70 return backListCount() + 1 + forwardListCount();
BackForwardClientImpl.h 47 virtual int forwardListCount() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 326 virtual int forwardListCount() OVERRIDE { return 0; }
NavigationScheduler.cpp 349 if (steps > backForward.forwardListCount() || -steps > backForward.backListCount()) {

Completed in 172 milliseconds