Home | History | Annotate | Download | only in cloud_print

Lines Matching full:backend_

86   DCHECK(backend_.get());
98 backend_->InitializeWithRobotToken(robot_refresh_token, robot_email);
104 backend_->InitializeWithToken(cloud_print_token);
132 DCHECK(backend_.get());
134 backend_->InitializeWithRobotAuthCode(robot_auth_code, robot_email);
142 if (backend_.get())
158 backend_.reset(new CloudPrintProxyBackend(this, settings_, oauth_client_info,
165 if (backend_.get()) {
168 backend_->UnregisterPrinters();
265 if (backend_.get())
266 backend_->Shutdown();
267 backend_.reset();