Home
last modified time | relevance | path

Searched refs:ImmGetContext (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/base/ime/win/
Dimm32_manager.cc271 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()
/external/chromium_org/content/child/npapi/
Dwebplugin_ime_win.cc166 { "ImmGetContext", reinterpret_cast<FARPROC>(ImmGetContext) }, in GetProcAddress()
265 HIMC WINAPI WebPluginIMEWin::ImmGetContext(HWND window) { in ImmGetContext() function in content::WebPluginIMEWin
276 return ::ImmGetContext(window); in ImmGetContext()
Dwebplugin_ime_win.h133 static HIMC WINAPI ImmGetContext(HWND window);
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc946 HIMC context = ImmGetContext(m_hWnd); in IsImeComposing()