Home
last modified time | relevance | path

Searched defs:TentativeActive (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DCellBuffer.cxx504 bool UndoHistory::TentativeActive() const noexcept { in TentativeActive() function in UndoHistory
830 bool CellBuffer::TentativeActive() const noexcept { in TentativeActive() function in CellBuffer
H A DDocument.h367 bool TentativeActive() const noexcept { return cb.TentativeActive(); } in TentativeActive() function