/external/webkit/Source/WebKit/chromium/src/ |
D | WebAccessibilityObject.cpp | 355 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/ |
D | RenderLayerCompositor.cpp | 473 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/ |
D | WebAccessibilityObject.h | 105 WEBKIT_API WebRect boundingBoxRect() const;
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityListBoxOption.cpp | 100 …ct = listBoxRenderer->document()->axObjectCache()->getOrCreate(listBoxRenderer)->boundingBoxRect(); in elementRect()
|
D | AccessibilityListBox.cpp | 177 IntRect parentRect = boundingBoxRect(); in elementAccessibilityHitTest()
|
D | AccessibilityRenderObject.h | 158 virtual IntRect boundingBoxRect() const;
|
D | AccessibilityObject.h | 429 virtual IntRect boundingBoxRect() const { return IntRect(); } in boundingBoxRect() function
|
D | AccessibilityRenderObject.cpp | 1411 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/ |
D | webaccessibility.cc | 318 location = src.boundingBoxRect(); in Init()
|
/external/webkit/Source/WebKit/win/ |
D | AccessibleBase.cpp | 582 if (!m_object->boundingBoxRect().contains(point)) in accHitTest()
|
D | ChangeLog | 6572 Use elementRect() rather than boundingBoxRect(), which
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 5256 (WebKit::WebAccessibilityObject::boundingBoxRect): 29402 (WebKit::WebAccessibilityObject::boundingBoxRect):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 23028 (WebCore::AccessibilityObject::boundingBoxRect): 23151 (WebCore::AccessibilityRenderObject::boundingBoxRect): 27191 (WebCore::AccessibilityObject::boundingBoxRect): Added FIXME about this 34245 (WebCore::AccessibilityObject::boundingBoxRect): 35773 (WebCore::AccessibilityObject::boundingBoxRect):
|
D | ChangeLog-2005-08-23 | 5588 (boundingBoxRect): 5665 (boundingBoxRect): 53645 * kwq/KWQAccObject.mm: (boundingBoxRect): 53692 (boundingBoxRect):
|
D | ChangeLog-2009-06-16 | 14530 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):
|
D | ChangeLog-2010-01-29 | 15491 (WebCore::AccessibilityRenderObject::boundingBoxRect): Use absoluteFocusRingQuads() 82345 (WebCore::AccessibilityObject::boundingBoxRect): 98057 (WebCore::AccessibilityRenderObject::boundingBoxRect):
|
D | ChangeLog-2006-05-10 | 32932 (boundingBoxRect):
|
D | ChangeLog-2011-02-16 | 33546 (WebCore::AccessibilityRenderObject::boundingBoxRect):
|
D | ChangeLog-2006-12-31 | 32346 (boundingBoxRect): Updated to use Vector.
|
D | ChangeLog-2010-12-06 | 54019 (WebCore::AccessibilityRenderObject::boundingBoxRect): 99786 (WebCore::AccessibilityRenderObject::boundingBoxRect):
|