Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/pdf/
H A Dpdf_extension_test.cc2314 hold_shift.KeyPressWithoutChar(ui::DomKey::ARROW_RIGHT, in IN_PROC_BROWSER_TEST_P()
2343 hold_shift.KeyPressWithoutChar(ui::DomKey::ARROW_LEFT, in IN_PROC_BROWSER_TEST_P()
2357 hold_shift.KeyPressWithoutChar(ui::DomKey::ARROW_RIGHT, in IN_PROC_BROWSER_TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dbrowser_test_utils.h408 void KeyPressWithoutChar(ui::DomKey key,
H A Dbrowser_test_utils.cc1267 void ScopedSimulateModifierKeyPress::KeyPressWithoutChar( in KeyPressWithoutChar() function in content::ScopedSimulateModifierKeyPress