Searched defs:LocalFileSyncService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service.h46 class LocalFileSyncService class in namespace:sync_file_system
49 public base::SupportsWeakPtr<LocalFileSyncService> {
73 static scoped_ptr<LocalFileSyncService> Create(Profile* profile);
74 static scoped_ptr<LocalFileSyncService> CreateForTesting(
77 virtual ~LocalFileSyncService();
189 LocalFileSyncService(Profile* profile, leveldb::Env* env_override);
249 DISALLOW_COPY_AND_ASSIGN(LocalFileSyncService);
H A Dlocal_file_sync_service.cc53 LocalFileSyncService::OriginChangeMap::OriginChangeMap()
55 LocalFileSyncService::OriginChangeMap::~OriginChangeMap() {}
57 bool LocalFileSyncService::OriginChangeMap::NextOriginToProcess(GURL* origin) {
73 int64 LocalFileSyncService::OriginChangeMap::GetTotalChangeCount() const {
84 void LocalFileSyncService::OriginChangeMap::SetOriginChangeCount(
98 void LocalFileSyncService::OriginChangeMap::SetOriginEnabled(
106 // LocalFileSyncService -------------------------------------------------------
108 scoped_ptr<LocalFileSyncService> LocalFileSyncService::Create(
110 return make_scoped_ptr(new LocalFileSyncService(profil
344 LocalFileSyncService::LocalFileSyncService(Profile* profile, function in class:sync_file_system::LocalFileSyncService
[all...]

Completed in 84 milliseconds