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

  /external/chromium/chrome/browser/chromeos/cros/
login_library.h 30 // whitelisted in |OUT_signature|.
88 virtual bool EnumerateWhitelisted(std::vector<std::string>* whitelisted) = 0;
login_library.cc 120 bool EnumerateWhitelisted(std::vector<std::string>* whitelisted) {
125 whitelisted->push_back(std::string(list->users[i]));
353 bool EnumerateWhitelisted(std::vector<std::string>* whitelisted) {
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.h 93 static bool EnumerateWhitelist(std::vector<std::string>* whitelisted);
signed_settings.cc 83 bool SignedSettings::EnumerateWhitelist(std::vector<std::string>* whitelisted) {
97 whitelisted->push_back(*it);
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 325 // Helper method to let us compare a whitelisted manifest with the actual
327 // whitelisted manifest doesn't have that value.
365 // First see if it's whitelisted by id (the old mechanism).
366 bool whitelisted = ClearWhitelistedInstallId(extension_->id()) && local
369 // Now check if it's whitelisted by manifest.
379 whitelisted = true;
383 (!allow_silent_install_ || !whitelisted)) {

Completed in 74 milliseconds