Searched refs:RefcountedBrowserContextKeyedService (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/components/browser_context_keyed_service/
H A Drefcounted_browser_context_keyed_service.cc11 const RefcountedBrowserContextKeyedService* obj) {
22 RefcountedBrowserContextKeyedService::RefcountedBrowserContextKeyedService() function in class:RefcountedBrowserContextKeyedService
27 RefcountedBrowserContextKeyedService::RefcountedBrowserContextKeyedService( function in class:RefcountedBrowserContextKeyedService
33 RefcountedBrowserContextKeyedService::~RefcountedBrowserContextKeyedService() {}
H A Drefcounted_browser_context_keyed_service.h13 class RefcountedBrowserContextKeyedService;
19 static void Destruct(const RefcountedBrowserContextKeyedService* obj);
35 // RefcountedBrowserContextKeyedService must be one type that
37 class BROWSER_CONTEXT_KEYED_SERVICE_EXPORT RefcountedBrowserContextKeyedService class in inherits:base::RefCountedThreadSafe
39 RefcountedBrowserContextKeyedService,
52 RefcountedBrowserContextKeyedService();
57 explicit RefcountedBrowserContextKeyedService(
62 virtual ~RefcountedBrowserContextKeyedService();
66 friend class base::DeleteHelper<RefcountedBrowserContextKeyedService>;
67 friend class base::RefCountedThreadSafe<RefcountedBrowserContextKeyedService,
[all...]
H A Drefcounted_browser_context_keyed_service_factory.h15 class RefcountedBrowserContextKeyedService;
27 // Implementers of RefcountedBrowserContextKeyedService should note that
37 typedef scoped_refptr<RefcountedBrowserContextKeyedService>
50 scoped_refptr<RefcountedBrowserContextKeyedService> SetTestingFactoryAndUse(
60 scoped_refptr<RefcountedBrowserContextKeyedService>
68 const scoped_refptr<RefcountedBrowserContextKeyedService>& service);
71 // a RefcountedBrowserContextKeyedService instead of just
73 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
86 scoped_refptr<RefcountedBrowserContextKeyedService> >
H A Drefcounted_browser_context_keyed_service_factory.cc34 scoped_refptr<RefcountedBrowserContextKeyedService>
55 scoped_refptr<RefcountedBrowserContextKeyedService>
76 scoped_refptr<RefcountedBrowserContextKeyedService> service;
95 const scoped_refptr<RefcountedBrowserContextKeyedService>& service) {
/external/chromium_org/chrome/browser/password_manager/
H A Dmock_password_store.cc10 scoped_refptr<RefcountedBrowserContextKeyedService> MockPasswordStore::Build(
H A Dpassword_store_factory.h46 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
H A Dtest_password_store.h19 scoped_refptr<RefcountedBrowserContextKeyedService> CreateTestPasswordStore(
31 // RefcountedBrowserContextKeyedService::SetTestingFactory
32 static scoped_refptr<RefcountedBrowserContextKeyedService> Create(
H A Dmock_password_store.h20 static scoped_refptr<RefcountedBrowserContextKeyedService> Build(
H A Dtest_password_store.cc10 scoped_refptr<RefcountedBrowserContextKeyedService> TestPasswordStore::Create(
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_service_factory.cc36 scoped_refptr<RefcountedBrowserContextKeyedService>
39 return scoped_refptr<RefcountedBrowserContextKeyedService>(
H A Dthumbnail_service.h25 class ThumbnailService : public RefcountedBrowserContextKeyedService {
H A Dthumbnail_service_factory.h26 // be an instance of a real RefcountedBrowserContextKeyedService
40 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_backend_factory.h32 static scoped_refptr<RefcountedBrowserContextKeyedService>
37 static scoped_refptr<RefcountedBrowserContextKeyedService>
47 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
H A Dshortcuts_backend_factory.cc35 scoped_refptr<RefcountedBrowserContextKeyedService>
46 scoped_refptr<RefcountedBrowserContextKeyedService>
64 scoped_refptr<RefcountedBrowserContextKeyedService>
H A Dshortcuts_backend.h34 class ShortcutsBackend : public RefcountedBrowserContextKeyedService,
145 // RefcountedBrowserContextKeyedService
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_prefs_factory.h27 static scoped_refptr<RefcountedBrowserContextKeyedService>
34 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
H A Dplugin_prefs_factory.cc31 scoped_refptr<RefcountedBrowserContextKeyedService>
44 scoped_refptr<RefcountedBrowserContextKeyedService>
H A Dplugin_prefs.h33 class PluginPrefs : public RefcountedBrowserContextKeyedService {
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_api_factory.cc32 scoped_refptr<RefcountedBrowserContextKeyedService>
H A Ddial_api_factory.h30 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
H A Ddial_api.h24 class DialAPI : public RefcountedBrowserContextKeyedService,
42 // RefcountedBrowserContextKeyedService:
/external/chromium_org/chrome/browser/
H A Duser_style_sheet_watcher_factory.h30 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
H A Duser_style_sheet_watcher.h25 public RefcountedBrowserContextKeyedService {
H A Duser_style_sheet_watcher_factory.cc34 scoped_refptr<RefcountedBrowserContextKeyedService>
/external/chromium_org/chrome/browser/content_settings/
H A Dcookie_settings.h29 class CookieSettings : public RefcountedBrowserContextKeyedService {
124 virtual scoped_refptr<RefcountedBrowserContextKeyedService>

Completed in 236 milliseconds

12