Home
last modified time | relevance | path

Searched refs:imm_context (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/base/ime/win/
Dimm32_manager.cc43 void GetCompositionTargetRange(HIMC imm_context, int* target_start, in GetCompositionTargetRange() argument
45 int attribute_size = ::ImmGetCompositionString(imm_context, GCS_COMPATTR, in GetCompositionTargetRange()
52 ::ImmGetCompositionString(imm_context, GCS_COMPATTR, in GetCompositionTargetRange()
70 void GetCompositionUnderlines(HIMC imm_context, in GetCompositionUnderlines() argument
74 int clause_size = ::ImmGetCompositionString(imm_context, GCS_COMPCLAUSE, in GetCompositionUnderlines()
80 ::ImmGetCompositionString(imm_context, GCS_COMPCLAUSE, in GetCompositionUnderlines()
205 void IMM32Manager::MoveImeWindow(HWND window_handle, HIMC imm_context) { in MoveImeWindow() argument
232 ::ImmSetCandidateWindow(imm_context, &candidate_position); in MoveImeWindow()
247 ::ImmSetCompositionWindow(imm_context, &cf); in MoveImeWindow()
265 ::ImmSetCandidateWindow(imm_context, &exclude_rectangle); in MoveImeWindow()
[all …]
Dimm32_manager.h267 void GetCompositionInfo(HIMC imm_context, LPARAM lparam,
271 void MoveImeWindow(HWND window_handle, HIMC imm_context);
274 void CompleteComposition(HWND window_handle, HIMC imm_context);
277 bool GetString(HIMC imm_context, WPARAM lparam, int type, string16* result);