Home
last modified time | relevance | path

Searched refs:lastChildIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/nav/
DCacheBuilder.h199 const Tracker* last, int lastChildIndex);
DCacheBuilder.cpp913 int lastChildIndex = cachedFrame->size() - 1; in BuildFrame() local
915 if (CleanUpContainedNodes(cachedFrame, last, lastChildIndex)) in BuildFrame()
918 lastChildIndex = last->mCachedNodeIndex; in BuildFrame()
1240 int lastChildIndex = cachedFrame->size() - 1; in BuildFrame() local
1241 if (CleanUpContainedNodes(cachedFrame, last, lastChildIndex)) in BuildFrame()
1248 const Tracker* last, int lastChildIndex) in CleanUpContainedNodes() argument
1254 int childCount = lastChildIndex - last->mCachedNodeIndex; in CleanUpContainedNodes()