Home | History | Annotate | Download | only in chromeos

Lines Matching refs:whitelist

136   std::vector<std::string> whitelist;
137 if (!SignedSettings::EnumerateWhitelist(&whitelist)) {
138 LOG(WARNING) << "Failed to retrieve user whitelist.";
148 for (size_t i = 0; i < whitelist.size(); ++i) {
149 const std::string& email = whitelist[i];
235 VLOG(1) << "Setting user whitelist is not implemented. Please use "
236 "whitelist/unwhitelist instead.";
388 VLOG(1) << "Add " << email << " to whitelist, code=" << code;
390 // Reload the whitelist on settings op failure.
398 VLOG(1) << "Remove " << email << " from whitelist, code=" << code;
400 // Reload the whitelist on settings op failure.
512 // Update whitelist cache.
536 const ListValue* whitelist = cached_whitelist();
537 if (whitelist) {
539 for (ListValue::const_iterator i(whitelist->begin());
540 i != whitelist->end(); ++i) {