Home
last modified time | relevance | path

Searched refs:CheckLayoutNameForTesting (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chromeos/ime/
Dxkeyboard_unittest.cc52 EXPECT_FALSE(XKeyboard::CheckLayoutNameForTesting("us!")); in TEST_F()
53 EXPECT_FALSE(XKeyboard::CheckLayoutNameForTesting("us; /bin/sh")); in TEST_F()
54 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting("ab-c_12")); in TEST_F()
57 EXPECT_FALSE(XKeyboard::CheckLayoutNameForTesting("US")); in TEST_F()
61 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting(std::string(3, c))); in TEST_F()
66 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting(std::string(3, c))); in TEST_F()
70 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting("us(dvorak)")); in TEST_F()
71 EXPECT_TRUE(XKeyboard::CheckLayoutNameForTesting("jp")); in TEST_F()
Dxkeyboard.h123 static CHROMEOS_EXPORT bool CheckLayoutNameForTesting(
Dxkeyboard.cc373 bool XKeyboard::CheckLayoutNameForTesting(const std::string& layout_name) { in CheckLayoutNameForTesting() function in chromeos::input_method::XKeyboard