Searched refs:shouldAlwaysGrowSelectionWhenExtendingToBoundary (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingBehavior.h58 bool shouldAlwaysGrowSelectionWhenExtendingToBoundary() const { return m_type == EditingMacBehavior; } function in class:WebCore::EditingBehavior
H A DSelectionController.cpp820 if (!m_frame || !m_frame->editor()->behavior().shouldAlwaysGrowSelectionWhenExtendingToBoundary() || m_selection.isCaret() || !isBoundary(granularity))

Completed in 121 milliseconds