HomeSort by relevance Sort by last modified time
    Searched refs:elementRect (Results 26 - 40 of 40) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableColumn.cpp 62 LayoutRect AXTableColumn::elementRect() const
181 m_columnRect.unite(cell->elementRect());
AXScrollView.h 69 virtual LayoutRect elementRect() const OVERRIDE;
AXImageMapLink.cpp 141 LayoutRect AXImageMapLink::elementRect() const
AXInlineTextBox.cpp 72 LayoutRect AXInlineTextBox::elementRect() const
AXObject.cpp 322 LayoutRect bounds = elementRect();
460 LayoutRect rect = elementRect();
499 if (m_children[k]->isMockObject() && m_children[k]->elementRect().contains(point))
652 IntRect objectRect = pixelSnappedIntRect(elementRect());
738 LayoutRect objectRect = elementRect();
783 LayoutRect innerRect = inner->isAXScrollView() ? inner->parentObject()->elementRect() : inner->elementRect();
AXListBox.cpp 149 LayoutRect parentRect = elementRect();
AXNodeObject.h 172 virtual LayoutRect elementRect() const OVERRIDE;
AXRenderObject.h 68 virtual LayoutRect elementRect() const OVERRIDE;
AXRenderObject.cpp 188 LayoutRect AXRenderObject::elementRect() const
    [all...]
AXObject.h 467 virtual LayoutRect elementRect() const { return m_explicitElementRect; }
AXNodeObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechInputController.h 60 virtual bool startRecognition(int requestId, const blink::WebRect& elementRect, const blink::WebString& language, const blink::WebString& grammar, const blink::WebSecurityOrigin&) OVERRIDE;
MockWebSpeechInputController.cpp 103 bool MockWebSpeechInputController::startRecognition(int requestId, const WebRect& elementRect, const WebString& language, const WebString& grammar, const WebSecurityOrigin& origin)
109 m_requestRect = elementRect;
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 462 return pixelSnappedIntRect(m_private->elementRect());
532 if (m_private->elementRect().contains(contentsPoint))
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 454 milliseconds

12