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

  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityObject.cpp 355 WebRect WebAccessibilityObject::boundingBoxRect() const
361 return m_private->boundingBoxRect();
394 if (m_private->boundingBoxRect().contains(contentsPoint))
  /external/webkit/Source/WebCore/accessibility/
AccessibilityListBoxOption.cpp 100 IntRect parentRect = listBoxRenderer->document()->axObjectCache()->getOrCreate(listBoxRenderer)->boundingBoxRect();
AccessibilityListBox.cpp 177 IntRect parentRect = boundingBoxRect();
AccessibilityRenderObject.h 158 virtual IntRect boundingBoxRect() const;
AccessibilityObject.h 429 virtual IntRect boundingBoxRect() const { return IntRect(); }
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebAccessibilityObject.h 105 WEBKIT_API WebRect boundingBoxRect() const;
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 473 IntRect boundingBoxRect = layer->localBoundingBox();
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;
    [all...]
  /external/chromium/webkit/glue/
webaccessibility.cc 318 location = src.boundingBoxRect();
  /external/webkit/Source/WebKit/win/
AccessibleBase.cpp 582 if (!m_object->boundingBoxRect().contains(point))

Completed in 429 milliseconds