OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmAssociateContextEx
(Results
1 - 3
of
3
) 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);
Completed in 170 milliseconds