Searched defs:ctrl_f (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/commands/
H A Dcommands_manifest_unittest.cc27 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/
H A Dcommand_unittest.cc27 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", "" },
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Deng_lib.c266 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f) argument
268 e->ctrl = ctrl_f;
/external/chromium_org/third_party/openssl/openssl/crypto/store/
H A Dstr_meth.c170 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) argument
172 sm->ctrl = ctrl_f;
/external/openssl/crypto/engine/
H A Deng_lib.c266 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f) argument
268 e->ctrl = ctrl_f;
/external/openssl/crypto/store/
H A Dstr_meth.c170 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) argument
172 sm->ctrl = ctrl_f;

Completed in 97 milliseconds