Searched refs:ImmGetContext (Results 1 – 4 of 4) sorted by relevance
271 HIMC imm_context = ::ImmGetContext(window_handle); in UpdateImeWindow()284 HIMC imm_context = ::ImmGetContext(window_handle); in CleanupComposition()386 HIMC imm_context = ::ImmGetContext(window_handle); in GetResult()397 HIMC imm_context = ::ImmGetContext(window_handle); in GetComposition()441 HIMC imm_context = ::ImmGetContext(window_handle); in CancelIME()466 HIMC imm_context = ::ImmGetContext(window_handle); in UpdateCaretRect()515 const HIMC imm_context = ::ImmGetContext(window_handle); in SetTextInputMode()
166 { "ImmGetContext", reinterpret_cast<FARPROC>(ImmGetContext) }, in GetProcAddress()265 HIMC WINAPI WebPluginIMEWin::ImmGetContext(HWND window) { in ImmGetContext() function in content::WebPluginIMEWin276 return ::ImmGetContext(window); in ImmGetContext()
133 static HIMC WINAPI ImmGetContext(HWND window);
946 HIMC context = ImmGetContext(m_hWnd); in IsImeComposing()