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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 127 , m_useEndingSelection(true)
141 , m_useEndingSelection(false)
155 , m_useEndingSelection(true)
169 , m_useEndingSelection(true)
180 if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end))
181 m_useEndingSelection = true;
190 if (m_useEndingSelection)
198 if (m_useEndingSelection)
    [all...]
ApplyStyleCommand.h 129 bool m_useEndingSelection;

Completed in 23 milliseconds