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

  /external/chromium_org/chromeos/ime/
xkeyboard_unittest.cc 52 EXPECT_FALSE(XKeyboard::CheckLayoutNameForTesting("us!"));
53 EXPECT_FALSE(XKeyboard::CheckLayoutNameForTesting("us; /bin/sh"));
54 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting("ab-c_12"));
57 EXPECT_FALSE(XKeyboard::CheckLayoutNameForTesting("US"));
61 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting(std::string(3, c)));
66 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting(std::string(3, c)));
70 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting("us(dvorak)"));
71 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting("jp"));
xkeyboard.h 122 static CHROMEOS_EXPORT bool CheckLayoutNameForTesting(
xkeyboard.cc 369 bool XKeyboard::CheckLayoutNameForTesting(const std::string& layout_name) {

Completed in 36 milliseconds