Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.h85 static bool ConstructPartRects(Node* node, const IntRect& bounds,
DCacheBuilder.cpp559 if (CacheBuilder::ConstructPartRects(node, nodeBounds, rectPtr, in groups()
1337 } else if (ConstructPartRects(node, bounds, &cachedNode.mBounds, in BuildFrame()
3035 bool CacheBuilder::ConstructPartRects(Node* node, const IntRect& bounds, in ConstructPartRects() function in android::CacheBuilder