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

  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.h 27 scoped_ptr<Command> page_action_command; member in struct:extensions::CommandsInfo
commands_handler.cc 43 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/
command_service.cc 540 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(),
    [all...]

Completed in 1470 milliseconds