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

  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service_browsertest.cc 68 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
76 kId, manifest_values::kBrowserActionCommandEvent);
80 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
89 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
command_service.cc 238 command_name != manifest_values::kBrowserActionCommandEvent));
564 if (command.command_name() == manifest_values::kBrowserActionCommandEvent ||
665 if (it.key() == manifest_values::kBrowserActionCommandEvent) {
725 if (command_name == manifest_values::kBrowserActionCommandEvent) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_keybinding_apitest.cc 339 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
349 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
384 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
397 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
432 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
445 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
478 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
483 kId, manifest_values::kBrowserActionCommandEvent, kAltShiftG);
492 kId, manifest_values::kBrowserActionCommandEvent).accelerator();
528 kId, manifest_values::kBrowserActionCommandEvent).accelerator()
    [all...]
extension_keybinding_registry.cc 89 command == manifest_values::kBrowserActionCommandEvent;
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.cc 109 if (command_name == manifest_values::kBrowserActionCommandEvent) {
138 new Command(manifest_values::kBrowserActionCommandEvent,
  /external/chromium_org/extensions/common/
manifest_constants.cc 182 const char kBrowserActionCommandEvent[] = "_execute_browser_action";
    [all...]
manifest_constants.h 190 extern const char kBrowserActionCommandEvent[];
  /external/chromium_org/chrome/common/extensions/
command.cc 34 command_name != values::kBrowserActionCommandEvent;
527 if (command_name() == values::kBrowserActionCommandEvent ||
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 273 extensions::manifest_values::kBrowserActionCommandEvent) {

Completed in 701 milliseconds