OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSupportedInputMethods
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/chromeos/ime/
input_method_whitelist.h
35
scoped_ptr<InputMethodDescriptors>
GetSupportedInputMethods
() const;
input_method_whitelist.cc
33
InputMethodWhitelist::
GetSupportedInputMethods
() const {
input_method_manager.h
94
GetSupportedInputMethods
() const = 0;
/external/chromium/chrome/browser/chromeos/cros/
mock_input_method_library.h
26
MOCK_METHOD0(
GetSupportedInputMethods
, InputMethodDescriptors*(void));
input_method_library.h
72
virtual InputMethodDescriptors*
GetSupportedInputMethods
() = 0;
input_method_library.cc
150
virtual InputMethodDescriptors*
GetSupportedInputMethods
() {
[
all
...]
cros_mock.cc
178
EXPECT_CALL(*mock_input_method_library_,
GetSupportedInputMethods
())
/external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_manager.cc
13
util_(&delegate_, whitelist_.
GetSupportedInputMethods
()) {
39
MockInputMethodManager::
GetSupportedInputMethods
() const {
mock_input_method_manager.h
31
GetSupportedInputMethods
() const OVERRIDE;
input_method_manager_impl.h
54
GetSupportedInputMethods
() const OVERRIDE;
input_method_manager_impl.cc
55
util_(delegate_.get(),
GetSupportedInputMethods
()),
107
InputMethodManagerImpl::
GetSupportedInputMethods
() const {
108
return whitelist_.
GetSupportedInputMethods
();
input_method_util_unittest.cc
50
: util_(&delegate_, whitelist_.
GetSupportedInputMethods
()) {
input_method_manager_impl_unittest.cc
264
manager_->
GetSupportedInputMethods
());
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc
61
//
GetSupportedInputMethods
() never return NULL.
65
im_library->
GetSupportedInputMethods
());
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc
239
//
GetSupportedInputMethods
() never returns NULL.
241
manager->
GetSupportedInputMethods
());
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc
105
//
GetSupportedInputMethods
() never return NULL.
107
manager->
GetSupportedInputMethods
());
/external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc
55
library->
GetSupportedInputMethods
());
57
LOG(ERROR) << "
GetSupportedInputMethods
returned a fallback ID";
Completed in 853 milliseconds