OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIsDirectional
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h
84
void
setIsDirectional
(bool isDirectional) { m_isDirectional = isDirectional; }
InsertTextCommand.cpp
83
forcedEndingSelection.
setIsDirectional
(endingSelection().isDirectional());
FrameSelection.cpp
102
m_selection.
setIsDirectional
(true);
214
newSelection.
setIsDirectional
(isDirectional); // Adjusting base and extent will make newSelection always directional
229
s.
setIsDirectional
(true);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp
310
newSelection.
setIsDirectional
(direction != SelectionHasNoDirection);
Completed in 29 milliseconds