Searched refs:boundingBoxRect (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebAXObject.h129 BLINK_EXPORT WebRect boundingBoxRect() const;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc335 blink::WebRect inline_text_box_rect = inline_text_box.boundingBoxRect();
633 return accessibility_object_.boundingBoxRect().x;
638 return accessibility_object_.boundingBoxRect().y;
643 return accessibility_object_.boundingBoxRect().width;
648 return accessibility_object_.boundingBoxRect().height;
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.cc258 gfx::Rect new_location = obj.boundingBoxRect();
H A Dblink_ax_tree_source.cc202 dst->location = src.boundingBoxRect();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp541 WebRect WebAXObject::boundingBoxRect() const function in class:blink::WebAXObject

Completed in 54 milliseconds