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 126 , m_useEndingSelection(true)
140 , m_useEndingSelection(false)
154 , m_useEndingSelection(true)
168 , m_useEndingSelection(true)
179 if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end))
180 m_useEndingSelection = true;
189 if (m_useEndingSelection)
197 if (m_useEndingSelection)
    [all...]
ApplyStyleCommand.h 129 bool m_useEndingSelection;

Completed in 58 milliseconds