Home
last modified time | relevance | path

Searched refs:boundingBoxRect (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/accessibility/
Drenderer_accessibility_complete.cc309 gfx::Rect new_location = obj.boundingBoxRect(); in AppendLocationChangeEvents()
377 browser_node->location = obj.boundingBoxRect(); in SerializeChangedNodes()
477 new_child->location = obj.boundingBoxRect(); in SerializeChangedNodes()
Daccessibility_node_serializer.cc134 dst->location = src.boundingBoxRect(); in SerializeAccessibilityNode()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebAXObjectProxy.cpp361 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()
/external/chromium_org/third_party/WebKit/public/web/
DWebAXObject.h131 BLINK_EXPORT WebRect boundingBoxRect() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp3544 LayoutRect boundingBoxRect = localBoundingBox(flags); in calculateLayerBounds() local
3547 toRenderBox(renderer)->flipForWritingMode(boundingBoxRect); in calculateLayerBounds()
3549 renderer->containingBlock()->flipForWritingMode(boundingBoxRect); in calculateLayerBounds()
3559boundingBoxRect.setWidth(max(boundingBoxRect.width(), contentsWidth - boundingBoxRect.x())); in calculateLayerBounds()
3560boundingBoxRect.setHeight(max(boundingBoxRect.height(), contentsHeight - boundingBoxRect.y())); in calculateLayerBounds()
3564 LayoutRect unionBounds = boundingBoxRect; in calculateLayerBounds()
3626 boundingBoxRect = affineTrans->mapRect(boundingBoxRect); in calculateLayerBounds()
/external/chromium/webkit/glue/
Dwebaccessibility.cc318 location = src.boundingBoxRect(); in Init()
/external/chromium_org/third_party/WebKit/Source/web/
DWebAXObject.cpp457 WebRect WebAXObject::boundingBoxRect() const in boundingBoxRect() function in blink::WebAXObject