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

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_backend.cc 30 sync_type_(sync_type),
33 DCHECK(sync_type_ == syncer::EXTENSION_SETTINGS ||
34 sync_type_ == syncer::APP_SETTINGS);
80 // Tell sync to try and start soon, because syncable changes to sync_type_
83 flare_.Run(sync_type_);
178 DCHECK_EQ(sync_type_, type);
268 DCHECK_EQ(sync_type_, type);
286 sync_type_,
settings_backend.h 104 syncer::ModelType sync_type_; member in class:extensions::SettingsBackend

Completed in 1281 milliseconds