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 };
79 void setSelectionRange(int start, int end, TextFieldSelectionDirection = SelectionHasNoDirection, SelectionOption = ChangeSelection);
112 void cacheSelection(int start, int end, TextFieldSelectionDirection direction)
134 TextFieldSelectionDirection computeSelectionDirection() const;
153 TextFieldSelectionDirection m_cachedSelectionDirection;
HTMLTextFormControlElement.cpp 270 TextFieldSelectionDirection direction = SelectionHasNoDirection;
348 void HTMLTextFormControlElement::setSelectionRange(int start, int end, TextFieldSelectionDirection direction, SelectionOption selectionOption)
453 static const AtomicString& directionString(TextFieldSelectionDirection direction)
482 TextFieldSelectionDirection HTMLTextFormControlElement::computeSelectionDirection() const
    [all...]

Completed in 77 milliseconds