Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedRoot.cpp1096 const WebCore::IntRect& nodeBounds = bestNode->bounds(frame); in maskIfHidden() local
1097 WebCore::IntRect bounds = nodeBounds; in maskIfHidden()
1099 int leftMargin = bounds.x() == nodeBounds.x() ? kMargin : 0; in maskIfHidden()
1100 int topMargin = bounds.y() == nodeBounds.y() ? kMargin : 0; in maskIfHidden()
1101 int rightMargin = bounds.right() == nodeBounds.right() ? kMargin : 0; in maskIfHidden()
1102 int bottomMargin = bounds.bottom() == nodeBounds.bottom() ? kMargin : 0; in maskIfHidden()
1104 WebCore::IntRect marginBounds = nodeBounds; in maskIfHidden()
1162 const WebCore::IntRect& b = nodeBounds; in maskIfHidden()
DCacheBuilder.cpp520 IntRect nodeBounds = node->getRect(); in groups() local
521 if (CacheBuilder::ConstructPartRects(node, nodeBounds, rectPtr, in groups()