Home | History | Annotate | Download | only in drive

Lines Matching defs:drive_service_

47   scoped_ptr<drive::DriveServiceInterface> drive_service_;
64 drive_service_->RemoveObserver(this);
67 drive_service_.reset();
80 drive_service_.reset(new drive::DriveAPIService(
90 drive_service_->Initialize(signin_manager->GetAuthenticatedAccountId());
91 drive_service_->AddObserver(this);
98 drive_app_registry_.reset(new drive::DriveAppRegistry(drive_service_.get()));
99 if (drive_service_->CanSendRequest())
112 if (drive_service_->CanSendRequest())
117 if (enabled && drive_service_->CanSendRequest())