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 30 class InputMethodManagerImpl : public InputMethodManager,
35 StateImpl(InputMethodManagerImpl* manager, Profile* profile);
124 InputMethodManagerImpl* const manager_;
134 InputMethodManagerImpl(scoped_ptr<InputMethodDelegate> delegate,
136 virtual ~InputMethodManagerImpl();
272 DISALLOW_COPY_AND_ASSIGN(InputMethodManagerImpl);
input_method_manager_impl.cc 102 // ------------------------ InputMethodManagerImpl::StateImpl
104 InputMethodManagerImpl::StateImpl::StateImpl(InputMethodManagerImpl* manager,
109 InputMethodManagerImpl::StateImpl::~StateImpl() {
112 void InputMethodManagerImpl::StateImpl::InitFrom(const StateImpl& other) {
124 bool InputMethodManagerImpl::StateImpl::IsActive() const {
128 std::string InputMethodManagerImpl::StateImpl::Dump() const {
164 InputMethodManagerImpl::StateImpl::Clone() const {
171 InputMethodManagerImpl::StateImpl::GetActiveInputMethods() const {
200 InputMethodManagerImpl::StateImpl::GetActiveInputMethodIds() const
    [all...]

Completed in 146 milliseconds