Searched refs:imm_context (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/base/ime/win/ |
D | imm32_manager.cc | 41 void GetCompositionTargetRange(HIMC imm_context, int* target_start, in GetCompositionTargetRange() argument 43 int attribute_size = ::ImmGetCompositionString(imm_context, GCS_COMPATTR, in GetCompositionTargetRange() 50 ::ImmGetCompositionString(imm_context, GCS_COMPATTR, in GetCompositionTargetRange() 68 void GetCompositionUnderlines(HIMC imm_context, in GetCompositionUnderlines() argument 72 int clause_size = ::ImmGetCompositionString(imm_context, GCS_COMPCLAUSE, in GetCompositionUnderlines() 78 ::ImmGetCompositionString(imm_context, GCS_COMPCLAUSE, in GetCompositionUnderlines() 204 void IMM32Manager::MoveImeWindow(HWND window_handle, HIMC imm_context) { in MoveImeWindow() argument 231 ::ImmSetCandidateWindow(imm_context, &candidate_position); in MoveImeWindow() 246 ::ImmSetCompositionWindow(imm_context, &cf); in MoveImeWindow() 264 ::ImmSetCandidateWindow(imm_context, &exclude_rectangle); in MoveImeWindow() [all …]
|
D | 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,
|