HomeSort by relevance Sort by last modified time
    Searched full:keybinding (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service_browsertest.cc 42 AppendASCII("keybinding").AppendASCII("keybinding.pem");
44 test_data_dir_.AppendASCII("keybinding").AppendASCII("update")
50 test_data_dir_.AppendASCII("keybinding").AppendASCII("update")
74 // Remove the keybinding.
96 test_data_dir_.AppendASCII("keybinding").AppendASCII("basics");
108 base::DictionaryValue* keybinding = new base::DictionaryValue(); local
109 keybinding->SetString("extension", extension->id());
110 keybinding->SetString("command_name", kNamedCommandName);
111 keybinding->SetBoolean("global", false)
    [all...]
command_service.h 67 // Register prefs for keybinding.
120 // Records a keybinding |accelerator| as active for an extension with id
122 // |allow_overrides| is false, the keybinding must be free for the change to
124 // |allow_overwrites| is true, any previously recorded keybinding for this
140 // Update the keybinding prefs (for a command with a matching |extension_id|
147 // Set the scope of the keybinding. If |global| is true, the keybinding works
196 // if the suggested keybinding is free, it will be taken by this extension. If
197 // not, the keybinding request is ignored.
command_service.cc 42 // A preference that stores keybinding state associated with extension commands.
268 // Set the keybinding pref.
269 base::DictionaryValue* keybinding = new base::DictionaryValue(); local
270 keybinding->SetString(kExtension, extension_id);
271 keybinding->SetString(kCommandName, command_name);
272 keybinding->SetBoolean(kGlobal, global);
274 bindings->Set(key, keybinding);
481 // keybinding is not declared. See
623 // a browser action is specified by the extension but a keybinding is not
672 // keybinding is not declared. Se
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_keybinding_apitest.cc 37 // Default keybinding to use for emulating user-defined shortcut overrides. The
84 // Test the basic functionality of the Keybinding API:
92 ASSERT_TRUE(RunExtensionTest("keybinding/basics")) << message_;
100 ASSERT_TRUE(RunExtensionTest("keybinding/conflicting")) << message_;
153 ASSERT_TRUE(RunExtensionTest("keybinding/page_action")) << message_;
197 ASSERT_TRUE(RunExtensionTest("keybinding/synthesized")) << message_;
207 ASSERT_TRUE(RunExtensionTest("keybinding/dont_overwrite_system")) << message_;
279 ASSERT_TRUE(RunExtensionTest("keybinding/overwrite_bookmark_shortcut"))
312 // shortcut does not supersede the same keybinding by web pages.
324 ASSERT_TRUE(RunExtensionTest("keybinding/overwrite_bookmark_shortcut")
    [all...]
extension_commands_global_registry.cc 93 VLOG(0) << "Adding global keybinding for " << extension->name().c_str()
110 VLOG(0) << "Removing keybinding for " << command_name.c_str();
extension_commands_global_registry_apitest.cc 122 ASSERT_TRUE(RunExtensionTest("keybinding/global")) << message_;
184 ASSERT_TRUE(RunExtensionTest("keybinding/global_media_keys_0")) << message_;
186 ASSERT_TRUE(RunExtensionTest("keybinding/global_media_keys_1")) << message_;
extension_keybinding_registry.h 73 // Add extension keybinding for the events defined by the |extension|.
164 // the keybinding event (which named command to call in which extension). On
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-main.def 12 # config-keys.def the default keybinding config file
19 # ~/.idlerc/config-keys.cfg the user keybinding config file
29 # from the default file. User highlighting themes or keybinding sets are
config-extensions.def 26 # Note: If a keybinding is already in use when the extension is
27 # loaded, the extension's virtual event's keybinding will be set to ''.
configSectionNameDialog.py 3 Used to get new highlight theme and keybinding set names.
keybindingDialog.py 122 "is the 'do-nothing' keybinding.\n\n" +
223 '''Validity check on user's 'basic' keybinding selection.
configHandler.py 434 #get rid of keybinding section names
442 for index in kbNameIndicies: #delete each keybinding section name
517 returns the keybinding for a specific event.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-main.def 12 # config-keys.def the default keybinding config file
19 # ~/.idlerc/config-keys.cfg the user keybinding config file
29 # from the default file. User highlighting themes or keybinding sets are
config-extensions.def 26 # Note: If a keybinding is already in use when the extension is
27 # loaded, the extension's virtual event's keybinding will be set to ''.
configSectionNameDialog.py 3 Used to get new highlight theme and keybinding set names.
keybindingDialog.py 122 "is the 'do-nothing' keybinding.\n\n" +
223 '''Validity check on user's 'basic' keybinding selection.
  /external/chromium_org/chrome/browser/ui/extensions/
accelerator_priority.h 6 // accelerators that should preserve the built-in Chrome keybinding semantics
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.css 78 .inactive-keybinding {
extension_command_list.js 11 * keybinding: string}}
266 commandShortcut.classList.add('inactive-keybinding');
268 shortcutNode.textContent = command.keybinding;
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_keybinding_registry_views.h 25 // implementation of the Extension Keybinding shortcuts (keyboard accelerators).
extension_installed_bubble_view.cc 117 // or a link to configure the keybinding shortcut (if one exists).
120 // First figure out the keybinding situation.
139 // extension has a keybinding, so the How-To-Manage text is not shown
  /external/chromium_org/content/test/data/
gtk_key_bindings_test_gtkrc 1 # A keybinding set for testing GtkKeyBindingsHandler.
  /external/chromium_org/content/browser/cocoa/
system_hotkey_map_unittest.mm 138 // TODO(erikchen): OSX uses the default value when the keybinding is missing,
145 // There is a mouse keybinding for 0x08. It should not apply to keyboard
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.cc 21 // keybinding an extension can have.
  /external/clang/tools/clang-format-vs/ClangFormat/
ClangFormat.vsct 91 <KeyBinding guid="guidClangFormatCmdSet" id="cmdidClangFormat" editor="guidTextEditor" key1="R" mod1="Control" key2="F" mod2="Control"/>

Completed in 1044 milliseconds

1 2