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

  /external/webkit/Source/WebCore/editing/
SelectionController.h 239 bool m_isDirectional;
SelectionController.cpp 337 m_isDirectional = !m_frame || m_frame->editor()->behavior().shouldConsiderSelectionAsDirectional() || isDirectional;
355 if (m_isDirectional) {
760 trialSelectionController.setIsDirectional(m_isDirectional);
864 trialSelectionController.setIsDirectional(m_isDirectional);
    [all...]

Completed in 33 milliseconds