Home
last modified time | relevance | path

Searched refs:containerRect (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DFindInPageCoordinates.cpp77 …FloatRect containerRect = container->localToAbsoluteQuad(FloatQuad(overflowRect)).enclosingBoundin… in toNormalizedRect() local
79 if (containerRect.isEmpty()) in toNormalizedRect()
85 normalizedRect.moveBy(-containerRect.location()); in toNormalizedRect()
92 normalizedRect.scale(1 / containerRect.width(), 1 / containerRect.height()); in toNormalizedRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVTTCue.cpp246 IntRect containerRect = containingBlock()->absoluteBoundingBoxRect(); in repositionCueSnapToLinesSet() local
249 int topOverflow = cueRect.y() - containerRect.y(); in repositionCueSnapToLinesSet()
250 … int bottomOverflow = containerRect.y() + containerRect.height() - cueRect.y() - cueRect.height(); in repositionCueSnapToLinesSet()
DRenderLayerModelObject.cpp157 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects()
171 RenderObject::addLayerHitTestRects(rects, currentLayer, layerOffset, containerRect); in addLayerHitTestRects()
DRenderImage.cpp188 LayoutRect containerRect = replacedContentRect(); in updateInnerContentRect() local
189 IntSize containerSize(containerRect.width(), containerRect.height()); in updateInnerContentRect()
DRenderText.h157 …ayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRID…
DRenderTableCell.h224 …entCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRID…
DRenderTableCell.cpp166 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects()
173 RenderBox::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect); in addLayerHitTestRects()
DRenderObject.cpp2189 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects()
2214 if (!containerRect.contains(ownRects[i])) { in addLayerHitTestRects()
2228 newContainerRect = containerRect; in addLayerHitTestRects()
DRenderBox.h650 …entCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRID…
DRenderObject.h1112 … RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const;
DRenderText.cpp1331 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects()
DRenderBox.cpp582 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects()
585 …BoxModelObject::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect); in addLayerHitTestRects()
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_sheet_controller.mm43 inContainerRect:(NSRect)containerRect;
166 NSRect containerRect =
168 return [self originForSheetSize:size inContainerRect:containerRect];
268 inContainerRect:(NSRect)containerRect {
270 origin.x = roundf(NSMinX(containerRect) +
271 (NSWidth(containerRect) - sheetSize.width) / 2.0);
272 origin.y = NSMaxY(containerRect) + 5 - sheetSize.height;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGModelObject.h71 …entCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRID…
DRenderSVGModelObject.cpp98 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects()
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_cocoa_controller.mm539 gfx::Rect containerRect(contents->GetContainerBounds().size());
543 containerRect.width() - viewRect.width() - kRightEdgeOffset);
560 viewRect, containerRect, selectionRect);