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

/external/webkit/Source/WebKit/chromium/src/
H A DWebAccessibilityObject.cpp355 WebRect WebAccessibilityObject::boundingBoxRect() const function in class:WebKit::WebAccessibilityObject
361 return m_private->boundingBoxRect();
394 if (m_private->boundingBoxRect().contains(contentsPoint))
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityListBoxOption.cpp100 IntRect parentRect = listBoxRenderer->document()->axObjectCache()->getOrCreate(listBoxRenderer)->boundingBoxRect();
H A DAccessibilityListBox.cpp177 IntRect parentRect = boundingBoxRect();
H A DAccessibilityRenderObject.h158 virtual IntRect boundingBoxRect() const;
H A DAccessibilityObject.h429 virtual IntRect boundingBoxRect() const { return IntRect(); } function in class:WebCore::AccessibilityObject
H A DAccessibilityRenderObject.cpp1411 IntRect AccessibilityRenderObject::boundingBoxRect() const function in class:WebCore::AccessibilityRenderObject
1458 return boundingBoxRect();
1461 labelRect.unite(boundingBoxRect());
1471 return boundingBoxRect();
/external/webkit/Source/WebKit/chromium/public/
H A DWebAccessibilityObject.h105 WEBKIT_API WebRect boundingBoxRect() const;
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerCompositor.cpp464 IntRect boundingBoxRect = layer->localBoundingBox();
473 boundingBoxRect.setWidth(max(boundingBoxRect.width(), rw - boundingBoxRect.x()));
474 boundingBoxRect.setHeight(max(boundingBoxRect.height(), rh - boundingBoxRect.y()));
478 IntRect unionBounds = boundingBoxRect;
483 boundingBoxRect.move(ancestorRelX, ancestorRelY);
484 return boundingBoxRect;
[all...]
/external/chromium/webkit/glue/
H A Dwebaccessibility.cc318 location = src.boundingBoxRect();
/external/webkit/Source/WebKit/win/
H A DAccessibleBase.cpp582 if (!m_object->boundingBoxRect().contains(point))

Completed in 114 milliseconds