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

  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_storage_backend.cc 44 sync_type_(sync_type),
47 DCHECK(sync_type_ == syncer::EXTENSION_SETTINGS ||
48 sync_type_ == syncer::APP_SETTINGS);
77 observers_, extension_id, storage.release(), sync_type_, flare_));
169 DCHECK_EQ(sync_type_, type);
265 DCHECK_EQ(sync_type_, type);
284 extension_id, sync_type_, sync_processor_.get()));
sync_storage_backend.h 100 syncer::ModelType sync_type_; member in class:extensions::SyncStorageBackend
syncable_settings_storage.h 111 const syncer::ModelType sync_type_; member in class:extensions::SyncableSettingsStorage
syncable_settings_storage.cc 29 sync_type_(sync_type),
157 // Tell sync to try and start soon, because syncable changes to sync_type_
160 flare_.Run(sync_type_);

Completed in 2965 milliseconds