OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Directional
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h
86
Directional
108
bool setSelectedRange(Range*, EAffinity, DirectoinalOption
directional
= NonDirectional, SetSelectionOptions = CloseTyping | ClearTypingStyle);
DOMSelection.cpp
221
m_frame->selection().setSelectedRange(range.get(), DOWNSTREAM, m_frame->selection().isDirectional() ? FrameSelection::
Directional
: FrameSelection::NonDirectional);
FrameSelection.cpp
214
newSelection.setIsDirectional(isDirectional); // Adjusting base and extent will make newSelection always
directional
[
all
...]
Completed in 680 milliseconds