HomeSort by relevance Sort by last modified time
    Searched refs:shouldConsiderSelectionAsDirectional (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
EditingBehavior.h 46 bool shouldConsiderSelectionAsDirectional() const { return m_type != EditingMacBehavior; }
SelectionController.cpp 337 m_isDirectional = !m_frame || m_frame->editor()->behavior().shouldConsiderSelectionAsDirectional() || isDirectional;
    [all...]

Completed in 95 milliseconds