HomeSort by relevance Sort by last modified time
    Searched defs:GetPageActionCommand (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.cc 40 const Command* CommandsInfo::GetPageActionCommand(const Extension* extension) {
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.cc 173 bool CommandService::GetPageActionCommand(const std::string& extension_id,
401 } else if (GetPageActionCommand(extension_id,
494 if (GetPageActionCommand(extension->id(),
498 !CommandsInfo::GetPageActionCommand(extension) &&
541 CommandsInfo::GetPageActionCommand(extension);
636 CommandsInfo::GetPageActionCommand(extension);
680 if (!CommandsInfo::GetPageActionCommand(extension))
732 new_command = *CommandsInfo::GetPageActionCommand(extension);
838 requested_command = CommandsInfo::GetPageActionCommand(extension);
    [all...]

Completed in 234 milliseconds