OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetEnabledExtensionImes
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chromeos/ime/
input_method_manager.h
135
virtual void
SetEnabledExtensionImes
(std::vector<std::string>* ids) = 0;
/external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_manager.h
49
virtual void
SetEnabledExtensionImes
(
input_method_manager_impl.h
89
virtual void
SetEnabledExtensionImes
(
mock_input_method_manager.cc
130
void MockInputMethodManager::State::
SetEnabledExtensionImes
(
input_method_manager_impl_unittest.cc
[
all
...]
input_method_engine_browsertests.cc
75
InputMethodManager::Get()->GetActiveIMEState()->
SetEnabledExtensionImes
(
[
all
...]
input_method_manager_impl.cc
394
// For 3rd party IME, when the user just logged in,
SetEnabledExtensionImes
397
// when
SetEnabledExtensionImes
happens later.
422
// For 3rd party IME, when the user just logged in,
SetEnabledExtensionImes
425
// when
SetEnabledExtensionImes
happens later.
519
void InputMethodManagerImpl::StateImpl::
SetEnabledExtensionImes
(
[
all
...]
/external/chromium_org/chrome/browser/chromeos/
preferences.cc
575
ime_state_->
SetEnabledExtensionImes
(&split_values);
Completed in 57 milliseconds