Searched refs:InputMethodManagerImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.cc44 bool InputMethodManagerImpl::IsLoginKeyboard(
51 InputMethodManagerImpl::InputMethodManagerImpl( function in class:chromeos::input_method::InputMethodManagerImpl
60 InputMethodManagerImpl::~InputMethodManagerImpl() {
65 void InputMethodManagerImpl::AddObserver(
70 void InputMethodManagerImpl::AddCandidateWindowObserver(
75 void InputMethodManagerImpl::RemoveObserver(
80 void InputMethodManagerImpl::RemoveCandidateWindowObserver(
85 void InputMethodManagerImpl
[all...]
H A Dinput_method_configuration.cc21 void OnSessionStateChange(InputMethodManagerImpl* input_method_manager_impl,
37 InputMethodManagerImpl* impl = new InputMethodManagerImpl(
H A Dinput_method_manager_impl.h29 class InputMethodManagerImpl : public InputMethodManager, class in namespace:chromeos::input_method
34 explicit InputMethodManagerImpl(scoped_ptr<InputMethodDelegate> delegate);
35 virtual ~InputMethodManagerImpl();
38 // InputMethodManagerImpl object. You don't have to call this
220 base::WeakPtrFactory<InputMethodManagerImpl> weak_ptr_factory_;
222 DISALLOW_COPY_AND_ASSIGN(InputMethodManagerImpl);
H A Dinput_method_manager_impl_unittest.cc61 manager_.reset(new InputMethodManagerImpl(
146 scoped_ptr<InputMethodManagerImpl> manager_;

Completed in 122 milliseconds