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

  /external/chromium_org/sync/api/
fake_syncable_service.cc 13 : syncing_(false),
29 return syncing_;
42 syncing_ = true;
50 syncing_ = false;
fake_syncable_service.h 45 bool syncing_; member in class:syncer::FakeSyncableService
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_status.cc 37 syncing_.insert(url);
42 syncing_.erase(url);
87 FileSystemURLSet::const_iterator upper = syncing_.upper_bound(url);
89 if (upper != syncing_.end() && url.IsParent(*upper))
91 if (rupper != syncing_.rend() &&
local_file_sync_status.h 86 fileapi::FileSystemURLSet syncing_; member in class:sync_file_system::LocalFileSyncStatus

Completed in 2406 milliseconds