Searched refs:sync_waiter_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc4064 if (sync_waiter_.get() == NULL) {
4065 sync_waiter_.reset(new ProfileSyncServiceHarness(
4068 sync_waiter_->SetCredentials(username, password);
4070 if (sync_waiter_->SetupSync()) {
4100 if (sync_waiter_.get() == NULL) {
4101 sync_waiter_.reset(
4104 if (!sync_waiter_->IsSyncAlreadySetup()) {
4107 ProfileSyncService* service = sync_waiter_->service();
4108 ProfileSyncService::Status status = sync_waiter_->GetStatus();
4135 if (sync_waiter_
[all...]
H A Dtesting_automation_provider.h1128 scoped_ptr<ProfileSyncServiceHarness> sync_waiter_; member in class:TestingAutomationProvider

Completed in 94 milliseconds