objectBoundingBox  475 Source/core/rendering/RenderObject.h     virtual FloatRect objectBoundingBox() const;
objectBoundingBox  198 Source/core/rendering/svg/RenderSVGContainer.cpp         if (objectBoundingBox().contains(localPoint)) {
objectBoundingBox   61 Source/core/rendering/svg/RenderSVGContainer.h     virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_objectBoundingBox; }
objectBoundingBox   43 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); }
objectBoundingBox   47 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return FloatRect(); }
objectBoundingBox   54 Source/core/rendering/svg/RenderSVGImage.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return m_objectBoundingBox; }
objectBoundingBox   68 Source/core/rendering/svg/RenderSVGInline.cpp         return object->objectBoundingBox();
objectBoundingBox   44 Source/core/rendering/svg/RenderSVGInline.h     virtual FloatRect objectBoundingBox() const OVERRIDE FINAL;
objectBoundingBox   53 Source/core/rendering/svg/RenderSVGInlineText.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return floatLinesBoundingBox(); }
objectBoundingBox   81 Source/core/rendering/svg/RenderSVGResourceClipper.cpp     return applyClippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), context, clipperContext);
objectBoundingBox   85 Source/core/rendering/svg/RenderSVGResourceClipper.cpp     const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) {
objectBoundingBox  132 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         transform.translate(objectBoundingBox.x(), objectBoundingBox.y());
objectBoundingBox  133 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
objectBoundingBox  328 Source/core/rendering/svg/RenderSVGResourceClipper.cpp bool RenderSVGResourceClipper::hitTestClipContent(const FloatRect& objectBoundingBox, const FloatPoint& nodeAtPoint)
objectBoundingBox  337 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         transform.translate(objectBoundingBox.x(), objectBoundingBox.y());
objectBoundingBox  338 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
objectBoundingBox  363 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         return object->objectBoundingBox();
objectBoundingBox  369 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         FloatRect objectBoundingBox = object->objectBoundingBox();
objectBoundingBox  371 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         transform.translate(objectBoundingBox.x(), objectBoundingBox.y());
objectBoundingBox  372 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
objectBoundingBox  160 Source/core/rendering/svg/RenderSVGResourceFilter.cpp     FloatRect targetBoundingBox = object->objectBoundingBox();
objectBoundingBox  361 Source/core/rendering/svg/RenderSVGResourceFilter.cpp         return SVGLengthContext::resolveRectangle<SVGFilterElement>(element, element->filterUnits()->currentValue()->enumValue(), object->objectBoundingBox());
objectBoundingBox   80 Source/core/rendering/svg/RenderSVGResourceGradient.cpp     FloatRect objectBoundingBox = object->objectBoundingBox();
objectBoundingBox   81 Source/core/rendering/svg/RenderSVGResourceGradient.cpp     if (gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX && objectBoundingBox.isEmpty())
objectBoundingBox   95 Source/core/rendering/svg/RenderSVGResourceGradient.cpp         if (gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX && !objectBoundingBox.isEmpty()) {
objectBoundingBox   96 Source/core/rendering/svg/RenderSVGResourceGradient.cpp             gradientData->userspaceTransform.translate(objectBoundingBox.x(), objectBoundingBox.y());
objectBoundingBox   97 Source/core/rendering/svg/RenderSVGResourceGradient.cpp             gradientData->userspaceTransform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
objectBoundingBox  104 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         drawMaskForRenderer(context, object->objectBoundingBox());
objectBoundingBox  172 Source/core/rendering/svg/RenderSVGResourceMasker.cpp     FloatRect objectBoundingBox = object->objectBoundingBox();
objectBoundingBox  173 Source/core/rendering/svg/RenderSVGResourceMasker.cpp     FloatRect maskBoundaries = SVGLengthContext::resolveRectangle<SVGMaskElement>(maskElement, maskElement->maskUnits()->currentValue()->enumValue(), objectBoundingBox);
objectBoundingBox  185 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         transform.translate(objectBoundingBox.x(), objectBoundingBox.y());
objectBoundingBox  186 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
objectBoundingBox  146 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     FloatRect objectBoundingBox = object->objectBoundingBox();
objectBoundingBox  147 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     if (m_attributes.patternUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX && objectBoundingBox.isEmpty())
objectBoundingBox  204 Source/core/rendering/svg/RenderSVGResourcePattern.cpp                                                    const FloatRect& objectBoundingBox,
objectBoundingBox  208 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     return SVGLengthContext::resolveRectangle(patternElement, attributes.patternUnits(), objectBoundingBox, attributes.x(), attributes.y(), attributes.width(), attributes.height());
objectBoundingBox  220 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     FloatRect objectBoundingBox = renderer->objectBoundingBox();
objectBoundingBox  221 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     patternBoundaries = calculatePatternBoundaries(attributes, objectBoundingBox, patternElement);
objectBoundingBox  231 Source/core/rendering/svg/RenderSVGResourcePattern.cpp         tileImageTransform.scale(objectBoundingBox.width(), objectBoundingBox.height());
objectBoundingBox   98 Source/core/rendering/svg/RenderSVGRoot.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return m_objectBoundingBox; }
objectBoundingBox  334 Source/core/rendering/svg/RenderSVGShape.cpp         if ((hitRules.canHitBoundingBox && objectBoundingBox().contains(localPoint))
objectBoundingBox  100 Source/core/rendering/svg/RenderSVGShape.h     virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_fillBoundingBox; }
objectBoundingBox  389 Source/core/rendering/svg/RenderSVGText.cpp     FloatRect oldBoundaries = objectBoundingBox();
objectBoundingBox  406 Source/core/rendering/svg/RenderSVGText.cpp         updateCachedBoundariesInParents = oldBoundaries != objectBoundingBox();
objectBoundingBox  432 Source/core/rendering/svg/RenderSVGText.cpp         if ((hitRules.canHitBoundingBox && !objectBoundingBox().isEmpty())
objectBoundingBox  439 Source/core/rendering/svg/RenderSVGText.cpp             if (hitRules.canHitBoundingBox && !objectBoundingBox().contains(localPoint))
objectBoundingBox  493 Source/core/rendering/svg/RenderSVGText.cpp     FloatRect strokeBoundaries = objectBoundingBox();
objectBoundingBox   77 Source/core/rendering/svg/RenderSVGText.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return frameRect(); }
objectBoundingBox  114 Source/core/rendering/svg/SVGRenderSupport.cpp static inline void updateObjectBoundingBox(FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, RenderObject* other, FloatRect otherBoundingBox)
objectBoundingBox  121 Source/core/rendering/svg/SVGRenderSupport.cpp         objectBoundingBox = otherBoundingBox;
objectBoundingBox  126 Source/core/rendering/svg/SVGRenderSupport.cpp     objectBoundingBox.uniteEvenIfEmpty(otherBoundingBox);
objectBoundingBox  129 Source/core/rendering/svg/SVGRenderSupport.cpp void SVGRenderSupport::computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox)
objectBoundingBox  131 Source/core/rendering/svg/SVGRenderSupport.cpp     objectBoundingBox = FloatRect();
objectBoundingBox  143 Source/core/rendering/svg/SVGRenderSupport.cpp         updateObjectBoundingBox(objectBoundingBox, objectBoundingBoxValid, current,
objectBoundingBox  144 Source/core/rendering/svg/SVGRenderSupport.cpp             transform.mapRect(current->objectBoundingBox()));
objectBoundingBox  335 Source/core/rendering/svg/SVGRenderSupport.cpp         return clipper->hitTestClipContent(object->objectBoundingBox(), point);
objectBoundingBox   62 Source/core/rendering/svg/SVGRenderSupport.h void computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox);
objectBoundingBox  143 Source/core/rendering/svg/SVGRenderingContext.cpp         m_paintInfo->context->clipPath(clipPath->path(object->objectBoundingBox()), clipPath->windRule());
objectBoundingBox  285 Source/core/rendering/svg/SVGRenderingContext.cpp     FloatRect boundingBox = m_object->objectBoundingBox();
objectBoundingBox  135 Source/core/svg/SVGGraphicsElement.cpp         style->applyTransform(transform, renderer()->objectBoundingBox());
objectBoundingBox  248 Source/core/svg/SVGGraphicsElement.cpp     return renderer()->objectBoundingBox();