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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 465 virtual LayoutRect elementRect() const { return m_explicitElementRect; }
466 void setElementRect(LayoutRect r) { m_explicitElementRect = r; }
561 LayoutRect m_explicitElementRect;
AXNodeObject.cpp     [all...]
AXRenderObject.cpp 189 if (!m_explicitElementRect.isEmpty())
190 return m_explicitElementRect;
    [all...]

Completed in 49 milliseconds