Searched defs:OnDidChangeFocusedClient (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Dinput_method_base.h60 virtual void OnDidChangeFocusedClient(TextInputClient* focused_before, function in class:ui::InputMethodBase
H A Dinput_method_tsf.cc135 void InputMethodTSF::OnDidChangeFocusedClient(TextInputClient* focused_before, function in class:ui::InputMethodTSF
150 InputMethodWin::OnDidChangeFocusedClient(focused_before, focused);
H A Dinput_method_auralinux.cc177 void InputMethodAuraLinux::OnDidChangeFocusedClient( function in class:ui::InputMethodAuraLinux
184 InputMethodBase::OnDidChangeFocusedClient(focused_before, focused);
H A Dinput_method_imm32.cc134 void InputMethodIMM32::OnDidChangeFocusedClient(TextInputClient* focused_before, function in class:ui::InputMethodIMM32
148 InputMethodWin::OnDidChangeFocusedClient(focused_before, focused);
H A Dinput_method_base_unittest.cc76 void OnDidChangeFocusedClient(TextInputClient* focused_before, function in class:ui::__anon15082::ClientChangeVerifier
179 virtual void OnDidChangeFocusedClient(TextInputClient* focused_before,
181 verifier_->OnDidChangeFocusedClient(focused_before, focused);
H A Dinput_method_win.cc98 void InputMethodWin::OnDidChangeFocusedClient( function in class:ui::InputMethodWin
H A Dinput_method_ibus.cc251 void InputMethodIBus::OnDidChangeFocusedClient(TextInputClient* focused_before, function in class:ui::InputMethodIBus

Completed in 68 milliseconds