Searched refs:webstore_data_fetcher_ (Results 1 – 2 of 2) sorted by relevance
72 webstore_data_fetcher_.reset(new WebstoreDataFetcher( in BeginInstall()77 webstore_data_fetcher_->Start(); in BeginInstall()276 if (webstore_data_fetcher_) { in AbortInstall()277 webstore_data_fetcher_.reset(); in AbortInstall()
200 scoped_ptr<WebstoreDataFetcher> webstore_data_fetcher_; variable