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

  /external/chromium_org/components/keyed_service/content/
refcounted_browser_context_keyed_service.h 13 class RefcountedBrowserContextKeyedService;
18 static void Destruct(const RefcountedBrowserContextKeyedService* obj);
34 // RefcountedBrowserContextKeyedService must be one type that
36 class KEYED_SERVICE_EXPORT RefcountedBrowserContextKeyedService
38 RefcountedBrowserContextKeyedService,
51 RefcountedBrowserContextKeyedService();
56 explicit RefcountedBrowserContextKeyedService(
61 virtual ~RefcountedBrowserContextKeyedService();
65 friend class base::DeleteHelper<RefcountedBrowserContextKeyedService>;
67 RefcountedBrowserContextKeyedService,
    [all...]
refcounted_browser_context_keyed_service.cc 11 const RefcountedBrowserContextKeyedService* obj) {
22 RefcountedBrowserContextKeyedService::RefcountedBrowserContextKeyedService()
26 RefcountedBrowserContextKeyedService::RefcountedBrowserContextKeyedService(
30 RefcountedBrowserContextKeyedService::~RefcountedBrowserContextKeyedService() {}
refcounted_browser_context_keyed_service_factory.h 15 class RefcountedBrowserContextKeyedService;
27 // Implementers of RefcountedBrowserContextKeyedService should note that
36 typedef scoped_refptr<RefcountedBrowserContextKeyedService>(
49 scoped_refptr<RefcountedBrowserContextKeyedService> SetTestingFactoryAndUse(
59 scoped_refptr<RefcountedBrowserContextKeyedService>
66 const scoped_refptr<RefcountedBrowserContextKeyedService>& service);
69 // a RefcountedBrowserContextKeyedService instead of just
71 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
85 scoped_refptr<RefcountedBrowserContextKeyedService> >
refcounted_browser_context_keyed_service_factory.cc 34 scoped_refptr<RefcountedBrowserContextKeyedService>
54 scoped_refptr<RefcountedBrowserContextKeyedService>
75 scoped_refptr<RefcountedBrowserContextKeyedService> service;
94 const scoped_refptr<RefcountedBrowserContextKeyedService>& service) {
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend_factory.h 29 static scoped_refptr<RefcountedBrowserContextKeyedService>
34 static scoped_refptr<RefcountedBrowserContextKeyedService>
44 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
shortcuts_backend_factory.cc 33 scoped_refptr<RefcountedBrowserContextKeyedService>
44 scoped_refptr<RefcountedBrowserContextKeyedService>
62 scoped_refptr<RefcountedBrowserContextKeyedService>
shortcuts_backend.h 35 class ShortcutsBackend : public RefcountedBrowserContextKeyedService,
99 // RefcountedBrowserContextKeyedService:
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs_factory.h 26 static scoped_refptr<RefcountedBrowserContextKeyedService>
33 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
plugin_prefs_factory.cc 31 scoped_refptr<RefcountedBrowserContextKeyedService>
44 scoped_refptr<RefcountedBrowserContextKeyedService>
plugin_prefs.h 33 class PluginPrefs : public RefcountedBrowserContextKeyedService {
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_factory.cc 36 scoped_refptr<RefcountedBrowserContextKeyedService>
39 return scoped_refptr<RefcountedBrowserContextKeyedService>(
thumbnail_service_factory.h 26 // be an instance of a real RefcountedBrowserContextKeyedService
40 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
thumbnail_service.h 26 class ThumbnailService : public RefcountedBrowserContextKeyedService {
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api_factory.h 29 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
dial_api_factory.cc 34 scoped_refptr<RefcountedBrowserContextKeyedService>
dial_api.h 24 class DialAPI : public RefcountedBrowserContextKeyedService,
42 // RefcountedBrowserContextKeyedService:
dial_api.cc 40 : RefcountedBrowserContextKeyedService(BrowserThread::IO),
  /external/chromium_org/chrome/browser/content_settings/
cookie_settings.h 29 class CookieSettings : public RefcountedBrowserContextKeyedService {
124 virtual scoped_refptr<RefcountedBrowserContextKeyedService>
cookie_settings.cc 82 scoped_refptr<RefcountedBrowserContextKeyedService>

Completed in 792 milliseconds