Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/ime/
Dinput_method_win.cc147 imm32_manager_.CancelIME(GetAttachedWindowHandle(client)); in OnTextInputTypeChanged()
163 HWND attached_window = GetAttachedWindowHandle(client); in OnCaretBoundsChanged()
177 imm32_manager_.CancelIME(GetAttachedWindowHandle(client)); in CancelComposition()
548 HWND InputMethodWin::GetAttachedWindowHandle( in GetAttachedWindowHandle() function in ui::InputMethodWin
560 HWND attached_window_handle = GetAttachedWindowHandle(client); in IsWindowFocused()
596 const HWND window_handle = GetAttachedWindowHandle(GetTextInputClient()); in UpdateIMEState()
Dinput_method_win.h95 HWND GetAttachedWindowHandle(const TextInputClient* text_input_client) const;