Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyBlockElementCommand.cpp97 VisiblePosition start(visiblePositionForIndex(startIndex, startScope.get())); in doApply()
98 VisiblePosition end(visiblePositionForIndex(endIndex, endScope.get())); in doApply()
DInsertListCommand.cpp160 endOfSelection = visiblePositionForIndex(indexForEndOfSelection, scope.get()); in doApply()
182 endOfSelection = visiblePositionForIndex(indexForEndOfSelection, scope.get()); in doApply()
Dhtmlediting.h183 VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope);
DSpellChecker.cpp825 …toRenderTextControl(node->renderer())->textFormControlElement()->visiblePositionForIndex(1).deepEq… in findFirstMarkable()
Dhtmlediting.cpp1068 VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope) in visiblePositionForIndex() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.h59 VisiblePosition visiblePositionForIndex(int) const;
DHTMLTextFormControlElement.cpp292 VisiblePosition startPosition = visiblePositionForIndex(start); in setSelectionRange()
297 endPosition = visiblePositionForIndex(end); in setSelectionRange()
316 VisiblePosition HTMLTextFormControlElement::visiblePositionForIndex(int index) const in visiblePositionForIndex() function in WebCore::HTMLTextFormControlElement
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.h198 virtual VisiblePosition visiblePositionForIndex(int) const OVERRIDE;
DAXObject.h546 virtual VisiblePosition visiblePositionForIndex(int) const { return VisiblePosition(); } in visiblePositionForIndex() function
DAXRenderObject.cpp1719 VisiblePosition AXRenderObject::visiblePositionForIndex(int index) const in visiblePositionForIndex() function in WebCore::AXRenderObject
1725 … return toRenderTextControl(m_renderer)->textFormControlElement()->visiblePositionForIndex(index); in visiblePositionForIndex()
1794 VisiblePosition visiblePos = visiblePositionForIndex(0); in lineBreaks()
/external/chromium_org/third_party/WebKit/Source/web/
DWebAXObject.cpp637 VisiblePosition position = m_private->visiblePositionForIndex(selectionEnd()); in selectionEndLineNumber()
649 VisiblePosition position = m_private->visiblePositionForIndex(selectionStart()); in selectionStartLineNumber()