Home
last modified time | relevance | path

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

/reactos/dll/ime/msctfime/
H A Dinputcontext.cpp337 if (m_pContextOwnerServices) in DestroyInputContext()
339 m_pContextOwnerServices->Release(); in DestroyInputContext()
340 m_pContextOwnerServices = NULL; in DestroyInputContext()
H A Dui.cpp998 auto pContextOwnerServices = pCicIC->m_pContextOwnerServices; in ImeUIOnLayoutChange()
1053 pCicIC->m_pContextOwnerServices->AddRef(); in ImeUIMsImeModeBiasHandler()
1054 pCicIC->m_pContextOwnerServices->OnAttributeChange(GUID_PROP_MODEBIAS); in ImeUIMsImeModeBiasHandler()
1055 pCicIC->m_pContextOwnerServices->Release(); in ImeUIMsImeModeBiasHandler()
H A Dinputcontext.h84 ITfContextOwnerServices *m_pContextOwnerServices; variable