Searched refs:boundingBoxRect (Results 1 – 7 of 7) sorted by relevance
309 gfx::Rect new_location = obj.boundingBoxRect(); in AppendLocationChangeEvents()377 browser_node->location = obj.boundingBoxRect(); in SerializeChangedNodes()477 new_child->location = obj.boundingBoxRect(); in SerializeChangedNodes()
134 dst->location = src.boundingBoxRect(); in SerializeAccessibilityNode()
361 WebRect inlineTextBoxRect = inlineTextBox.boundingBoxRect(); in boundsForCharacter()612 result->set(accessibilityObject().boundingBoxRect().x); in xGetterCallback()617 result->set(accessibilityObject().boundingBoxRect().y); in yGetterCallback()622 result->set(accessibilityObject().boundingBoxRect().width); in widthGetterCallback()627 result->set(accessibilityObject().boundingBoxRect().height); in heightGetterCallback()
131 BLINK_EXPORT WebRect boundingBoxRect() const;
3544 LayoutRect boundingBoxRect = localBoundingBox(flags); in calculateLayerBounds() local3547 toRenderBox(renderer)->flipForWritingMode(boundingBoxRect); in calculateLayerBounds()3549 renderer->containingBlock()->flipForWritingMode(boundingBoxRect); in calculateLayerBounds()3559 … boundingBoxRect.setWidth(max(boundingBoxRect.width(), contentsWidth - boundingBoxRect.x())); in calculateLayerBounds()3560 … boundingBoxRect.setHeight(max(boundingBoxRect.height(), contentsHeight - boundingBoxRect.y())); in calculateLayerBounds()3564 LayoutRect unionBounds = boundingBoxRect; in calculateLayerBounds()3626 boundingBoxRect = affineTrans->mapRect(boundingBoxRect); in calculateLayerBounds()
318 location = src.boundingBoxRect(); in Init()
457 WebRect WebAXObject::boundingBoxRect() const in boundingBoxRect() function in blink::WebAXObject