Home
last modified time | relevance | path

Searched defs:mayCoalesce (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DCellBuffer.h39 bool mayCoalesce; variable
H A DCellBuffer.cxx374 bool &startSequence, bool mayCoalesce) { in AppendAction()
1246 void CellBuffer::AddUndoAction(Sci::Position token, bool mayCoalesce) { in AddUndoAction()
H A DDocument.h360 void AddUndoAction(Sci::Position token, bool mayCoalesce) { cb.AddUndoAction(token, mayCoalesce); } in AddUndoAction()