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 133 , m_useEndingSelection(true)
147 , m_useEndingSelection(false)
161 , m_useEndingSelection(true)
175 , m_useEndingSelection(true)
186 if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end))
187 m_useEndingSelection = true;
196 if (m_useEndingSelection)
204 if (m_useEndingSelection)
    [all...]
ApplyStyleCommand.h 130 bool m_useEndingSelection;

Completed in 80 milliseconds