AppShortcutManager   59 chrome/browser/apps/shortcut_manager.cc void AppShortcutManager::RegisterProfilePrefs(
AppShortcutManager   67 chrome/browser/apps/shortcut_manager.cc AppShortcutManager::AppShortcutManager(Profile* profile)
AppShortcutManager   93 chrome/browser/apps/shortcut_manager.cc AppShortcutManager::~AppShortcutManager() {
AppShortcutManager  102 chrome/browser/apps/shortcut_manager.cc void AppShortcutManager::Observe(int type,
AppShortcutManager  150 chrome/browser/apps/shortcut_manager.cc void AppShortcutManager::OnProfileWillBeRemoved(
AppShortcutManager  160 chrome/browser/apps/shortcut_manager.cc void AppShortcutManager::OnceOffCreateShortcuts() {
AppShortcutManager  195 chrome/browser/apps/shortcut_manager.cc void AppShortcutManager::DeleteApplicationShortcuts(
AppShortcutManager   22 chrome/browser/apps/shortcut_manager.h class AppShortcutManager : public KeyedService,
AppShortcutManager   28 chrome/browser/apps/shortcut_manager.h   explicit AppShortcutManager(Profile* profile);
AppShortcutManager   30 chrome/browser/apps/shortcut_manager.h   virtual ~AppShortcutManager();
AppShortcutManager   53 chrome/browser/apps/shortcut_manager.h   DISALLOW_COPY_AND_ASSIGN(AppShortcutManager);
AppShortcutManager   12 chrome/browser/apps/shortcut_manager_factory.cc AppShortcutManager* AppShortcutManagerFactory::GetForProfile(Profile* profile) {
AppShortcutManager   13 chrome/browser/apps/shortcut_manager_factory.cc   return static_cast<AppShortcutManager*>(
AppShortcutManager   33 chrome/browser/apps/shortcut_manager_factory.cc   return new AppShortcutManager(static_cast<Profile*>(profile));
AppShortcutManager   14 chrome/browser/apps/shortcut_manager_factory.h class AppShortcutManager;
AppShortcutManager   22 chrome/browser/apps/shortcut_manager_factory.h   static AppShortcutManager* GetForProfile(Profile* profile);
AppShortcutManager  418 chrome/browser/prefs/browser_prefs.cc   AppShortcutManager::RegisterProfilePrefs(registry);
AppShortcutManager  355 chrome/browser/ui/app_list/app_list_service_impl.cc   AppShortcutManager* shortcut_manager =