Lines Matching full:client_
118 client_(client),
142 BrowserThread::DeleteSoon(BrowserThread::UI, FROM_HERE, client_);
143 client_ = NULL;
255 // If the client_ is NULL, then the app is either being installed via
258 if (!is_gallery_install_ && client_) {
315 if (client_) {
382 if (client_ &&
385 client_->ConfirmInstall(this, extension_.get());
488 if (client_)
489 client_->OnInstallFailure(error);
503 if (client_)
504 client_->OnInstallSuccess(extension_.get(), install_icon_.get());