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

  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.h 31 static const Command* GetBrowserActionCommand(const Extension* extension);
commands_manifest_unittest.cc 50 CommandsInfo::GetBrowserActionCommand(extension.get());
92 CommandsInfo::GetBrowserActionCommand(extension.get());
commands_handler.cc 30 const Command* CommandsInfo::GetBrowserActionCommand(
  /external/chromium_org/chrome/browser/extensions/api/commands/
commands.cc 32 if (command_service->GetBrowserActionCommand(extension_->id(),
command_service.h 81 bool GetBrowserActionCommand(const std::string& extension_id,
command_service.cc 142 bool CommandService::GetBrowserActionCommand(
382 CommandsInfo::GetBrowserActionCommand(extension);
490 requested_command = CommandsInfo::GetBrowserActionCommand(extension);
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.cc 101 if (command_service->GetBrowserActionCommand(
extension_installed_bubble_gtk.cc 192 if (!command_service->GetBrowserActionCommand(
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 410 if (command_service->GetBrowserActionCommand(
430 if (!only_if_active || !command_service->GetBrowserActionCommand(
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 150 if (command_service->GetBrowserActionCommand((*extension)->id(),
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_installed_bubble_view.cc 280 return command_service->GetBrowserActionCommand(
  /external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 390 if (command_service->GetBrowserActionCommand(extension_->id(),
    [all...]

Completed in 53 milliseconds