Home | History | Annotate | Download | only in commands

Lines Matching full:keybinding

42 // A preference that stores keybinding state associated with extension commands.
268 // Set the keybinding pref.
269 base::DictionaryValue* keybinding = new base::DictionaryValue();
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. See
779 // Removal of keybinding preference should be limited to current platform.