Home
last modified time | relevance | path

Searched defs:Document (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditor.cxx2343 void Editor::NotifyStyleNeeded(Document *, void *, Sci::Position endStyleNeeded) { in NotifyStyleNeeded() argument
2347 void Editor::NotifyLexerChanged(Document *, void *) { in NotifyLexerChanged() argument
2350 void Editor::NotifyErrorOccurred(Document *, void *, int status) { in NotifyErrorOccurred() argument
2519 void Editor::NotifyModifyAttempt(Document *, void *) { in NotifyModifyAttempt() argument
2524 void Editor::NotifySavePoint(Document *, void *, bool atSavePoint) { in NotifySavePoint() argument
2570 void Editor::NotifyModified(Document *, DocModification mh, void *) { in NotifyModified() argument
2747 void Editor::NotifyDeleted(Document *, void *) noexcept { in NotifyDeleted() argument
H A DScintillaBase.cxx893 void ScintillaBase::NotifyLexerChanged(Document *, void *) { in NotifyLexerChanged() argument
H A DDocument.h15 class Document; variable
H A DDocument.cxx109 Document::Document(int options) : in Document() function in Document