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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h 144 virtual int headingLevel() const OVERRIDE FINAL;
AXObject.h 400 virtual int headingLevel() const { return 0; }
AXNodeObject.cpp 223 if (headingLevel())
815 int AXNodeObject::headingLevel() const
    [all...]
AXRenderObject.cpp 332 if (headingLevel())
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 135 BLINK_EXPORT int headingLevel() const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 591 int WebAXObject::headingLevel() const
596 return m_private->headingLevel();
  /external/chromium_org/content/renderer/accessibility/
blink_ax_tree_source.cc 288 dst->AddIntAttribute(ui::AX_ATTR_HIERARCHICAL_LEVEL, src.headingLevel());
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 656 return accessibility_object_.headingLevel();
    [all...]

Completed in 265 milliseconds