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

  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 67 webstore_data_fetcher_.reset(new WebstoreDataFetcher(
72 webstore_data_fetcher_->Start();
295 if (webstore_data_fetcher_) {
296 webstore_data_fetcher_.reset();
337 webstore_data_fetcher_.reset();
external_install_ui.cc 108 scoped_ptr<WebstoreDataFetcher> webstore_data_fetcher_; member in class:extensions::ExternalInstallDialogDelegate
261 webstore_data_fetcher_.reset(new WebstoreDataFetcher(
266 webstore_data_fetcher_->Start();
webstore_standalone_installer.h 202 scoped_ptr<WebstoreDataFetcher> webstore_data_fetcher_; member in class:extensions::WebstoreStandaloneInstaller

Completed in 79 milliseconds