Searched refs:sync_client_ (Results 1 – 5 of 5) sorted by relevance
152 sync_client_.reset(new SyncClient(base::MessageLoopProxy::current().get(), in SetUp()161 sync_client_->set_delay_for_testing(base::TimeDelta::FromSeconds(0)); in SetUp()270 scoped_ptr<SyncClient> sync_client_; member in drive::internal::SyncClientTest276 sync_client_->StartProcessingBacklog(); in TEST_F()321 sync_client_->AddFetchTask(GetLocalId("foo")); in TEST_F()333 sync_client_->AddFetchTask(GetLocalId("foo")); in TEST_F()344 sync_client_->AddFetchTask(GetLocalId("foo")); in TEST_F()345 sync_client_->AddFetchTask(GetLocalId("bar")); in TEST_F()346 sync_client_->AddFetchTask(GetLocalId("baz")); in TEST_F()348 sync_client_->RemoveFetchTask(GetLocalId("foo")); in TEST_F()[all …]
316 sync_client_.reset(new internal::SyncClient(blocking_task_runner_.get(), in ResetComponents()530 sync_client_->AddFetchTask(*local_id); in FinishPin()561 sync_client_->RemoveFetchTask(*local_id); in FinishUnpin()797 sync_client_->AddUpdateTask(ClientContext(USER_INITIATED), local_id); in OnEntryUpdatedByOperation()837 sync_client_->StartCheckingExistingPinnedFiles(); in OnLoadFromServerComplete()847 sync_client_->StartProcessingBacklog(); in OnInitialLoadComplete()
183 internal::SyncClient* sync_client_for_testing() { return sync_client_.get(); } in sync_client_for_testing()272 scoped_ptr<internal::SyncClient> sync_client_; variable
69 sync_client_ = sync_client.Pass(); in Initialize()70 sync_client_->DidInitialize(DoInitialize(shared_state.Pass())); in Initialize()154 sync_client_->DidMakeProgress( in MakeProgress()
56 CommandBufferSyncClientPtr sync_client_; variable