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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_metadata_store.cc 398 incremental_sync_origins_.swap(contents->incremental_sync_origins);
402 InsertReverseMap(incremental_sync_origins_, &origin_by_resource_id_);
501 incremental_sync_origins_.insert(std::make_pair(origin, resource_id));
533 &incremental_sync_origins_, &origin_by_resource_id_,
559 return ContainsKey(incremental_sync_origins_, origin);
582 found = incremental_sync_origins_.find(origin);
583 if (found != incremental_sync_origins_.end())
584 incremental_sync_origins_.erase(found);
598 if (!EraseIfExists(&incremental_sync_origins_, origin, &resource_id)) {
620 if (!EraseIfExists(&incremental_sync_origins_, origin, &resource_id) &
    [all...]
drive_metadata_store.h 133 return incremental_sync_origins_;
141 // Returns all tracked origins. i.e. incremental_sync_origins_ and
175 ResourceIdByOrigin incremental_sync_origins_; member in class:sync_file_system::DriveMetadataStore
drive_metadata_store_unittest.cc 235 drive_metadata_store_->incremental_sync_origins_;

Completed in 65 milliseconds