Searched refs:page_action_command (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/commands/
H A Dcommands_handler.h27 scoped_ptr<Command> page_action_command; member in struct:extensions::CommandsInfo
H A Dcommands_handler.cc43 return info ? info->page_action_command.get() : NULL;
116 commands_info->page_action_command.reset(binding.release());
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc540 const Command* page_action_command = local
542 if (page_action_command && CanAutoAssign(*page_action_command, extension)) {
543 AddKeybindingPref(page_action_command->accelerator(),
545 page_action_command->command_name(),
635 const Command* page_action_command = local
637 if (page_action_command) {
641 Command::AcceleratorToString(page_action_command->accelerator()));
642 suggested_key_prefs->Set(page_action_command->command_name(),

Completed in 109 milliseconds