Searched defs:elementRect (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTableHeaderContainer.cpp49 LayoutRect AXTableHeaderContainer::elementRect() const function in class:WebCore::AXTableHeaderContainer
75 m_headerRect.unite(m_children[k]->elementRect());
H A DAXScrollbar.cpp53 LayoutRect AXScrollbar::elementRect() const function in class:WebCore::AXScrollbar
H A DAXSpinButton.cpp48 LayoutRect AXSpinButton::elementRect() const function in class:WebCore::AXSpinButton
97 LayoutRect AXSpinButtonPart::elementRect() const function in class:WebCore::AXSpinButtonPart
102 LayoutRect parentRect = parentObject()->elementRect();
H A DAXImageMapLink.cpp126 LayoutRect AXImageMapLink::elementRect() const function in class:WebCore::AXImageMapLink
H A DAXInlineTextBox.cpp71 LayoutRect AXInlineTextBox::elementRect() const function in class:WebCore::AXInlineTextBox
H A DAXMenuListOption.cpp96 LayoutRect AXMenuListOption::elementRect() const function in class:WebCore::AXMenuListOption
104 return grandparent->elementRect();
H A DAXSlider.cpp108 if (m_children[0]->elementRect().contains(point))
143 LayoutRect AXSliderThumb::elementRect() const function in class:WebCore::AXSliderThumb
H A DAXListBoxOption.cpp91 LayoutRect AXListBoxOption::elementRect() const function in class:WebCore::AXListBoxOption
105 LayoutRect parentRect = listBoxRenderer->document().axObjectCache()->getOrCreate(listBoxRenderer)->elementRect();
H A DAXTableColumn.cpp61 LayoutRect AXTableColumn::elementRect() const function in class:WebCore::AXTableColumn
180 m_columnRect.unite(cell->elementRect());
H A DAXScrollView.cpp183 if (m_horizontalScrollbar && m_horizontalScrollbar->elementRect().contains(point))
185 if (m_verticalScrollbar && m_verticalScrollbar->elementRect().contains(point))
191 LayoutRect AXScrollView::elementRect() const function in class:WebCore::AXScrollView
H A DAXNodeObject.cpp1244 LayoutRect AXNodeObject::elementRect() const function in class:WebCore::AXNodeObject
1258 LayoutRect parentRect = positionProvider->elementRect();
H A DAXRenderObject.cpp187 LayoutRect AXRenderObject::elementRect() const function in class:WebCore::AXRenderObject
1255 IntRect bounds = pixelSnappedIntRect(elementRect());
1923 if (children[k]->elementRect().contains(point))
2053 IntSize offset = point - roundedIntPoint(elementRect().location());
2063 rect.moveBy(parent->parentObject()->elementRect().location());
2310 LayoutRect labelRect = axObjectCache()->getOrCreate(label)->elementRect();
H A DAXObject.h465 virtual LayoutRect elementRect() const { return m_explicitElementRect; } function in class:WebCore::AXObject

Completed in 488 milliseconds