Searched defs:docCookie (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
H A D | RunningDocTableEventsDispatcher.cs | 25 public int OnAfterAttributeChange(uint docCookie, uint grfAttribs) in OnAfterAttributeChange() 30 …public int OnAfterAttributeChangeEx(uint docCookie, uint grfAttribs, IVsHierarchy pHierOld, uint i… in OnAfterAttributeChangeEx() 35 public int OnAfterDocumentWindowHide(uint docCookie, IVsWindowFrame pFrame) in OnAfterDocumentWindowHide() 40 …public int OnAfterFirstDocumentLock(uint docCookie, uint dwRDTLockType, uint dwReadLocksRemaining,… in OnAfterFirstDocumentLock() 45 public int OnAfterSave(uint docCookie) in OnAfterSave() 50 public int OnBeforeDocumentWindowShow(uint docCookie, int fFirstShow, IVsWindowFrame pFrame) in OnBeforeDocumentWindowShow() 55 …public int OnBeforeLastDocumentUnlock(uint docCookie, uint dwRDTLockType, uint dwReadLocksRemainin… in OnBeforeLastDocumentUnlock() 60 public int OnBeforeSave(uint docCookie) in OnBeforeSave() 73 private Document FindDocumentByCookie(uint docCookie) in FindDocumentByCookie()
|