OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctrl_f
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/api/commands/
commands_manifest_unittest.cc
29
const ui::Accelerator
ctrl_f
= ui::Accelerator(ui::VKEY_F, ctrl);
local
63
ASSERT_EQ(
ctrl_f
, page_action->accelerator());
/external/chromium_org/chrome/common/extensions/
command_unittest.cc
27
const ui::Accelerator
ctrl_f
= ui::Accelerator(ui::VKEY_F, ctrl);
local
80
{ true,
ctrl_f
, "command", "Ctrl+F", "description" },
86
{ true,
ctrl_f
, "command", "F+Ctrl", "description" },
93
{ false,
ctrl_f
, "command", "Ctrl+f", "description" },
94
{ false,
ctrl_f
, "command", "cTrL+F", "description" },
96
{ true,
ctrl_f
, "_execute_browser_action", "Ctrl+F", "" },
97
{ true,
ctrl_f
, "_execute_page_action", "Ctrl+F", "" },
Completed in 122 milliseconds