Home
last modified time | relevance | path

Searched refs:computeSelectionDirection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.h118 TextFieldSelectionDirection computeSelectionDirection() const;
DHTMLTextFormControlElement.cpp404 return directionString(computeSelectionDirection()); in selectionDirection()
407 TextFieldSelectionDirection HTMLTextFormControlElement::computeSelectionDirection() const in computeSelectionDirection() function in WebCore::HTMLTextFormControlElement
481 cacheSelection(computeSelectionStart(), computeSelectionEnd(), computeSelectionDirection()); in selectionChanged()