Home
last modified time | relevance | path

Searched refs:storage_factory (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/storage/
Dsettings_frontend.h35 const scoped_refptr<SettingsStorageFactory>& storage_factory,
67 const scoped_refptr<SettingsStorageFactory>& storage_factory,
Dsettings_frontend.cc90 const scoped_refptr<SettingsStorageFactory>& storage_factory, in Create() argument
92 return new SettingsFrontend(storage_factory, profile); in Create()
Dsettings_backend.h41 const scoped_refptr<SettingsStorageFactory>& storage_factory,
Dsettings_backend.cc20 const scoped_refptr<SettingsStorageFactory>& storage_factory, in SettingsBackend() argument
26 : storage_factory_(storage_factory), in SettingsBackend()