Home
last modified time | relevance | path

Searched refs:docCookie (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DRunningDocTableEventsDispatcher.cs25 public int OnAfterAttributeChange(uint docCookie, uint grfAttribs) in OnAfterAttributeChange() argument
35 public int OnAfterDocumentWindowHide(uint docCookie, IVsWindowFrame pFrame) in OnAfterDocumentWindowHide() argument
40 …public int OnAfterFirstDocumentLock(uint docCookie, uint dwRDTLockType, uint dwReadLocksRemaining,… in OnAfterFirstDocumentLock() argument
45 public int OnAfterSave(uint docCookie) in OnAfterSave() argument
50 public int OnBeforeDocumentWindowShow(uint docCookie, int fFirstShow, IVsWindowFrame pFrame) in OnBeforeDocumentWindowShow() argument
55 …public int OnBeforeLastDocumentUnlock(uint docCookie, uint dwRDTLockType, uint dwReadLocksRemainin… in OnBeforeLastDocumentUnlock() argument
60 public int OnBeforeSave(uint docCookie) in OnBeforeSave() argument
64 var document = FindDocumentByCookie(docCookie); in OnBeforeSave()
67 BeforeSave(this, FindDocumentByCookie(docCookie)); in OnBeforeSave()
73 private Document FindDocumentByCookie(uint docCookie) in FindDocumentByCookie() argument
[all …]