HomeSort by relevance Sort by last modified time
    Searched refs:ctrl_f (Results 1 - 12 of 12) sorted by null

  /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", "" },
  /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/third_party/openssl/openssl/crypto/store/
str_meth.c 170 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f)
172 sm->ctrl = ctrl_f;
store.h 354 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f);
  /external/openssl/crypto/store/
str_meth.c 170 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f)
172 sm->ctrl = ctrl_f;
store.h 354 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f);
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_lib.c 266 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f)
268 e->ctrl = ctrl_f;
engine.h 487 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
    [all...]
  /external/openssl/crypto/engine/
eng_lib.c 266 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f)
268 e->ctrl = ctrl_f;
engine.h 487 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h 487 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
    [all...]
  /external/openssl/include/openssl/
engine.h 487 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
    [all...]

Completed in 597 milliseconds