Searched defs:containerRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DFindInPageCoordinates.cpp77 FloatRect containerRect = container->localToAbsoluteQuad(FloatQuad(overflowRect)).enclosingBoundingBox(); local
79 if (containerRect.isEmpty())
85 normalizedRect.moveBy(-containerRect.location());
92 normalizedRect.scale(1 / containerRect.width(), 1 / containerRect.height());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderVTTCue.cpp246 IntRect containerRect = containingBlock()->absoluteBoundingBoxRect(); local
249 int topOverflow = cueRect.y() - containerRect.y();
250 int bottomOverflow = containerRect.y() + containerRect.height() - cueRect.y() - cueRect.height();
H A DRenderImage.cpp188 LayoutRect containerRect = replacedContentRect(); local
189 IntSize containerSize(containerRect.width(), containerRect.height());

Completed in 77 milliseconds