OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldAlwaysGrowSelectionWhenExtendingToBoundary
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
EditingBehavior.h
58
bool
shouldAlwaysGrowSelectionWhenExtendingToBoundary
() const { return m_type == EditingMacBehavior; }
SelectionController.cpp
820
if (!m_frame || !m_frame->editor()->behavior().
shouldAlwaysGrowSelectionWhenExtendingToBoundary
() || m_selection.isCaret() || !isBoundary(granularity))
[
all
...]
Completed in 600 milliseconds