Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebAccessibilityObject.cpp355 WebRect WebAccessibilityObject::boundingBoxRect() const in boundingBoxRect() function in WebKit::WebAccessibilityObject
361 return m_private->boundingBoxRect(); in boundingBoxRect()
394 if (m_private->boundingBoxRect().contains(contentsPoint)) in hitTest()
/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp473 IntRect boundingBoxRect = layer->localBoundingBox(); local
482 boundingBoxRect.setWidth(max(boundingBoxRect.width(), rw - boundingBoxRect.x()));
483 boundingBoxRect.setHeight(max(boundingBoxRect.height(), rh - boundingBoxRect.y()));
487 IntRect unionBounds = boundingBoxRect;
492 boundingBoxRect.move(ancestorRelX, ancestorRelY);
493 return boundingBoxRect;
540 boundingBoxRect = affineTrans->mapRect(boundingBoxRect);
/external/webkit/Source/WebKit/chromium/public/
DWebAccessibilityObject.h105 WEBKIT_API WebRect boundingBoxRect() const;
/external/webkit/Source/WebCore/accessibility/
DAccessibilityListBoxOption.cpp100 …ct = listBoxRenderer->document()->axObjectCache()->getOrCreate(listBoxRenderer)->boundingBoxRect(); in elementRect()
DAccessibilityListBox.cpp177 IntRect parentRect = boundingBoxRect(); in elementAccessibilityHitTest()
DAccessibilityRenderObject.h158 virtual IntRect boundingBoxRect() const;
DAccessibilityObject.h429 virtual IntRect boundingBoxRect() const { return IntRect(); } in boundingBoxRect() function
DAccessibilityRenderObject.cpp1411 IntRect AccessibilityRenderObject::boundingBoxRect() const in boundingBoxRect() function in WebCore::AccessibilityRenderObject
1458 return boundingBoxRect(); in checkboxOrRadioRect()
1461 labelRect.unite(boundingBoxRect()); in checkboxOrRadioRect()
1471 return boundingBoxRect(); in elementRect()
/external/chromium/webkit/glue/
Dwebaccessibility.cc318 location = src.boundingBoxRect(); in Init()
/external/webkit/Source/WebKit/win/
DAccessibleBase.cpp582 if (!m_object->boundingBoxRect().contains(point)) in accHitTest()
DChangeLog6572 Use elementRect() rather than boundingBoxRect(), which
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-165256 (WebKit::WebAccessibilityObject::boundingBoxRect):
29402 (WebKit::WebAccessibilityObject::boundingBoxRect):
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1023028 (WebCore::AccessibilityObject::boundingBoxRect):
23151 (WebCore::AccessibilityRenderObject::boundingBoxRect):
27191 (WebCore::AccessibilityObject::boundingBoxRect): Added FIXME about this
34245 (WebCore::AccessibilityObject::boundingBoxRect):
35773 (WebCore::AccessibilityObject::boundingBoxRect):
DChangeLog-2005-08-235588 (boundingBoxRect):
5665 (boundingBoxRect):
53645 * kwq/KWQAccObject.mm: (boundingBoxRect):
53692 (boundingBoxRect):
DChangeLog-2009-06-1614530 Use transform-aware quad methods when computing the boundingBoxRect for
14536 (WebCore::AccessibilityRenderObject::boundingBoxRect):
38691 (WebCore::AccessibilityRenderObject::boundingBoxRect):
47506 (WebCore::AccessibilityRenderObject::boundingBoxRect):
72726 (WebCore::AccessibilityRenderObject::boundingBoxRect):
DChangeLog-2010-01-2915491 (WebCore::AccessibilityRenderObject::boundingBoxRect): Use absoluteFocusRingQuads()
82345 (WebCore::AccessibilityObject::boundingBoxRect):
98057 (WebCore::AccessibilityRenderObject::boundingBoxRect):
DChangeLog-2006-05-1032932 (boundingBoxRect):
DChangeLog-2011-02-1633546 (WebCore::AccessibilityRenderObject::boundingBoxRect):
DChangeLog-2006-12-3132346 (boundingBoxRect): Updated to use Vector.
DChangeLog-2010-12-0654019 (WebCore::AccessibilityRenderObject::boundingBoxRect):
99786 (WebCore::AccessibilityRenderObject::boundingBoxRect):