Home
last modified time | relevance | path

Searched refs:ctrl_f (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/extensions/
Dcommand_unittest.cc100 const ui::Accelerator ctrl_f = ui::Accelerator(ui::VKEY_F, ctrl); in TEST() local
147 {true, ctrl_f, "command", "Ctrl+F", "description"}, in TEST()
153 {true, ctrl_f, "command", "F+Ctrl", "description"}, in TEST()
160 {false, ctrl_f, "command", "Ctrl+f", "description"}, in TEST()
161 {false, ctrl_f, "command", "cTrL+F", "description"}, in TEST()
163 {true, ctrl_f, "_execute_browser_action", "Ctrl+F", ""}, in TEST()
164 {true, ctrl_f, "_execute_page_action", "Ctrl+F", ""}, in TEST()
/external/chromium_org/chrome/common/extensions/api/commands/
Dcommands_manifest_unittest.cc30 const ui::Accelerator ctrl_f = ui::Accelerator(ui::VKEY_F, ctrl); in TEST_F() local
65 ASSERT_EQ(ctrl_f, page_action->accelerator()); in TEST_F()
/external/openssl/crypto/store/
Dstr_meth.c170 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) in STORE_method_set_ctrl_function() argument
172 sm->ctrl = ctrl_f; in STORE_method_set_ctrl_function()
Dstore.h354 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f);
/external/openssl/crypto/engine/
Deng_lib.c266 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f) in ENGINE_set_ctrl_function() argument
268 e->ctrl = ctrl_f; in ENGINE_set_ctrl_function()
Dengine.h487 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
/external/openssl/include/openssl/
Dengine.h487 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);