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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 223 if (headingLevel())
815 int AXNodeObject::headingLevel() const
    [all...]
AXObject.h 400 virtual int headingLevel() const { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 591 int WebAXObject::headingLevel() const
596 return m_private->headingLevel();

Completed in 93 milliseconds