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 37 enum TextFieldSelectionDirection { SelectionHasNoDirection, SelectionHasForwardDirection, SelectionHasBackwardDirection };
72 void setSelectionRange(int start, int end, TextFieldSelectionDirection = SelectionHasNoDirection);
99 void cacheSelection(int start, int end, TextFieldSelectionDirection direction)
119 TextFieldSelectionDirection computeSelectionDirection() const;
142 TextFieldSelectionDirection m_cachedSelectionDirection;
HTMLTextFormControlElement.cpp 282 TextFieldSelectionDirection direction = SelectionHasNoDirection;
291 void HTMLTextFormControlElement::setSelectionRange(int start, int end, TextFieldSelectionDirection direction)
390 static const AtomicString& directionString(TextFieldSelectionDirection direction)
419 TextFieldSelectionDirection HTMLTextFormControlElement::computeSelectionDirection() const

Completed in 25 milliseconds