Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DCellBuffer.cxx490 bool UndoHistory::IsSavePoint() const noexcept { in IsSavePoint() function in UndoHistory
814 bool CellBuffer::IsSavePoint() const noexcept { in IsSavePoint() function in CellBuffer
H A DDocument.h362 bool IsSavePoint() const noexcept { return cb.IsSavePoint(); } in IsSavePoint() function