HomeSort by relevance Sort by last modified time
    Searched defs:InputMethodUtil (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util.h 30 class InputMethodUtil {
32 explicit InputMethodUtil(InputMethodDelegate* delegate);
33 ~InputMethodUtil();
197 DISALLOW_COPY_AND_ASSIGN(InputMethodUtil);
input_method_util.cc 288 InputMethodUtil::InputMethodUtil(InputMethodDelegate* delegate)
309 InputMethodUtil::~InputMethodUtil() {
312 bool InputMethodUtil::TranslateStringInternal(
334 base::string16 InputMethodUtil::TranslateString(
343 bool InputMethodUtil::IsValidInputMethodId(
352 bool InputMethodUtil::IsKeyboardLayout(const std::string& input_method_id) {
357 std::string InputMethodUtil::GetKeyboardLayoutName(
365 std::string InputMethodUtil::GetInputMethodDisplayNameFromId
    [all...]

Completed in 411 milliseconds