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

  /external/chromium_org/chrome/browser/extensions/
bundle_installer.h 85 bool approved() const { return approved_; }
181 bool approved_; member in class:extensions::BundleInstaller
bundle_installer.cc 104 : approved_(false),
138 CHECK(approved_);
314 approved_ = true;
crx_installer.cc 116 approved_(false),
152 approved_ = true;
257 if ((approved_ || !expected_id_.empty()) &&
286 if (approved_) {
615 (!allow_silent_install_ || !approved_) &&
    [all...]
crx_installer.h 296 bool approved_; member in class:extensions::CrxInstaller
303 // localization have taken place. If |approved_| is true, then the

Completed in 67 milliseconds