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

  /external/chromium_org/chrome/browser/apps/
shortcut_manager.h 27 class AppShortcutManager : public KeyedService,
33 explicit AppShortcutManager(Profile* profile);
35 virtual ~AppShortcutManager();
68 base::WeakPtrFactory<AppShortcutManager> weak_ptr_factory_;
70 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(
146 void AppShortcutManager::OnProfileWillBeRemoved(
156 void AppShortcutManager::UpdateShortcutsForAllAppsIfNeeded()
    [all...]

Completed in 52 milliseconds