Home
last modified time | relevance | path

Searched refs:visiblePositionForIndex (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.h237 … virtual VisiblePosition visiblePositionForIndex(unsigned indexValue, bool lastIndexOK) const;
240 virtual VisiblePosition visiblePositionForIndex(int) const;
DAccessibilityObject.cpp382 VisiblePosition startPosition = visiblePositionForIndex(range.start); in visiblePositionRangeForRange()
384 VisiblePosition endPosition = visiblePositionForIndex(range.start + range.length); in visiblePositionRangeForRange()
708 VisiblePositionRange range = styleRangeForPosition(visiblePositionForIndex(index, false)); in doAXStyleRangeForIndex()
716 return lineForPosition(visiblePositionForIndex(index, false)); in doAXLineForIndex()
DAccessibilityObject.h521 …virtual VisiblePosition visiblePositionForIndex(unsigned, bool /*lastIndexOK */) const { return Vi… in visiblePositionForIndex() function
523 virtual VisiblePosition visiblePositionForIndex(int) const { return VisiblePosition(); } in visiblePositionForIndex() function
DAccessibilityRenderObject.cpp2464 VisiblePosition AccessibilityRenderObject::visiblePositionForIndex(int index) const in visiblePositionForIndex() function in WebCore::AccessibilityRenderObject
2470 return toRenderTextControl(m_renderer)->visiblePositionForIndex(index); in visiblePositionForIndex()
2628 VisiblePosition AccessibilityRenderObject::visiblePositionForIndex(unsigned indexValue, bool lastIn… in visiblePositionForIndex() function in WebCore::AccessibilityRenderObject
2638 VisiblePosition position = visiblePositionForIndex(indexValue); in visiblePositionForIndex()
2669 VisiblePosition visiblePos = visiblePositionForIndex(0); in doAXRangeForLine()
/external/webkit/Source/WebCore/rendering/
DRenderTextControl.h51 VisiblePosition visiblePositionForIndex(int index) const;
DRenderTextControl.cpp251 VisiblePosition startPosition = control->visiblePositionForIndex(start); in setSelectionRange()
256 endPosition = control->visiblePositionForIndex(end); in setSelectionRange()
330 VisiblePosition RenderTextControl::visiblePositionForIndex(int index) const in visiblePositionForIndex() function in WebCore::RenderTextControl
/external/webkit/Source/WebCore/accessibility/mac/
DAccessibilityObjectWrapper.mm1661 …int lineNumber = m_object->lineForPosition(m_object->visiblePositionForIndex(m_object->selectionSt…
2597 VisiblePosition start = m_object->visiblePositionForIndex(range.location);
2598 VisiblePosition end = m_object->visiblePositionForIndex(range.location+range.length);
2606 VisiblePosition start = m_object->visiblePositionForIndex(range.location);
2607 VisiblePosition end = m_object->visiblePositionForIndex(range.location+range.length);
/external/webkit/Source/WebCore/editing/
DEditor.cpp3210 …node = toRenderTextControl(node->renderer())->visiblePositionForIndex(1).deepEquivalent().deprecat… in findFirstMarkable()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-101500 (WebCore::AccessibilityRenderObject::visiblePositionForIndex):
10752 (WebCore::AccessibilityObject::visiblePositionForIndex):
10766 (WebCore::AccessibilityRenderObject::visiblePositionForIndex):
23050 (WebCore::AccessibilityObject::visiblePositionForIndex):
23182 (WebCore::AccessibilityRenderObject::visiblePositionForIndex):
25118 (WebCore::AccessibilityObject::visiblePositionForIndex):
42205 (WebCore::RenderTextControl::visiblePositionForIndex): Changed to use Range::create.
DChangeLog-2011-02-165591 (WebCore::AccessibilityRenderObject::visiblePositionForIndex):
5652 (WebCore::RenderTextControl::visiblePositionForIndex):
5760 (WebCore::AccessibilityRenderObject::visiblePositionForIndex):
5821 (WebCore::RenderTextControl::visiblePositionForIndex):
DChangeLog-2006-05-1011175 * rendering/RenderTextField.cpp: (WebCore::RenderTextField::visiblePositionForIndex):
14271 * rendering/RenderTextField.cpp: (WebCore::RenderTextField::visiblePositionForIndex):
14410 (WebCore::RenderTextField::visiblePositionForIndex): Added helper method.
DChangeLog-2006-12-313368 (WebCore::RenderTextControl::visiblePositionForIndex):
3768 (WebCore::RenderTextControl::visiblePositionForIndex): Renaming (m_div to m_innerText).
27611 Made indexForVisiblePosition() and visiblePositionForIndex() public.
DChangeLog-2009-06-161498 …Bug 26214: RenderTextControl: Remove ASSERT for checking that visiblePositionForIndex()'s return i…
1501 visiblePositionForIndex can return an instance that returns true for
37474 (WebCore::AccessibilityRenderObject::visiblePositionForIndex):
59784 (WebCore::RenderTextControl::visiblePositionForIndex):
DChangeLog56304 (WebCore::AccessibilityRenderObject::visiblePositionForIndex):
56367 (WebCore::RenderTextControl::visiblePositionForIndex):
DChangeLog-2010-01-2978798 (WebCore::AccessibilityObject::visiblePositionForIndex):
82379 (WebCore::AccessibilityObject::visiblePositionForIndex):
DChangeLog-2010-12-0617376 (WebCore::RenderTextControl::visiblePositionForIndex):
88862 (WebCore::AccessibilityRenderObject::visiblePositionForIndex):