Home
last modified time | relevance | path

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

/reactos/dll/ime/msctfime/
H A Dmisc.h103 class CFunctionProvider : public CFunctionProviderBase
106 CFunctionProvider(_In_ TfClientId clientId);
H A Dmisc.cpp497 CFunctionProvider::CFunctionProvider(_In_ TfClientId clientId) : CFunctionProviderBase(clientId) in CFunctionProvider() function in CFunctionProvider
504 CFunctionProvider::GetFunction( in GetFunction()
H A Dbridge.cpp299 CFunctionProvider *pProvider = new(cicNoThrow) CFunctionProvider(m_cliendId); in ActivateIMMX()