OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctrl_shift_f
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/api/commands/
commands_manifest_unittest.cc
30
const ui::Accelerator
ctrl_shift_f
=
local
47
ASSERT_EQ(
ctrl_shift_f
, named_command->accelerator());
/external/chromium_org/chrome/common/extensions/
command_unittest.cc
29
const ui::Accelerator
ctrl_shift_f
=
local
82
{ true,
ctrl_shift_f
, "command", "Ctrl+Shift+F", "description" },
88
{ true,
ctrl_shift_f
, "command", "F+Ctrl+Shift", "description" },
89
{ true,
ctrl_shift_f
, "command", "F+Shift+Ctrl", "description" },
Completed in 37 milliseconds