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

  /external/chromium_org/ui/base/ime/
input_method_imm32.cc 89 imm32_manager_.CancelIME(GetAttachedWindowHandle(client));
105 HWND attached_window = GetAttachedWindowHandle(client);
120 imm32_manager_.CancelIME(GetAttachedWindowHandle(client));
276 imm32_manager_.DisableIME(GetAttachedWindowHandle(GetTextInputClient()));
280 imm32_manager_.EnableIME(GetAttachedWindowHandle(GetTextInputClient()));
289 HWND attached_window_handle = GetAttachedWindowHandle(client);
input_method_tsf.cc 121 GetAttachedWindowHandle(client), client);
147 GetAttachedWindowHandle(focused), focused);
167 HWND attached_window_handle = GetAttachedWindowHandle(client);
input_method_win.h 58 HWND GetAttachedWindowHandle(const TextInputClient* text_input_client) const;
input_method_win.cc 333 HWND InputMethodWin::GetAttachedWindowHandle(

Completed in 543 milliseconds