Home
last modified time | relevance | path

Searched refs:headingLevel (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp331 int headingLevel = core(object)->headingLevel(); in webkit_accessible_get_attributes() local
332 if (headingLevel) { in webkit_accessible_get_attributes()
333 String value = String::number(headingLevel); in webkit_accessible_get_attributes()
/external/webkit/WebCore/accessibility/
DAccessibilityRenderObject.h119 virtual int headingLevel() const;
DAccessibilityRenderObject.cpp444 int AccessibilityRenderObject::headingLevel() const in headingLevel() function in WebCore::AccessibilityRenderObject
840 return headingLevel(); in intValue()
2718 if (headingLevel()) in determineAccessibilityRole()
3215 return "L" + String::number(headingLevel()); in positionalDescriptionForMSAA()
DAccessibilityObject.h332 virtual int headingLevel() const { return 0; } in headingLevel() function
/external/webkit/WebCore/accessibility/mac/
DAccessibilityObjectWrapper.mm430 int parentHeadingLevel = parentObject->headingLevel();
/external/webkit/WebCore/
DChangeLog-2008-08-1020243 (WebCore::AccessibilityRenderObject::headingLevel): Check the aria-
23137 (WebCore::AccessibilityRenderObject::headingLevel):
24536 (WebCore::AccessibilityObject::headingLevel): This is the crash
25089 (WebCore::AccessibilityObject::headingLevel):
34219 - Made headingLevel() static.
34234 (WebCore::AccessibilityObject::headingLevel):
35759 (WebCore::AccessibilityObject::headingLevel):
44460 (headingLevel):
DChangeLog-2006-12-3137429 (headingLevel):
37430 (-[WebCoreAXObject headingLevel]):
37439 Value is the headingLevel.
DChangeLog-2010-01-2975580 (WebCore::AccessibilityObject::headingLevel):
75582 Make headingLevel into instance method so that it can *safely* be called in the constructor.
75588 (WebCore::AccessibilityRenderObject::headingLevel):
DChangeLog-2009-06-1634941 (WebCore::AccessibilityRenderObject::headingLevel):