HomeSort by relevance Sort by last modified time
    Searched defs:containerRect (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.cpp 77 FloatRect containerRect = container->localToAbsoluteQuad(FloatQuad(overflowRect)).enclosingBoundingBox();
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/
RenderVTTCue.cpp 246 IntRect containerRect = containingBlock()->absoluteBoundingBoxRect();
249 int topOverflow = cueRect.y() - containerRect.y();
250 int bottomOverflow = containerRect.y() + containerRect.height() - cueRect.y() - cueRect.height();
RenderImage.cpp 188 LayoutRect containerRect = replacedContentRect();
189 IntSize containerSize(containerRect.width(), containerRect.height());

Completed in 54 milliseconds