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 48 virtual int forwardListCount();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 335 virtual int forwardListCount() OVERRIDE { return 0; }
NavigationScheduler.cpp 347 if (steps > backForward.forwardListCount() || -steps > backForward.backListCount()) {

Completed in 85 milliseconds