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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.h60 VisiblePosition visiblePositionForIndex(int) const;
H A DHTMLTextFormControlElement.cpp292 VisiblePosition startPosition = visiblePositionForIndex(start);
297 endPosition = visiblePositionForIndex(end);
316 VisiblePosition HTMLTextFormControlElement::visiblePositionForIndex(int index) const function in class:WebCore::HTMLTextFormControlElement
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyBlockElementCommand.cpp101 VisiblePosition start(visiblePositionForIndex(startIndex, startScope.get()));
102 VisiblePosition end(visiblePositionForIndex(endIndex, endScope.get()));
H A DInsertListCommand.cpp162 endOfSelection = visiblePositionForIndex(indexForEndOfSelection, scope.get());
184 endOfSelection = visiblePositionForIndex(indexForEndOfSelection, scope.get());
H A Dhtmlediting.h188 VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope);
H A DSpellChecker.cpp797 node = toRenderTextControl(node->renderer())->textFormControlElement()->visiblePositionForIndex(1).deepEquivalent().deprecatedNode();
H A Dhtmlediting.cpp1004 // FIXME: indexForVisiblePosition and visiblePositionForIndex use TextIterators to convert between
1029 VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope) function in namespace:WebCore
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.h200 virtual VisiblePosition visiblePositionForIndex(int) const OVERRIDE;
H A DAXObject.h544 virtual VisiblePosition visiblePositionForIndex(int) const { return VisiblePosition(); } function in class:WebCore::AXObject
H A DAXRenderObject.cpp1710 VisiblePosition AXRenderObject::visiblePositionForIndex(int index) const function in class:WebCore::AXRenderObject
1716 return toRenderTextControl(m_renderer)->textFormControlElement()->visiblePositionForIndex(index);
1789 VisiblePosition visiblePos = visiblePositionForIndex(0);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp741 VisiblePosition position = m_private->visiblePositionForIndex(selectionEnd());
753 VisiblePosition position = m_private->visiblePositionForIndex(selectionStart());

Completed in 215 milliseconds