OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIsDirectional
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/editing/
SelectionController.h
122
void
setIsDirectional
(bool);
SelectionController.cpp
89
setIsDirectional
(false);
141
setIsDirectional
(directionalityPolicy == MakeDirectionalSelection);
335
void SelectionController::
setIsDirectional
(bool isDirectional)
760
trialSelectionController.
setIsDirectional
(m_isDirectional);
841
setIsDirectional
(alter == AlterationExtend);
864
trialSelectionController.
setIsDirectional
(m_isDirectional);
[
all
...]
/external/webkit/Source/WebCore/page/
EventHandler.cpp
410
m_frame->selection()->
setIsDirectional
(false);
[
all
...]
Completed in 140 milliseconds