Searched refs:GetSupportedInputMethods (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chromeos/ime/
H A Dinput_method_whitelist.h35 scoped_ptr<InputMethodDescriptors> GetSupportedInputMethods() const;
H A Dinput_method_whitelist.cc33 InputMethodWhitelist::GetSupportedInputMethods() const { function in class:chromeos::input_method::InputMethodWhitelist
H A Dinput_method_manager.h94 GetSupportedInputMethods() const = 0;
/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_input_method_library.h26 MOCK_METHOD0(GetSupportedInputMethods, InputMethodDescriptors*(void));
H A Dinput_method_library.h72 virtual InputMethodDescriptors* GetSupportedInputMethods() = 0;
H A Dinput_method_library.cc150 virtual InputMethodDescriptors* GetSupportedInputMethods() { function in class:chromeos::InputMethodLibraryImpl
860 virtual InputMethodDescriptors* GetSupportedInputMethods() { function in class:chromeos::InputMethodLibraryStubImpl
H A Dcros_mock.cc178 EXPECT_CALL(*mock_input_method_library_, GetSupportedInputMethods())
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmock_input_method_manager.cc13 util_(&delegate_, whitelist_.GetSupportedInputMethods()) {
39 MockInputMethodManager::GetSupportedInputMethods() const { function in class:chromeos::input_method::MockInputMethodManager
H A Dmock_input_method_manager.h31 GetSupportedInputMethods() const OVERRIDE;
H A Dinput_method_manager_impl.cc55 util_(delegate_.get(), GetSupportedInputMethods()),
107 InputMethodManagerImpl::GetSupportedInputMethods() const { function in class:chromeos::input_method::InputMethodManagerImpl
108 return whitelist_.GetSupportedInputMethods();
H A Dinput_method_manager_impl.h54 GetSupportedInputMethods() const OVERRIDE;
H A Dinput_method_util_unittest.cc50 : util_(&delegate_, whitelist_.GetSupportedInputMethods()) {
H A Dinput_method_manager_impl_unittest.cc264 manager_->GetSupportedInputMethods());
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dcros_language_options_handler.cc61 // GetSupportedInputMethods() never return NULL.
65 im_library->GetSupportedInputMethods());
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_screen_handler.cc239 // GetSupportedInputMethods() never returns NULL.
241 manager->GetSupportedInputMethods());
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dcros_language_options_handler.cc105 // GetSupportedInputMethods() never return NULL.
107 manager->GetSupportedInputMethods());
/external/chromium/chrome/browser/chromeos/input_method/
H A Dinput_method_util.cc55 library->GetSupportedInputMethods());
57 LOG(ERROR) << "GetSupportedInputMethods returned a fallback ID";

Completed in 240 milliseconds