HomeSort by relevance Sort by last modified time
    Searched refs:containerRect (Results 1 - 14 of 14) 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();
RenderLayerModelObject.cpp 157 void RenderLayerModelObject::addLayerHitTestRects(LayerHitTestRects& rects, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const
171 RenderObject::addLayerHitTestRects(rects, currentLayer, layerOffset, containerRect);
RenderImage.cpp 188 LayoutRect containerRect = replacedContentRect();
189 IntSize containerSize(containerRect.width(), containerRect.height());
RenderTableCell.h 224 virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
RenderText.h 157 virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
RenderTableCell.cpp 166 void RenderTableCell::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const
173 RenderBox::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect);
    [all...]
RenderObject.cpp     [all...]
RenderBox.h     [all...]
RenderObject.h     [all...]
RenderText.cpp     [all...]
RenderBox.cpp 582 void RenderBox::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const
585 RenderBoxModelObject::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGModelObject.h 71 virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE FINAL;
RenderSVGModelObject.cpp 98 void RenderSVGModelObject::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const

Completed in 261 milliseconds