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

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 44 LocalFileSyncService::OriginChangeMap::OriginChangeMap()
46 LocalFileSyncService::OriginChangeMap::~OriginChangeMap() {}
48 bool LocalFileSyncService::OriginChangeMap::NextOriginToProcess(GURL* origin) {
64 int64 LocalFileSyncService::OriginChangeMap::GetTotalChangeCount() const {
75 void LocalFileSyncService::OriginChangeMap::SetOriginChangeCount(
89 void LocalFileSyncService::OriginChangeMap::SetOriginEnabled(
97 // LocalFileSyncService -------------------------------------------------------
99 LocalFileSyncService::LocalFileSyncService(Profile* profile)
111 LocalFileSyncService::~LocalFileSyncService()
    [all...]
local_file_sync_service.h 42 class LocalFileSyncService
45 public base::SupportsWeakPtr<LocalFileSyncService> {
69 explicit LocalFileSyncService(Profile* profile);
70 virtual ~LocalFileSyncService();
243 DISALLOW_COPY_AND_ASSIGN(LocalFileSyncService);
local_file_sync_service_unittest.cc 103 public LocalFileSyncService::Observer {
118 local_service_.reset(new LocalFileSyncService(&profile_));
200 scoped_ptr<LocalFileSyncService> local_service_;
607 LocalFileSyncService::OriginChangeMap map_;
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_factory.cc 63 scoped_ptr<LocalFileSyncService> local_file_service(
64 new LocalFileSyncService(profile));
sync_file_system_service.h 38 class LocalFileSyncService;
89 void Initialize(scoped_ptr<LocalFileSyncService> local_file_service,
153 scoped_ptr<LocalFileSyncService> local_service_;
sync_file_system_service_unittest.cc 130 local_service_ = new LocalFileSyncService(&profile_);
258 LocalFileSyncService* local_service_;
sync_file_system_service.cc 152 public LocalFileSyncService::Observer {
165 // LocalFileSyncService::Observer overrides.
405 scoped_ptr<LocalFileSyncService> local_service,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service_sync_unittest.cc 58 local_sync_service_.reset(new LocalFileSyncService(&profile_));
367 scoped_ptr<LocalFileSyncService> local_sync_service_;

Completed in 2133 milliseconds