Searched refs:bestNode (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCachedRoot.cpp1085 const CachedNode* bestNode = best->mNode; local
1086 if (bestNode->isUnclipped() || bestNode->isTransparent())
1089 SkPicture* picture = frame->picture(bestNode);
1096 const WebCore::IntRect& nodeBounds = bestNode->bounds(frame);
1114 if (bestNode->isInLayer()) {
1115 const CachedLayer* cachedLayer = frame->layer(bestNode);

Completed in 36 milliseconds