HomeSort by relevance Sort by last modified time
    Searched full:immsetcandidatewindow (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_ime_win.cc 168 { "ImmSetCandidateWindow",
169 reinterpret_cast<FARPROC>(ImmSetCandidateWindow) },
293 BOOL WINAPI WebPluginIMEWin::ImmSetCandidateWindow(HIMC context,
297 return ::ImmSetCandidateWindow(context, candidate);
webplugin_ime_win.h 135 static BOOL WINAPI ImmSetCandidateWindow(HIMC context,
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 161 // to ::ImmSetCandidateWindow(), i.e. they do not move their candidate
221 // Chinese IMEs ignore function calls to ::ImmSetCandidateWindow()
226 // parameters given to ::ImmSetCandidateWindow() with its 'dwStyle'
228 // Therefore, we do not only call ::ImmSetCandidateWindow() but also
232 ::ImmSetCandidateWindow(imm_context, &candidate_position);
260 // ::ImmSetCandidateWindow() with its 'dwStyle' parameter CFS_EXCLUDE
265 ::ImmSetCandidateWindow(imm_context, &exclude_rectangle);
  /external/chromium_org/ui/base/ime/
input_method_imm32.cc 170 // calls ::ImmSetCompositionWindow() and ::ImmSetCandidateWindow() to
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc     [all...]

Completed in 117 milliseconds