OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAutoRepeatEnabledForTesting
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chromeos/ime/
xkeyboard.h
115
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
359
bool XKeyboard::
GetAutoRepeatEnabledForTesting
() {
Completed in 961 milliseconds