OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChangeInputMethod
(Results
1 - 20
of
20
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
mock_input_method_library.h
27
MOCK_METHOD1(
ChangeInputMethod
, void(const std::string&));
input_method_library.h
75
virtual void
ChangeInputMethod
(const std::string& input_method_id) = 0;
input_method_library.cc
163
virtual void
ChangeInputMethod
(const std::string& input_method_id) {
399
if (chromeos::
ChangeInputMethod
(input_method_status_connection_,
404
//
ChangeInputMethod
() fails if the IBus daemon is not yet ready.
441
// remembered in
ChangeInputMethod
(), for the following reasons:
443
// 1) Calls to
ChangeInputMethod
() will fail if the input method has not
[
all
...]
cros_mock.cc
215
EXPECT_CALL(*mock_input_method_library_,
ChangeInputMethod
(_))
/external/chromium_org/chrome/browser/chromeos/extensions/
input_method_apitest_chromeos.cc
53
ChangeInputMethod
(base::StringPrintf("xkb:%s", kNewInputMethod));
/external/chromium_org/chrome/browser/chromeos/
preferences_unittest.cc
28
virtual void
ChangeInputMethod
(const std::string& input_method_id) OVERRIDE {
preferences.cc
588
// When |preload_engines_| are set, InputMethodManager::
ChangeInputMethod
()
600
//
ChangeInputMethod
() has to be called AFTER the value of |preload_engines_|
601
// is sent to the InputMethodManager. Otherwise, the
ChangeInputMethod
request
602
// might be ignored as an invalid input method ID. The
ChangeInputMethod
()
607
input_method_manager_->
ChangeInputMethod
(previous_input_method_id);
609
input_method_manager_->
ChangeInputMethod
(current_input_method_id);
/external/chromium_org/chromeos/ime/
input_method_manager.h
111
virtual void
ChangeInputMethod
(const std::string& input_method_id) = 0;
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.cc
192
ChangeInputMethod
(initial_layout); // you can pass empty |initial_layout|.
264
//
ChangeInputMethod
() picks the first one in |active_input_method_ids_|.
265
ChangeInputMethod
(current_input_method_.id());
269
void InputMethodManagerImpl::
ChangeInputMethod
(
297
// component extension ime manager.
ChangeInputMethod
will be
466
ChangeInputMethod
(current_input_method_.id());
522
ChangeInputMethod
(current_input_method_.id());
789
ChangeInputMethod
(current_input_method_.id());
797
ChangeInputMethod
(current_input_method_.id());
input_method_manager_impl_unittest.cc
242
manager_->
ChangeInputMethod
("xkb:us:dvorak:eng");
246
manager_->
ChangeInputMethod
("xkb:us:dvorak:eng");
250
// passed to
ChangeInputMethod
() more than twice.
613
manager_->
ChangeInputMethod
(kNaclMozcUsId);
625
manager_->
ChangeInputMethod
("xkb:us::eng");
651
manager_->
ChangeInputMethod
(kExt2Engine1Id);
[
all
...]
mock_input_method_manager.cc
77
void MockInputMethodManager::
ChangeInputMethod
(
mock_input_method_manager.h
43
virtual void
ChangeInputMethod
(const std::string& input_method_id) OVERRIDE;
input_method_manager_impl.h
66
virtual void
ChangeInputMethod
(const std::string& input_method_id) OVERRIDE;
input_method_engine_browsertests.cc
154
InputMethodManager::Get()->
ChangeInputMethod
(kIdentityIMEID);
234
InputMethodManager::Get()->
ChangeInputMethod
(kAPIArgumentIMEID);
/external/chromium/chrome/browser/chromeos/status/
input_method_menu.cc
327
CrosLibrary::Get()->GetInputMethodLibrary()->
ChangeInputMethod
(
440
library->
ChangeInputMethod
(previous_input_method_id);
445
library->
ChangeInputMethod
(current_input_method_id);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc
215
input_method::InputMethodManager::Get()->
ChangeInputMethod
(id);
signin_screen_handler.cc
289
manager->
ChangeInputMethod
(input_method);
[
all
...]
/external/chromium/chrome/browser/chromeos/login/
screen_locker.cc
176
library->
ChangeInputMethod
(saved_previous_input_method_id_);
178
library->
ChangeInputMethod
(saved_current_input_method_id_);
[
all
...]
/external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc
697
library->
ChangeInputMethod
(initial_input_method_id);
/external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc
767
input_method::InputMethodManager::Get()->
ChangeInputMethod
(ime_id);
[
all
...]
Completed in 859 milliseconds