Searched refs:sync_worker (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_worker_unittest.cc5 #include "chrome/browser/sync_file_system/drive_backend/sync_worker.h"
140 SyncWorker* sync_worker() { return sync_worker_.get(); } function in class:sync_file_system::drive_backend::SyncWorkerTest
181 sync_worker()->RegisterOrigin(origin, CreateResultReceiver(&sync_status));
187 sync_worker()->DisableOrigin(origin, CreateResultReceiver(&sync_status));
193 sync_worker()->EnableOrigin(origin, CreateResultReceiver(&sync_status));
199 sync_worker()->UninstallOrigin(
223 sync_worker()->RegisterOrigin(origin, CreateResultReceiver(&sync_status));
259 sync_worker()->RegisterOrigin(GURL("chrome-extension://app_0"),
264 sync_worker()->RegisterOrigin(GURL("chrome-extension://app_1"),
270 sync_worker()
[all...]
H A Dsync_engine.cc40 #include "chrome/browser/sync_file_system/drive_backend/sync_worker.h"
286 scoped_ptr<SyncWorkerInterface> sync_worker) {
289 sync_worker.Pass());
295 scoped_ptr<SyncWorkerInterface> sync_worker) {
333 if (!sync_worker) {
334 sync_worker.reset(new SyncWorker(
340 sync_worker_ = sync_worker.Pass();
283 InitializeForTesting( scoped_ptr<drive::DriveServiceInterface> drive_service, scoped_ptr<drive::DriveUploaderInterface> drive_uploader, scoped_ptr<SyncWorkerInterface> sync_worker) argument
292 InitializeInternal( scoped_ptr<drive::DriveServiceInterface> drive_service, scoped_ptr<drive::DriveUploaderInterface> drive_uploader, scoped_ptr<SyncWorkerInterface> sync_worker) argument
H A Dsync_engine.h83 scoped_ptr<SyncWorkerInterface> sync_worker);
87 scoped_ptr<SyncWorkerInterface> sync_worker);

Completed in 155 milliseconds