OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldConsiderSelectionAsDirectional
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingBehavior.h
50
bool
shouldConsiderSelectionAsDirectional
() const { return m_type != EditingMacBehavior; }
FrameSelection.cpp
91
return !frame || frame->editor().behavior().
shouldConsiderSelectionAsDirectional
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp
276
if (direction == SelectionHasNoDirection && document().frame() && document().frame()->editor().behavior().
shouldConsiderSelectionAsDirectional
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp
532
if (!m_frame->editor().behavior().
shouldConsiderSelectionAsDirectional
()) {
[
all
...]
Completed in 63 milliseconds