Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h250 bool m_shouldStartNewKillRingSequence; variable
289 m_shouldStartNewKillRingSequence = flag; in setStartNewKillRingSequence()
DEditor.cpp833 , m_shouldStartNewKillRingSequence(false) in Editor()
1098 if (m_shouldStartNewKillRingSequence) in addToKillRing()
1106 m_shouldStartNewKillRingSequence = false; in addToKillRing()