Searched defs:AppShortcutManagerFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager_factory.h20 class AppShortcutManagerFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
24 static AppShortcutManagerFactory* GetInstance();
27 friend struct DefaultSingletonTraits<AppShortcutManagerFactory>;
29 AppShortcutManagerFactory();
30 virtual ~AppShortcutManagerFactory();
H A Dshortcut_manager_factory.cc12 AppShortcutManager* AppShortcutManagerFactory::GetForProfile(Profile* profile) {
18 AppShortcutManagerFactory* AppShortcutManagerFactory::GetInstance() {
19 return Singleton<AppShortcutManagerFactory>::get();
22 AppShortcutManagerFactory::AppShortcutManagerFactory() function in class:AppShortcutManagerFactory
28 AppShortcutManagerFactory::~AppShortcutManagerFactory() {
31 KeyedService* AppShortcutManagerFactory::BuildServiceInstanceFor(
36 bool AppShortcutManagerFactory
[all...]

Completed in 1012 milliseconds