HomeSort by relevance Sort by last modified time
    Searched refs:webstore_data_fetcher_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 70 webstore_data_fetcher_.reset(new WebstoreDataFetcher(
75 webstore_data_fetcher_->Start();
247 if (webstore_data_fetcher_) {
248 webstore_data_fetcher_.reset();
254 // Clear webstore_data_fetcher_ so that WebContentsDestroyed will no longer
257 webstore_data_fetcher_.Pass());
webstore_standalone_installer.h 181 scoped_ptr<WebstoreDataFetcher> webstore_data_fetcher_; member in class:extensions::WebstoreStandaloneInstaller

Completed in 34 milliseconds