Home
last modified time | relevance | path

Searched refs:webstore_data_fetcher_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dwebstore_standalone_installer.cc72 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()
Dwebstore_standalone_installer.h200 scoped_ptr<WebstoreDataFetcher> webstore_data_fetcher_; variable