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

  /external/chromium_org/chrome/test/chromedriver/
test_util.h 41 bool SwitchKeyboardLayout(const std::string& input_locale_identifier);
48 bool SwitchKeyboardLayout(const std::string& input_source_id);
test_util.cc 31 bool SwitchKeyboardLayout(const std::string& input_locale_identifier) {
41 bool SwitchKeyboardLayout(const std::string& input_source_id) {
keycode_text_conversion_unittest.cc 131 ASSERT_TRUE(SwitchKeyboardLayout("00000407")); // german
136 ASSERT_TRUE(SwitchKeyboardLayout("com.apple.keylayout.German"));
153 ASSERT_TRUE(SwitchKeyboardLayout("00000408")); // greek
157 ASSERT_TRUE(SwitchKeyboardLayout("00000419")); // russian
161 ASSERT_TRUE(SwitchKeyboardLayout("com.apple.keylayout.German"));
key_converter_unittest.cc 173 ASSERT_TRUE(SwitchKeyboardLayout("00000407"));

Completed in 22 milliseconds