OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 };
71
void setSelectionRange(int start, int end,
TextFieldSelectionDirection
= SelectionHasNoDirection);
98
void cacheSelection(int start, int end,
TextFieldSelectionDirection
direction)
118
TextFieldSelectionDirection
computeSelectionDirection() const;
137
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 2681 milliseconds