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
37
enum TextFieldSelectionDirection { SelectionHasNoDirection, SelectionHasForwardDirection,
SelectionHasBackwardDirection
};
HTMLTextFormControlElement.cpp
273
direction =
SelectionHasBackwardDirection
;
306
if (direction ==
SelectionHasBackwardDirection
)
389
case
SelectionHasBackwardDirection
:
415
return selection.isDirectional() ? (selection.isBaseFirst() ? SelectionHasForwardDirection :
SelectionHasBackwardDirection
) : SelectionHasNoDirection;
Completed in 23 milliseconds