HomeSort by relevance Sort by last modified time
    Searched refs:GetSupportedInputMethods (Results 1 - 6 of 6) sorted by null

  /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/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 61 // GetSupportedInputMethods() never return NULL.
65 im_library->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 83 milliseconds