HomeSort by relevance Sort by last modified time
    Searched full:download_started_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/plugins/
plugin_installer_unittest.cc 61 download_started_(false),
65 bool download_started() const { return download_started_; }
71 virtual void DownloadStarted() OVERRIDE { download_started_ = true; }
78 bool download_started_; member in class:__anon8960::TestPluginInstallerObserver
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 152 bool download_started() const { return download_started_; }
154 download_started_ = true;
185 bool download_started_; member in class:chromeos::imageburner::StateMachine
burn_manager.cc 179 : download_started_(false),
191 download_started_ = false;
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 289 download_started_(false) {
476 if (!download_started_) {
479 download_started_ = true;
webstore_installer.h 283 bool download_started_; member in class:extensions::WebstoreInstaller

Completed in 680 milliseconds