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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.h134 TextFieldSelectionDirection computeSelectionDirection() const;
H A DHTMLTextFormControlElement.cpp479 return directionString(computeSelectionDirection());
482 TextFieldSelectionDirection HTMLTextFormControlElement::computeSelectionDirection() const function in class:blink::HTMLTextFormControlElement
556 cacheSelection(computeSelectionStart(), computeSelectionEnd(), computeSelectionDirection());

Completed in 90 milliseconds