HomeSort by relevance Sort by last modified time
    Searched refs:ImmAssociateContextEx (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_ime_win.h 126 static BOOL WINAPI ImmAssociateContextEx(HWND window,
webplugin_ime_win.cc 162 { "ImmAssociateContextEx",
163 reinterpret_cast<FARPROC>(ImmAssociateContextEx) },
196 BOOL WINAPI WebPluginIMEWin::ImmAssociateContextEx(HWND window,
201 return ::ImmAssociateContextEx(window, context, flags);
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 436 ::ImmAssociateContextEx(window_handle, NULL, 0);
455 ::ImmAssociateContextEx(window_handle, NULL, IACE_DEFAULT);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
imm.h 158 WINBOOL WINAPI ImmAssociateContextEx(HWND,HIMC,DWORD);

Completed in 2678 milliseconds