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 215 if (headingLevel())
812 int AXNodeObject::headingLevel() const
    [all...]
AXObject.h 395 virtual int headingLevel() const { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 609 int WebAXObject::headingLevel() const
614 return m_private->headingLevel();

Completed in 68 milliseconds