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

  /external/chromium_org/content/child/npapi/
webplugin_ime_win.h 135 static BOOL WINAPI ImmSetCandidateWindow(HIMC context,
webplugin_ime_win.cc 168 { "ImmSetCandidateWindow",
169 reinterpret_cast<FARPROC>(ImmSetCandidateWindow) },
293 BOOL WINAPI WebPluginIMEWin::ImmSetCandidateWindow(HIMC context,
297 return ::ImmSetCandidateWindow(context, candidate);
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 160 // to ::ImmSetCandidateWindow(), i.e. they do not move their candidate
220 // Chinese IMEs ignore function calls to ::ImmSetCandidateWindow()
225 // parameters given to ::ImmSetCandidateWindow() with its 'dwStyle'
227 // Therefore, we do not only call ::ImmSetCandidateWindow() but also
231 ::ImmSetCandidateWindow(imm_context, &candidate_position);
259 // ::ImmSetCandidateWindow() with its 'dwStyle' parameter CFS_EXCLUDE
264 ::ImmSetCandidateWindow(imm_context, &exclude_rectangle);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 833 milliseconds