Home
last modified time | relevance | path

Searched refs:m_useEndingSelection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp133 , m_useEndingSelection(true) in ApplyStyleCommand()
147 , m_useEndingSelection(false) in ApplyStyleCommand()
161 , m_useEndingSelection(true) in ApplyStyleCommand()
175 , m_useEndingSelection(true) in ApplyStyleCommand()
186 if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end)) in updateStartEnd()
187 m_useEndingSelection = true; in updateStartEnd()
196 if (m_useEndingSelection) in startPosition()
204 if (m_useEndingSelection) in endPosition()
DApplyStyleCommand.h130 bool m_useEndingSelection; variable