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

  /external/webkit/Source/WebCore/history/
BackForwardController.cpp 82 int BackForwardController::backCount() const
BackForwardController.h 57 int backCount() const;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleBackForwardList.cpp 56 return page->backForward()->backCount();
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 69 int backCount = page->backForward()->backCount();
70 for (int backIndex = 0; backIndex <= backCount; backIndex++) {
  /external/webkit/Source/WebCore/page/
Page.cpp 323 if (distance < 0 && -distance <= backForward()->backCount())
339 if (int backCount = backForward()->backCount())
340 item = backForward()->itemAtIndex(-backCount);
368 return backForward()->backCount() + 1 + backForward()->forwardCount();
Settings.cpp 504 int first = -m_page->backForward()->backCount();
  /external/webkit/Source/WebCore/loader/
NavigationScheduler.cpp 376 if (steps > backForward->forwardCount() || -steps > backForward->backCount()) {

Completed in 65 milliseconds