Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/commands/
Dcommand_service.h170 bool OverridesBookmarkShortcut(const Extension* extension) const;
Dcommand_service.cc430 bool CommandService::OverridesBookmarkShortcut( in OverridesBookmarkShortcut() function in extensions::CommandService
/external/chromium_org/chrome/browser/ui/bookmarks/
Dbookmark_utils.cc179 if (command_service->OverridesBookmarkShortcut(i->get())) in GetBookmarkShortcutDisposition()