Home
last modified time | relevance | path

Searched refs:GetBoundExtensionCommand (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/commands/
Dcommand_service.h163 bool GetBoundExtensionCommand(const std::string& extension_id,
Dcommand_service.cc378 bool CommandService::GetBoundExtensionCommand( in GetBoundExtensionCommand() function in extensions::CommandService
433 GetBoundExtensionCommand( in OverridesBookmarkShortcut()
/external/chromium_org/chrome/browser/ui/
Dbrowser_commands.cc157 if (command_service->GetBoundExtensionCommand((*i)->id(), in GetBookmarkOverrideCommand()