Home
last modified time | relevance | path

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

/reactos/dll/ime/msctfime/
H A Dinputcontext.cpp327 if (m_pDocumentMgr) in DestroyInputContext()
328 m_pDocumentMgr->Pop(1); in DestroyInputContext()
345 if (m_pDocumentMgr) in DestroyInputContext()
347 m_pDocumentMgr->Release(); in DestroyInputContext()
348 m_pDocumentMgr = NULL; in DestroyInputContext()
H A Dinputcontext.h82 ITfDocumentMgr *m_pDocumentMgr; variable
H A Dbridge.cpp73 pCicIC->m_pDocumentMgr->AddRef(); in GetDocumentManager()
74 return pCicIC->m_pDocumentMgr; in GetDocumentManager()