Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DScintillaEditView.cpp191 bool CScintillaEditView::IsReadOnly() in IsReadOnly() function in CScintillaEditView
/MusicPlayer2/scintilla/src/
H A DDocument.h384 bool IsReadOnly() const noexcept { return cb.IsReadOnly(); } in IsReadOnly() function
H A DCellBuffer.cxx794 bool CellBuffer::IsReadOnly() const noexcept { in IsReadOnly() function in CellBuffer