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

  /external/webkit/Source/WebKit/android/nav/
CachedHistory.h 31 #define NAVIGATION_VISIT_DEPTH 8 // the number of nodes last visited -- used to detect ping-ponging (number should be tuned)
63 } mVisited[NAVIGATION_VISIT_DEPTH];
CachedHistory.cpp 55 while (index < NAVIGATION_VISIT_DEPTH - 1) {
150 for (size_t i = 0; i < NAVIGATION_VISIT_DEPTH; i++) {

Completed in 103 milliseconds