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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
l10n_util_unittest.cc 61 const std::string& expected_code) {
66 EXPECT_EQ(expected_code, actual_code)
  /external/chromium_org/chrome/test/chromedriver/
key_converter_unittest.cc 310 ui::KeyboardCode expected_code = static_cast<ui::KeyboardCode>(offset + i); local
311 CheckNonShiftChar(expected_code, kLowerChars[i]);
319 ui::KeyboardCode expected_code = static_cast<ui::KeyboardCode>(offset + i); local
320 CheckShiftChar(expected_code, kUpperChars[i], kLowerChars[i]);

Completed in 238 milliseconds