HomeSort by relevance Sort by last modified time
    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 88 milliseconds