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

/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager_factory.cc12 AppShortcutManager* AppShortcutManagerFactory::GetForProfile(Profile* profile) {
13 return static_cast<AppShortcutManager*>(
24 "AppShortcutManager",
33 return new AppShortcutManager(static_cast<Profile*>(profile));
H A Dshortcut_manager_factory.h14 class AppShortcutManager;
18 // the associated AppShortcutManager.
22 static AppShortcutManager* GetForProfile(Profile* profile);
H A Dshortcut_manager.cc73 void AppShortcutManager::RegisterProfilePrefs(
81 AppShortcutManager::AppShortcutManager(Profile* profile) function in class:AppShortcutManager
99 base::Bind(&AppShortcutManager::UpdateShortcutsForAllAppsIfNeeded,
110 AppShortcutManager::~AppShortcutManager() {
119 void AppShortcutManager::OnExtensionWillBeInstalled(
139 void AppShortcutManager::OnExtensionUninstalled(
146 void AppShortcutManager::OnProfileWillBeRemoved(
156 void AppShortcutManager
[all...]
H A Dshortcut_manager.h27 class AppShortcutManager : public KeyedService, class in inherits:KeyedService,extensions::ExtensionRegistryObserver,ProfileInfoCacheObserver
33 explicit AppShortcutManager(Profile* profile);
35 virtual ~AppShortcutManager();
68 base::WeakPtrFactory<AppShortcutManager> weak_ptr_factory_;
70 DISALLOW_COPY_AND_ASSIGN(AppShortcutManager);
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc452 AppShortcutManager::RegisterProfilePrefs(registry);

Completed in 1050 milliseconds