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

  /external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.cpp 80 FloatRect containerRect = container->localToAbsoluteQuad(FloatQuad(overflowRect)).enclosingBoundingBox();
82 if (containerRect.isEmpty())
88 normalizedRect.moveBy(-containerRect.location());
95 normalizedRect.scale(1 / containerRect.width(), 1 / containerRect.height());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextTrackCue.cpp 252 IntRect containerRect = containingBlock()->absoluteBoundingBoxRect();
255 int topOverflow = cueRect.y() - containerRect.y();
256 int bottomOverflow = containerRect.y() + containerRect.height() - cueRect.y() - cueRect.height();

Completed in 37 milliseconds