OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supported_input_methods_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/ime/
input_method_whitelist.h
38
std::set<std::string>
supported_input_methods_
;
member in class:chromeos::input_method::InputMethodWhitelist
input_method_whitelist.cc
21
supported_input_methods_
.insert(kInputMethods[i].input_method_id);
30
return
supported_input_methods_
.count(input_method_id) > 0;
Completed in 302 milliseconds