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

  /external/chromium_org/chrome/browser/apps/
shortcut_manager.h 19 class AppShortcutManager : public BrowserContextKeyedService,
23 explicit AppShortcutManager(Profile* profile);
25 virtual ~AppShortcutManager();
49 base::WeakPtrFactory<AppShortcutManager> weak_factory_;
51 DISALLOW_COPY_AND_ASSIGN(AppShortcutManager);
shortcut_manager_factory.cc 12 AppShortcutManager* AppShortcutManagerFactory::GetForProfile(Profile* profile) {
13 return static_cast<AppShortcutManager*>(
23 "AppShortcutManager",
32 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.cc 59 AppShortcutManager::AppShortcutManager(Profile* profile)
86 AppShortcutManager::~AppShortcutManager() {
95 void AppShortcutManager::Observe(int type,
143 void AppShortcutManager::OnProfileWillBeRemoved(
153 void AppShortcutManager::OnceOffCreateShortcuts() {
189 void AppShortcutManager::DeleteApplicationShortcuts(

Completed in 270 milliseconds