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

  /external/chromium_org/chromeos/ime/
xkeyboard.h 114 static CHROMEOS_EXPORT bool GetAutoRepeatEnabledForTesting();
xkeyboard_unittest.cc 178 const bool state = XKeyboard::GetAutoRepeatEnabledForTesting();
180 EXPECT_EQ(!state, XKeyboard::GetAutoRepeatEnabledForTesting());
183 EXPECT_EQ(state, XKeyboard::GetAutoRepeatEnabledForTesting());
xkeyboard.cc 355 bool XKeyboard::GetAutoRepeatEnabledForTesting() {

Completed in 41 milliseconds