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

  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 128 , m_useEndingSelection(true)
142 , m_useEndingSelection(false)
156 , m_useEndingSelection(true)
170 , m_useEndingSelection(true)
181 if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end))
182 m_useEndingSelection = true;
191 if (m_useEndingSelection)
199 if (m_useEndingSelection)
    [all...]
ApplyStyleCommand.h 126 bool m_useEndingSelection;

Completed in 44 milliseconds