Home | History | Annotate | Download | only in cloud_print

Lines Matching refs:backend_

87   DCHECK(backend_.get());
99 backend_->InitializeWithRobotToken(robot_refresh_token, robot_email);
105 backend_->InitializeWithToken(cloud_print_token);
133 DCHECK(backend_.get());
135 backend_->InitializeWithRobotAuthCode(robot_auth_code, robot_email);
143 if (backend_.get())
160 backend_.reset(new CloudPrintProxyBackend(
167 if (backend_.get()) {
170 backend_->UnregisterPrinters();
290 if (backend_.get())
291 backend_->Shutdown();
292 backend_.reset();