HomeSort by relevance Sort by last modified time
    Searched refs:TextFieldSelectionDirection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.h 38 enum TextFieldSelectionDirection { SelectionHasNoDirection, SelectionHasForwardDirection, SelectionHasBackwardDirection };
72 void setSelectionRange(int start, int end, TextFieldSelectionDirection = SelectionHasNoDirection);
97 void cacheSelection(int start, int end, TextFieldSelectionDirection direction)
119 TextFieldSelectionDirection computeSelectionDirection() const;
138 TextFieldSelectionDirection m_cachedSelectionDirection;
HTMLTextFormControlElement.cpp 269 TextFieldSelectionDirection direction = SelectionHasNoDirection;
278 void HTMLTextFormControlElement::setSelectionRange(int start, int end, TextFieldSelectionDirection direction)
378 static const AtomicString& directionString(TextFieldSelectionDirection direction)
407 TextFieldSelectionDirection HTMLTextFormControlElement::computeSelectionDirection() const

Completed in 77 milliseconds