OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectionHasBackwardDirection
(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
};
HTMLTextFormControlElement.cpp
274
direction =
SelectionHasBackwardDirection
;
380
if (direction ==
SelectionHasBackwardDirection
)
464
case
SelectionHasBackwardDirection
:
490
return selection.isDirectional() ? (selection.isBaseFirst() ? SelectionHasForwardDirection :
SelectionHasBackwardDirection
) : SelectionHasNoDirection;
[
all
...]
Completed in 38 milliseconds