Searched refs:ShortcutsBackendFactory (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend_factory.cc14 scoped_refptr<ShortcutsBackend> ShortcutsBackendFactory::GetForProfile(
21 scoped_refptr<ShortcutsBackend> ShortcutsBackendFactory::GetForProfileIfExists(
28 ShortcutsBackendFactory* ShortcutsBackendFactory::GetInstance() {
29 return Singleton<ShortcutsBackendFactory>::get();
34 ShortcutsBackendFactory::BuildProfileForTesting(
45 ShortcutsBackendFactory::BuildProfileNoDatabaseForTesting(
54 ShortcutsBackendFactory::ShortcutsBackendFactory() function in class:ShortcutsBackendFactory
60 ShortcutsBackendFactory
[all...]
H A Dshortcuts_backend_factory.h18 class ShortcutsBackendFactory class in inherits:RefcountedBrowserContextKeyedServiceFactory
26 static ShortcutsBackendFactory* GetInstance();
38 friend struct DefaultSingletonTraits<ShortcutsBackendFactory>;
40 ShortcutsBackendFactory();
41 virtual ~ShortcutsBackendFactory();
H A Dautocomplete_classifier_factory.cc56 DependsOn(ShortcutsBackendFactory::GetInstance());
H A Dshortcuts_backend_unittest.cc114 ShortcutsBackendFactory::GetInstance()->SetTestingFactoryAndUse(
115 &profile_, &ShortcutsBackendFactory::BuildProfileForTesting);
116 backend_ = ShortcutsBackendFactory::GetForProfile(&profile_);
143 ShortcutsBackendFactory::GetForProfile(&profile_).get();
H A Dshortcuts_provider.cc61 ShortcutsBackendFactory::GetForProfile(profile_);
103 ShortcutsBackendFactory::GetForProfileIfExists(profile_);
122 ShortcutsBackendFactory::GetForProfileIfExists(profile_);
133 ShortcutsBackendFactory::GetForProfileIfExists(profile_);
H A Dshortcuts_provider_unittest.cc305 ShortcutsBackendFactory::GetInstance()->SetTestingFactoryAndUse(
306 &profile_, &ShortcutsBackendFactory::BuildProfileNoDatabaseForTesting);
307 backend_ = ShortcutsBackendFactory::GetForProfile(&profile_);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Dalternate_nav_infobar_delegate.cc71 ShortcutsBackendFactory::GetForProfile(profile_));
H A Domnibox_navigation_observer.cc61 shortcuts_backend_(ShortcutsBackendFactory::GetForProfile(profile)),
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc253 ShortcutsBackendFactory::GetInstance();
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc311 DependsOn(ShortcutsBackendFactory::GetInstance());

Completed in 192 milliseconds