OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:headingLevel
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp
214
if (
headingLevel
())
814
int AXNodeObject::
headingLevel
() const
[
all
...]
AXObject.h
396
virtual int
headingLevel
() const { return 0; }
/external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp
505
int WebAXObject::
headingLevel
() const
510
return m_private->
headingLevel
();
Completed in 286 milliseconds