HomeSort by relevance Sort by last modified time
    Searched defs:InputMethodManagerImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.h 32 class InputMethodManagerImpl : public InputMethodManager,
39 explicit InputMethodManagerImpl(scoped_ptr<InputMethodDelegate> delegate);
40 virtual ~InputMethodManagerImpl();
43 // to the InputMethodManagerImpl object. You don't have to call this function
241 base::WeakPtrFactory<InputMethodManagerImpl> weak_ptr_factory_;
247 DISALLOW_COPY_AND_ASSIGN(InputMethodManagerImpl);
input_method_manager_impl.cc 120 bool InputMethodManagerImpl::IsFullLatinKeyboard(
126 InputMethodManagerImpl::InputMethodManagerImpl(
136 InputMethodManagerImpl::~InputMethodManagerImpl() {
146 void InputMethodManagerImpl::AddObserver(
151 void InputMethodManagerImpl::AddCandidateWindowObserver(
156 void InputMethodManagerImpl::RemoveObserver(
161 void InputMethodManagerImpl::RemoveCandidateWindowObserver(
166 void InputMethodManagerImpl::SetState(State new_state)
    [all...]

Completed in 100 milliseconds