Searched refs:PFNIsCommentLeader (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DAccessor.h12 typedef bool (*PFNIsCommentLeader)(Accessor &styler, int pos, int len); typedef
77 virtual int IndentAmount(int line, int *flags, PFNIsCommentLeader pfnIsCommentLeader = 0)=0;
H A DWindowAccessor.h56 int IndentAmount(int line, int *flags, PFNIsCommentLeader pfnIsCommentLeader = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocumentAccessor.h66 int IndentAmount(int line, int *flags, PFNIsCommentLeader pfnIsCommentLeader = 0);
H A DDocumentAccessor.cxx142 int DocumentAccessor::IndentAmount(int line, int *flags, PFNIsCommentLeader pfnIsCommentLeader) {
H A DWindowAccessor.cxx134 int WindowAccessor::IndentAmount(int line, int *flags, PFNIsCommentLeader pfnIsCommentLeader) {

Completed in 57 milliseconds