Searched refs:RemovesBookmarkOpenPagesShortcut (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dui_overrides_handler.h27 static bool RemovesBookmarkOpenPagesShortcut(const Extension* extension);
H A Dui_overrides_handler.cc122 bool UIOverrides::RemovesBookmarkOpenPagesShortcut(const Extension* extension) { function in class:extensions::UIOverrides
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.h86 static bool RemovesBookmarkOpenPagesShortcut(const Extension* extension);
H A Dcommand_service.cc157 bool CommandService::RemovesBookmarkOpenPagesShortcut( function in class:extensions::CommandService
159 return UIOverrides::RemovesBookmarkOpenPagesShortcut(extension) &&
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_utils.cc368 if (extensions::CommandService::RemovesBookmarkOpenPagesShortcut(i->get()))

Completed in 89 milliseconds