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
27
const ui::Accelerator
ctrl_f
= ui::Accelerator(ui::VKEY_F, ctrl);
local
61
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
72
{ true,
ctrl_f
, "command", "Ctrl+F", "description" },
78
{ true,
ctrl_f
, "command", "F+Ctrl", "description" },
85
{ false,
ctrl_f
, "command", "Ctrl+f", "description" },
86
{ false,
ctrl_f
, "command", "cTrL+F", "description" },
88
{ true,
ctrl_f
, "_execute_browser_action", "Ctrl+F", "" },
89
{ true,
ctrl_f
, "_execute_page_action", "Ctrl+F", "" },
Completed in 91 milliseconds