boundingBox      1242 Source/core/accessibility/AXNodeObject.cpp     LayoutRect boundingBox;
boundingBox      1247 Source/core/accessibility/AXNodeObject.cpp             boundingBox.setSize(LayoutSize(parentRect.width(), LayoutUnit(std::min(10.0f, parentRect.height().toFloat()))));
boundingBox      1248 Source/core/accessibility/AXNodeObject.cpp             boundingBox.setLocation(parentRect.location());
boundingBox      1253 Source/core/accessibility/AXNodeObject.cpp     return boundingBox;
boundingBox       151 Source/core/accessibility/AXSlider.cpp     return toElement(sliderRenderer->node())->userAgentShadowRoot()->getElementById(ShadowElementNames::sliderThumb())->boundingBox();
boundingBox       138 Source/core/dom/ContainerNode.h     virtual LayoutRect boundingBox() const OVERRIDE FINAL;
boundingBox       138 Source/core/dom/DocumentMarkerController.cpp             toRenderedDocumentMarker(markers[markers.size() - 1])->setRenderedRect(range->boundingBox());
boundingBox       455 Source/core/dom/Element.cpp     LayoutRect bounds = boundingBox();
boundingBox       470 Source/core/dom/Element.cpp     LayoutRect bounds = boundingBox();
boundingBox       873 Source/core/dom/Element.cpp     FloatRect result = quads[0].boundingBox();
boundingBox       875 Source/core/dom/Element.cpp         result.unite(quads[i].boundingBox());
boundingBox      2179 Source/core/dom/Element.cpp         renderer()->scrollRectToVisible(boundingBox());
boundingBox       435 Source/core/dom/Node.h     virtual LayoutRect boundingBox() const;
boundingBox       436 Source/core/dom/Node.h     IntRect pixelSnappedBoundingBox() const { return pixelSnappedIntRect(boundingBox()); }
boundingBox      1882 Source/core/dom/Range.cpp         result.unite(quads[i].boundingBox());
boundingBox       125 Source/core/dom/Range.h     IntRect boundingBox() const;
boundingBox      1133 Source/core/editing/Editor.cpp     nextMatch->firstNode()->renderer()->scrollRectToVisible(nextMatch->boundingBox(),
boundingBox      1628 Source/core/frame/FrameView.cpp     LayoutRect bounds = element->boundingBox();
boundingBox      2004 Source/core/frame/FrameView.cpp         rect = anchorNode->boundingBox();
boundingBox      2978 Source/core/frame/FrameView.cpp     IntRect rect = pixelSnappedIntRect(enclosingLayoutRect(renderer->localToAbsoluteQuad(FloatRect(rendererRect)).boundingBox()));
boundingBox      1410 Source/core/inspector/InspectorDOMAgent.cpp     IntRect boundingBox = pixelSnappedIntRect(view->contentsToRootView(renderer->absoluteBoundingBoxRect()));
boundingBox      1418 Source/core/inspector/InspectorDOMAgent.cpp         .setWidth(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetWidth(), modelObject) : boundingBox.width())
boundingBox      1419 Source/core/inspector/InspectorDOMAgent.cpp         .setHeight(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height());
boundingBox       148 Source/core/inspector/InspectorOverlay.cpp     IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect()));
boundingBox       149 Source/core/inspector/InspectorOverlay.cpp     boundingBox.move(mainView->scrollOffset());
boundingBox       546 Source/core/inspector/InspectorOverlay.cpp         IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect()));
boundingBox       548 Source/core/inspector/InspectorOverlay.cpp         elementInfo->setString("nodeWidth", String::number(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetWidth(), modelObject) : boundingBox.width()));
boundingBox       549 Source/core/inspector/InspectorOverlay.cpp         elementInfo->setString("nodeHeight", String::number(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height()));
boundingBox       298 Source/core/page/PrintContext.cpp             IntRect boundingBox = renderer->absoluteBoundingBoxRect();
boundingBox       299 Source/core/page/PrintContext.cpp             if (pageRect.intersects(boundingBox)) {
boundingBox       300 Source/core/page/PrintContext.cpp                 IntPoint point = boundingBox.minXMinYCorner();
boundingBox       523 Source/core/page/SpatialNavigation.cpp     LayoutRect rect = rectToAbsoluteCoordinates(node->document().frame(), node->boundingBox());
boundingBox       320 Source/core/page/TouchAdjustment.cpp     IntRect rect = subtarget.boundingBox();
boundingBox       343 Source/core/page/TouchAdjustment.cpp     IntRect rect = subtarget.boundingBox();
boundingBox       391 Source/core/page/TouchAdjustment.cpp         IntRect contentBounds = geom.boundingBox();
boundingBox       449 Source/core/page/TouchAdjustment.cpp                 targetArea = it->boundingBox();
boundingBox       459 Source/core/page/TouchAdjustment.cpp                     targetArea = it->boundingBox();
boundingBox        71 Source/core/page/TouchDisambiguation.cpp static float scoreTouchTarget(IntPoint touchPoint, int padding, IntRect boundingBox)
boundingBox        73 Source/core/page/TouchDisambiguation.cpp     if (boundingBox.isEmpty())
boundingBox        79 Source/core/page/TouchDisambiguation.cpp     IntSize distance = boundingBox.differenceToPoint(touchPoint);
boundingBox       449 Source/core/page/scrolling/ScrollingCoordinator.cpp                 rect = LayoutRect(compositorQuad.boundingBox());
boundingBox        65 Source/core/rendering/HitTestLocation.cpp     m_boundingBox = enclosingIntRect(quad.boundingBox());
boundingBox       121 Source/core/rendering/HitTestLocation.cpp     m_boundingBox = enclosingIntRect(m_transformedRect.boundingBox());
boundingBox        63 Source/core/rendering/HitTestLocation.h     IntRect boundingBox() const { return m_boundingBox; }
boundingBox       414 Source/core/rendering/HitTestResult.cpp     bool regionFilled = rect.contains(locationInContainer.boundingBox());
boundingBox       434 Source/core/rendering/HitTestResult.cpp     bool regionFilled = rect.contains(locationInContainer.boundingBox());
boundingBox      2878 Source/core/rendering/RenderBlock.cpp         LayoutRect hitRect = locationInContainer.boundingBox();
boundingBox      3040 Source/core/rendering/RenderBox.cpp     LayoutRect boundingBox = flow->linesBoundingBox();
boundingBox      3042 Source/core/rendering/RenderBox.cpp         heightResult = boundingBox.height();
boundingBox      3044 Source/core/rendering/RenderBox.cpp         heightResult = boundingBox.width();
boundingBox       290 Source/core/rendering/RenderBoxModelObject.cpp     constraints.setAbsoluteContainingBlockRect(containingBlock->localToContainerQuad(FloatRect(containerContentRect), view()).boundingBox());
boundingBox       299 Source/core/rendering/RenderBoxModelObject.cpp     FloatRect absContainerFrame = containingBlock->localToContainerQuad(FloatRect(FloatPoint(), containingBlock->size()), view()).boundingBox();
boundingBox       343 Source/core/rendering/RenderBoxModelObject.cpp         constrainingRect = enclosingClippingBox->localToContainerQuad(FloatRect(clipRect), view()).boundingBox();
boundingBox       162 Source/core/rendering/RenderGeometryMap.cpp         result = transformState.lastPlanarQuad().boundingBox();
boundingBox       174 Source/core/rendering/RenderGeometryMap.cpp             FloatRect rendererMappedResult = lastRenderer->localToContainerQuad(rect, container, m_mapCoordinatesFlags).boundingBox();
boundingBox       178 Source/core/rendering/RenderGeometryMap.cpp             ASSERT(enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()));
boundingBox        91 Source/core/rendering/RenderGeometryMap.h         return mapToContainer(rect, 0).boundingBox();
boundingBox       796 Source/core/rendering/RenderInline.cpp         return regionResult.contains(tmpLocation.boundingBox());
boundingBox       158 Source/core/rendering/RenderInline.h         IntRect boundingBox = linesBoundingBox();
boundingBox       159 Source/core/rendering/RenderInline.h         return IntRect(0, 0, boundingBox.width(), boundingBox.height());
boundingBox      1919 Source/core/rendering/RenderLayer.cpp     LayoutRect boundingBox = layer->physicalBoundingBox(rootLayer);
boundingBox      1921 Source/core/rendering/RenderLayer.cpp         if (!boundingBox.intersects(it->value))
boundingBox      1391 Source/core/rendering/RenderLayerScrollableArea.cpp     LayoutRect localExposeRect(m_box->absoluteToLocalQuad(FloatQuad(FloatRect(rect)), UseTransforms).boundingBox());
boundingBox      1403 Source/core/rendering/RenderLayerScrollableArea.cpp     return LayoutRect(m_box->localToAbsoluteQuad(FloatQuad(FloatRect(localExposeRect)), UseTransforms).boundingBox());
boundingBox      1303 Source/core/rendering/RenderObject.cpp         result.unite(quads[i].boundingBox());
boundingBox      2241 Source/core/rendering/RenderObject.cpp     TransformState transformState(TransformState::UnapplyInverseTransformDirection, quad.boundingBox().center(), quad);
boundingBox      2336 Source/core/rendering/RenderObject.cpp     TransformState transformState(TransformState::ApplyTransformDirection, localQuad.boundingBox().center(), localQuad);
boundingBox      3086 Source/core/rendering/RenderObject.cpp     FloatRect absBounds = localToAbsoluteQuad(localBounds).boundingBox();
boundingBox      1661 Source/core/rendering/RenderTableSection.cpp     LayoutRect hitTestRect = locationInContainer.boundingBox();
boundingBox       134 Source/core/rendering/RenderWidget.cpp     LayoutRect absoluteContentBox(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox());
boundingBox        63 Source/core/rendering/shapes/PolygonShape.h         : m_vertex1(FloatPoint(polygon.boundingBox().x(), minLogicalIntervalTop) + offset)
boundingBox        64 Source/core/rendering/shapes/PolygonShape.h         , m_vertex2(FloatPoint(polygon.boundingBox().maxX(), minLogicalIntervalTop) + offset)
boundingBox        92 Source/core/rendering/shapes/PolygonShape.h     virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapeMarginBounds().boundingBox()); }
boundingBox       110 Source/core/rendering/style/BasicShapes.cpp void BasicShapeCircle::path(Path& path, const FloatRect& boundingBox)
boundingBox       113 Source/core/rendering/style/BasicShapes.cpp     FloatPoint center = floatPointForCenterCoordinate(m_centerX, m_centerY, boundingBox.size());
boundingBox       114 Source/core/rendering/style/BasicShapes.cpp     float radius = floatValueForRadiusInBox(boundingBox.size());
boundingBox       116 Source/core/rendering/style/BasicShapes.cpp         center.x() - radius + boundingBox.x(),
boundingBox       117 Source/core/rendering/style/BasicShapes.cpp         center.y() - radius + boundingBox.y(),
boundingBox       155 Source/core/rendering/style/BasicShapes.cpp void BasicShapeEllipse::path(Path& path, const FloatRect& boundingBox)
boundingBox       158 Source/core/rendering/style/BasicShapes.cpp     FloatPoint center = floatPointForCenterCoordinate(m_centerX, m_centerY, boundingBox.size());
boundingBox       159 Source/core/rendering/style/BasicShapes.cpp     float radiusX = floatValueForRadiusInBox(m_radiusX, center.x(), boundingBox.width());
boundingBox       160 Source/core/rendering/style/BasicShapes.cpp     float radiusY = floatValueForRadiusInBox(m_radiusY, center.y(), boundingBox.height());
boundingBox       162 Source/core/rendering/style/BasicShapes.cpp         center.x() - radiusX + boundingBox.x(),
boundingBox       163 Source/core/rendering/style/BasicShapes.cpp         center.y() - radiusY + boundingBox.y(),
boundingBox       191 Source/core/rendering/style/BasicShapes.cpp void BasicShapePolygon::path(Path& path, const FloatRect& boundingBox)
boundingBox       200 Source/core/rendering/style/BasicShapes.cpp     path.moveTo(FloatPoint(floatValueForLength(m_values.at(0), boundingBox.width()) + boundingBox.x(),
boundingBox       201 Source/core/rendering/style/BasicShapes.cpp         floatValueForLength(m_values.at(1), boundingBox.height()) + boundingBox.y()));
boundingBox       203 Source/core/rendering/style/BasicShapes.cpp         path.addLineTo(FloatPoint(floatValueForLength(m_values.at(i), boundingBox.width()) + boundingBox.x(),
boundingBox       204 Source/core/rendering/style/BasicShapes.cpp             floatValueForLength(m_values.at(i + 1), boundingBox.height()) + boundingBox.y()));
boundingBox       240 Source/core/rendering/style/BasicShapes.cpp static FloatSize floatSizeForLengthSize(const LengthSize& lengthSize, const FloatRect& boundingBox)
boundingBox       242 Source/core/rendering/style/BasicShapes.cpp     return FloatSize(floatValueForLength(lengthSize.width(), boundingBox.width()),
boundingBox       243 Source/core/rendering/style/BasicShapes.cpp         floatValueForLength(lengthSize.height(), boundingBox.height()));
boundingBox       246 Source/core/rendering/style/BasicShapes.cpp void BasicShapeInset::path(Path& path, const FloatRect& boundingBox)
boundingBox       249 Source/core/rendering/style/BasicShapes.cpp     float left = floatValueForLength(m_left, boundingBox.width());
boundingBox       250 Source/core/rendering/style/BasicShapes.cpp     float top = floatValueForLength(m_top, boundingBox.height());
boundingBox       253 Source/core/rendering/style/BasicShapes.cpp             left + boundingBox.x(),
boundingBox       254 Source/core/rendering/style/BasicShapes.cpp             top + boundingBox.y(),
boundingBox       255 Source/core/rendering/style/BasicShapes.cpp             std::max<float>(boundingBox.width() - left - floatValueForLength(m_right, boundingBox.width()), 0),
boundingBox       256 Source/core/rendering/style/BasicShapes.cpp             std::max<float>(boundingBox.height() - top - floatValueForLength(m_bottom, boundingBox.height()), 0)
boundingBox       258 Source/core/rendering/style/BasicShapes.cpp         floatSizeForLengthSize(m_topLeftRadius, boundingBox),
boundingBox       259 Source/core/rendering/style/BasicShapes.cpp         floatSizeForLengthSize(m_topRightRadius, boundingBox),
boundingBox       260 Source/core/rendering/style/BasicShapes.cpp         floatSizeForLengthSize(m_bottomLeftRadius, boundingBox),
boundingBox       261 Source/core/rendering/style/BasicShapes.cpp         floatSizeForLengthSize(m_bottomRightRadius, boundingBox)
boundingBox       901 Source/core/rendering/style/RenderStyle.cpp void RenderStyle::applyTransform(TransformationMatrix& transform, const FloatRect& boundingBox, ApplyTransformOrigin applyOrigin) const
boundingBox       906 Source/core/rendering/style/RenderStyle.cpp     float offsetX = transformOriginX().type() == Percent ? boundingBox.x() : 0;
boundingBox       907 Source/core/rendering/style/RenderStyle.cpp     float offsetY = transformOriginY().type() == Percent ? boundingBox.y() : 0;
boundingBox       910 Source/core/rendering/style/RenderStyle.cpp         transform.translate3d(floatValueForLength(transformOriginX(), boundingBox.width()) + offsetX,
boundingBox       911 Source/core/rendering/style/RenderStyle.cpp             floatValueForLength(transformOriginY(), boundingBox.height()) + offsetY,
boundingBox       917 Source/core/rendering/style/RenderStyle.cpp         transformOperations[i]->apply(transform, boundingBox.size());
boundingBox       920 Source/core/rendering/style/RenderStyle.cpp         transform.translate3d(-floatValueForLength(transformOriginX(), boundingBox.width()) - offsetX,
boundingBox       921 Source/core/rendering/style/RenderStyle.cpp             -floatValueForLength(transformOriginY(), boundingBox.height()) - offsetY,
boundingBox       886 Source/core/rendering/style/RenderStyle.h     void applyTransform(TransformationMatrix&, const FloatRect& boundingBox, ApplyTransformOrigin = IncludeTransformOrigin) const;
boundingBox       132 Source/core/rendering/svg/RenderSVGImage.cpp     FloatRect boundingBox = repaintRectInLocalCoordinates();
boundingBox       133 Source/core/rendering/svg/RenderSVGImage.cpp     if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo))
boundingBox       158 Source/core/rendering/svg/RenderSVGImage.cpp             paintOutline(childPaintInfo, IntRect(boundingBox));
boundingBox       130 Source/core/rendering/svg/RenderSVGInlineText.cpp     FloatRect boundingBox;
boundingBox       132 Source/core/rendering/svg/RenderSVGInlineText.cpp         boundingBox.unite(box->calculateBoundaries());
boundingBox       133 Source/core/rendering/svg/RenderSVGInlineText.cpp     return boundingBox;
boundingBox       243 Source/core/rendering/svg/RenderSVGShape.cpp     FloatRect boundingBox = repaintRectInLocalCoordinates();
boundingBox       244 Source/core/rendering/svg/RenderSVGShape.cpp     if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo))
boundingBox       293 Source/core/rendering/svg/RenderSVGShape.cpp             paintOutline(childPaintInfo, IntRect(boundingBox));
boundingBox       285 Source/core/rendering/svg/SVGRenderingContext.cpp     FloatRect boundingBox = m_object->objectBoundingBox();
boundingBox       290 Source/core/rendering/svg/SVGRenderingContext.cpp         IntSize expandedBoundingBox = expandedIntSize(boundingBox.size());
boundingBox       298 Source/core/rendering/svg/SVGRenderingContext.cpp         if ((imageBuffer = m_paintInfo->context->createCompatibleBuffer(expandedIntSize(boundingBox.size())))) {
boundingBox       300 Source/core/rendering/svg/SVGRenderingContext.cpp             bufferedRenderingContext->translate(-boundingBox.x(), -boundingBox.y());
boundingBox       308 Source/core/rendering/svg/SVGRenderingContext.cpp     m_paintInfo->context->drawImageBuffer(imageBuffer.get(), boundingBox);
boundingBox       146 Source/core/testing/Internals.h     PassRefPtr<ClientRect> boundingBox(Element*, ExceptionState&);
boundingBox        62 Source/platform/geometry/FloatPolygon.h     FloatRect boundingBox() const { return m_boundingBox; }
boundingBox       140 Source/platform/geometry/FloatPolygonTest.cpp     EXPECT_EQ(FloatRect(100, 100, 100, 100), triangle.boundingBox());
boundingBox       272 Source/platform/geometry/FloatPolygonTest.cpp     EXPECT_EQ(FloatRect(100, 100, 200, 50), trapezoid.boundingBox());
boundingBox       308 Source/platform/geometry/FloatPolygonTest.cpp     EXPECT_EQ(FloatRect(100, 100, 150, 150), h.boundingBox());
boundingBox        75 Source/platform/geometry/FloatQuad.h     bool isEmpty() const { return boundingBox().isEmpty(); }
boundingBox       107 Source/platform/geometry/FloatQuad.h     FloatRect boundingBox() const;
boundingBox       110 Source/platform/geometry/FloatQuad.h         return enclosingIntRect(boundingBox());
boundingBox       294 Source/platform/transforms/AffineTransform.cpp     return result.boundingBox();
boundingBox       629 Source/platform/transforms/TransformationMatrix.cpp     FloatRect mappedQuadBounds = projectQuad(q).boundingBox();
boundingBox       694 Source/platform/transforms/TransformationMatrix.cpp     return result.boundingBox();
boundingBox       239 Source/web/LinkHighlight.cpp             newPath.addRoundedRect(transformedQuad.boundingBox(), rectRoundingRadii);
boundingBox       173 Source/web/TextFinder.cpp             *selectionRect = m_ownerFrame.frameView()->contentsToWindow(m_activeMatch->boundingBox());
boundingBox       284 Source/web/TextFinder.cpp         IntRect resultBounds = resultRange->boundingBox();
boundingBox       288 Source/web/TextFinder.cpp                 m_activeMatch->boundingBox() : resultBounds;
boundingBox        61 Source/web/ViewportAnchor.cpp     if (node && area(node->boundingBox()) > maxNodeArea) {
boundingBox        67 Source/web/ViewportAnchor.cpp     while (node && node->boundingBox().isEmpty())
boundingBox       102 Source/web/ViewportAnchor.cpp     m_anchorNodeBounds = node->boundingBox();
boundingBox       112 Source/web/ViewportAnchor.cpp     const LayoutRect currentNodeBounds = m_anchorNode->boundingBox();
boundingBox       681 Source/web/WebViewImpl.cpp             IntRect boundingBox(scaledEvent.x - scaledEvent.data.tap.width / 2, scaledEvent.y - scaledEvent.data.tap.height / 2, scaledEvent.data.tap.width, scaledEvent.data.tap.height);
boundingBox       684 Source/web/WebViewImpl.cpp             findGoodTouchTargets(boundingBox, mainFrameImpl()->frame(), goodTargets, highlightNodes);
boundingBox       876 Source/web/WebViewImpl.cpp     IntRect boundingBox = root->pixelSnappedBoundingBox();
boundingBox       877 Source/web/WebViewImpl.cpp     boundingBox = root->document().frame()->view()->contentsToWindow(boundingBox);
boundingBox       878 Source/web/WebViewImpl.cpp     boundingBox.scale(pageScaleFactor());
boundingBox       879 Source/web/WebViewImpl.cpp     bounds = boundingBox;
boundingBox      2510 Source/web/WebViewImpl.cpp     IntRect textboxRect = focusedNode->document().view()->contentsToWindow(pixelSnappedIntRect(focusedNode->Node::boundingBox()));
boundingBox       221 Source/web/tests/LinkHighlightTest.cpp     IntRect boundingBox(touchEvent.x - touchEvent.data.tap.width / 2, touchEvent.y - touchEvent.data.tap.height / 2, touchEvent.data.tap.width, touchEvent.data.tap.height);
boundingBox       222 Source/web/tests/LinkHighlightTest.cpp     findGoodTouchTargets(boundingBox, webViewImpl->mainFrameImpl()->frame(), goodTargets, highlightNodes);
boundingBox      2039 Source/web/tests/WebFrameTest.cpp                 = computeRelativeOffset(anchorPoint, anchorNode->boundingBox());
boundingBox      2043 Source/web/tests/WebFrameTest.cpp                 = computeRelativeOffset(newAnchorPoint, anchorNode->boundingBox());
boundingBox      1664 Source/web/tests/WebViewTest.cpp     WebCore::IntRect boundingBox = element->pixelSnappedBoundingBox();
boundingBox      1665 Source/web/tests/WebViewTest.cpp     boundingBox = document->frame()->view()->contentsToWindow(boundingBox);
boundingBox      1666 Source/web/tests/WebViewTest.cpp     boundingBox.scale(scaleFactor);
boundingBox      1667 Source/web/tests/WebViewTest.cpp     return boundingBox;