Searched refs:containerRect (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | FindInPageCoordinates.cpp | 77 …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/ |
D | RenderVTTCue.cpp | 246 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()
|
D | RenderLayerModelObject.cpp | 157 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects() 171 RenderObject::addLayerHitTestRects(rects, currentLayer, layerOffset, containerRect); in addLayerHitTestRects()
|
D | RenderImage.cpp | 188 LayoutRect containerRect = replacedContentRect(); in updateInnerContentRect() local 189 IntSize containerSize(containerRect.width(), containerRect.height()); in updateInnerContentRect()
|
D | RenderText.h | 157 …ayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRID…
|
D | RenderTableCell.h | 224 …entCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRID…
|
D | RenderTableCell.cpp | 166 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects() 173 RenderBox::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect); in addLayerHitTestRects()
|
D | RenderObject.cpp | 2189 …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()
|
D | RenderBox.h | 650 …entCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRID…
|
D | RenderObject.h | 1112 … RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const;
|
D | RenderText.cpp | 1331 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects()
|
D | RenderBox.cpp | 582 …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/ |
D | constrained_window_sheet_controller.mm | 43 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/ |
D | RenderSVGModelObject.h | 71 …entCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRID…
|
D | RenderSVGModelObject.cpp | 98 …t RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const in addLayerHitTestRects()
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_cocoa_controller.mm | 539 gfx::Rect containerRect(contents->GetContainerBounds().size()); 543 containerRect.width() - viewRect.width() - kRightEdgeOffset); 560 viewRect, containerRect, selectionRect);
|