HomeSort by relevance Sort by last modified time
    Searched defs:SettingsFrontend (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend.h 28 class SettingsFrontend {
31 static SettingsFrontend* Create(Profile* profile);
34 static SettingsFrontend* Create(
38 virtual ~SettingsFrontend();
66 SettingsFrontend(
88 DISALLOW_COPY_AND_ASSIGN(SettingsFrontend);
settings_frontend.cc 82 SettingsFrontend* SettingsFrontend::Create(Profile* profile) {
83 return new SettingsFrontend(new LeveldbSettingsStorageFactory(), profile);
87 SettingsFrontend* SettingsFrontend::Create(
90 return new SettingsFrontend(storage_factory, profile);
93 SettingsFrontend::SettingsFrontend(
130 SettingsFrontend::~SettingsFrontend() {
    [all...]

Completed in 215 milliseconds