Home
last modified time | relevance | path

Searched refs:page_action_command (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/commands/
Dcommand_service.cc540 const Command* page_action_command = in AssignKeybindings() local
542 if (page_action_command && CanAutoAssign(*page_action_command, extension)) { in AssignKeybindings()
543 AddKeybindingPref(page_action_command->accelerator(), in AssignKeybindings()
545 page_action_command->command_name(), in AssignKeybindings()
635 const Command* page_action_command = in UpdateExtensionSuggestedCommandPrefs() local
637 if (page_action_command) { in UpdateExtensionSuggestedCommandPrefs()
641 Command::AcceleratorToString(page_action_command->accelerator())); in UpdateExtensionSuggestedCommandPrefs()
642 suggested_key_prefs->Set(page_action_command->command_name(), in UpdateExtensionSuggestedCommandPrefs()
/external/chromium_org/chrome/common/extensions/api/commands/
Dcommands_handler.cc43 return info ? info->page_action_command.get() : NULL; in GetPageActionCommand()
116 commands_info->page_action_command.reset(binding.release()); in Parse()
Dcommands_handler.h27 scoped_ptr<Command> page_action_command; member
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_installed_bubble_controller.mm387 extensions::Command page_action_command;
388 if ([self hasActivePageAction:&page_action_command]) {
391 page_action_command.accelerator().GetShortcutText());