Home
last modified time | relevance | path

Searched refs:getLengthForTextRange (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectAtk.cpp113 unsigned AccessibilityObject::getLengthForTextRange() const in getLengthForTextRange() function in WebCore::AccessibilityObject
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.h606 unsigned getLengthForTextRange() const;
609 unsigned getLengthForTextRange() const { return text().length(); } in getLengthForTextRange() function
DAccessibilityObject.cpp378 unsigned textLength = getLengthForTextRange(); in visiblePositionRangeForRange()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0655766 (WebCore::AccessibilityObject::getLengthForTextRange): New.