Home | History | Annotate | Download | only in extensions

Lines Matching defs:WebstoreInstaller

174 GURL WebstoreInstaller::GetWebstoreInstallURL(
211 void WebstoreInstaller::Delegate::OnExtensionDownloadStarted(
216 void WebstoreInstaller::Delegate::OnExtensionDownloadProgress(
221 WebstoreInstaller::Approval::Approval()
231 scoped_ptr<WebstoreInstaller::Approval>
232 WebstoreInstaller::Approval::CreateWithInstallPrompt(Profile* profile) {
238 scoped_ptr<WebstoreInstaller::Approval>
239 WebstoreInstaller::Approval::CreateForSharedModule(Profile* profile) {
248 scoped_ptr<WebstoreInstaller::Approval>
249 WebstoreInstaller::Approval::CreateWithNoInstallPrompt(
267 WebstoreInstaller::Approval::~Approval() {}
269 const WebstoreInstaller::Approval* WebstoreInstaller::GetAssociatedApproval(
274 WebstoreInstaller::WebstoreInstaller(Profile* profile,
298 void WebstoreInstaller::Start() {
359 void WebstoreInstaller::Observe(int type,
386 void WebstoreInstaller::OnExtensionInstalled(
427 void WebstoreInstaller::InvalidateDelegate() {
431 void WebstoreInstaller::SetDownloadDirectoryForTests(
436 WebstoreInstaller::~WebstoreInstaller() {
443 void WebstoreInstaller::OnDownloadStarted(
483 void WebstoreInstaller::OnDownloadUpdated(DownloadItem* download) {
529 void WebstoreInstaller::OnDownloadDestroyed(DownloadItem* download) {
535 void WebstoreInstaller::DownloadNextPendingModule() {
545 void WebstoreInstaller::DownloadCrx(
569 base::Bind(&WebstoreInstaller::StartDownload, this)));
580 void WebstoreInstaller::StartDownload(const base::FilePath& file) {
638 params->set_callback(base::Bind(&WebstoreInstaller::OnDownloadStarted, this));
642 void WebstoreInstaller::UpdateDownloadProgress() {
675 &WebstoreInstaller::UpdateDownloadProgress);
681 void WebstoreInstaller::StartCrxInstaller(const DownloadItem& download) {
701 void WebstoreInstaller::ReportFailure(const std::string& error,
715 void WebstoreInstaller::ReportSuccess() {
724 void WebstoreInstaller::RecordInterrupt(const DownloadItem* download) const {