OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backListCount
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
BackForwardClient.h
41
virtual int
backListCount
() = 0;
/external/chromium_org/third_party/WebKit/Source/web/
BackForwardClientImpl.cpp
50
int BackForwardClientImpl::
backListCount
()
70
return
backListCount
() + 1 + forwardListCount();
BackForwardClientImpl.h
47
virtual int
backListCount
();
/external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h
334
virtual int
backListCount
() OVERRIDE { return 0; }
NavigationScheduler.cpp
347
if (steps > backForward.forwardListCount() || -steps > backForward.
backListCount
()) {
Completed in 33 milliseconds