HomeSort by relevance Sort by last modified time
    Searched refs:boundingBoxRect (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebKit/chromium/public/
WebAccessibilityObject.h 95 WebRect boundingBoxRect() const;
  /external/webkit/WebKit/chromium/src/
WebAccessibilityObject.cpp 288 WebRect WebAccessibilityObject::boundingBoxRect() const
294 return m_private->documentFrameView()->contentsToWindow(m_private->boundingBoxRect());
318 if (m_private->boundingBoxRect().contains(contentsPoint))
  /external/webkit/WebCore/accessibility/
AccessibilityListBoxOption.cpp 100 IntRect parentRect = listBoxRenderer->document()->axObjectCache()->getOrCreate(listBoxRenderer)->boundingBoxRect();
AccessibilityListBox.cpp 166 IntRect parentRect = boundingBoxRect();
AccessibilityRenderObject.h 161 virtual IntRect boundingBoxRect() const;
AccessibilityObject.h 392 virtual IntRect boundingBoxRect() const { return IntRect(); }
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 332 IntRect boundingBoxRect, unionBounds;
333 boundingBoxRect = unionBounds = layer->localBoundingBox();
338 boundingBoxRect.move(ancestorRelX, ancestorRelY);
339 return boundingBoxRect;
386 boundingBoxRect = affineTrans->mapRect(boundingBoxRect);
    [all...]
  /external/webkit/WebKit/win/
AccessibleBase.cpp 582 if (!m_object->boundingBoxRect().contains(point))

Completed in 52 milliseconds