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

  /external/chromium_org/chrome/browser/apps/
shortcut_manager_factory.cc 12 AppShortcutManager* AppShortcutManagerFactory::GetForProfile(Profile* profile) {
13 return static_cast<AppShortcutManager*>(
24 "AppShortcutManager",
33 return new AppShortcutManager(static_cast<Profile*>(profile));
shortcut_manager_factory.h 14 class AppShortcutManager;
18 // the associated AppShortcutManager.
22 static AppShortcutManager* GetForProfile(Profile* profile);
shortcut_manager.h 27 class AppShortcutManager : public KeyedService,
33 explicit AppShortcutManager(Profile* profile);
35 virtual ~AppShortcutManager();
67 base::WeakPtrFactory<AppShortcutManager> weak_ptr_factory_;
69 DISALLOW_COPY_AND_ASSIGN(AppShortcutManager);
shortcut_manager.cc 73 void AppShortcutManager::RegisterProfilePrefs(
81 AppShortcutManager::AppShortcutManager(Profile* profile)
99 base::Bind(&AppShortcutManager::UpdateShortcutsForAllAppsIfNeeded,
110 AppShortcutManager::~AppShortcutManager() {
119 void AppShortcutManager::OnExtensionWillBeInstalled(
139 void AppShortcutManager::OnExtensionUninstalled(
145 void AppShortcutManager::OnProfileWillBeRemoved(
155 void AppShortcutManager::UpdateShortcutsForAllAppsIfNeeded()
    [all...]
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 423 AppShortcutManager::RegisterProfilePrefs(registry);

Completed in 76 milliseconds