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

  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 41 void GetCompositionTargetRange(HIMC imm_context, int* target_start,
43 int attribute_size = ::ImmGetCompositionString(imm_context, GCS_COMPATTR,
50 ::ImmGetCompositionString(imm_context, GCS_COMPATTR,
68 void GetCompositionUnderlines(HIMC imm_context,
72 int clause_size = ::ImmGetCompositionString(imm_context, GCS_COMPCLAUSE,
78 ::ImmGetCompositionString(imm_context, GCS_COMPCLAUSE,
204 void IMM32Manager::MoveImeWindow(HWND window_handle, HIMC imm_context) {
231 ::ImmSetCandidateWindow(imm_context, &candidate_position);
246 ::ImmSetCompositionWindow(imm_context, &cf);
264 ::ImmSetCandidateWindow(imm_context, &exclude_rectangle)
270 HIMC imm_context = ::ImmGetContext(window_handle); local
283 HIMC imm_context = ::ImmGetContext(window_handle); local
386 HIMC imm_context = ::ImmGetContext(window_handle); local
397 HIMC imm_context = ::ImmGetContext(window_handle); local
441 HIMC imm_context = ::ImmGetContext(window_handle); local
466 HIMC imm_context = ::ImmGetContext(window_handle); local
510 const HIMC imm_context = ::ImmGetContext(window_handle); local
    [all...]
imm32_manager.h 264 void GetCompositionInfo(HIMC imm_context, LPARAM lparam,
268 void MoveImeWindow(HWND window_handle, HIMC imm_context);
271 void CompleteComposition(HWND window_handle, HIMC imm_context);
274 bool GetString(HIMC imm_context,

Completed in 130 milliseconds