Home | History | Annotate | Download | only in policy

Lines Matching refs:policies

370 // Splits all known policies into subsets of the given |chunk_size|. The
371 // policies are shuffled so that there is no correlation between their initial
373 // expected number of policies with long-running test cases is equal for each
381 std::vector<std::string> policies;
384 policies.push_back(it.key());
389 std::random_shuffle(policies.begin(), policies.end(), GetRandomNumber);
392 std::vector<std::string>::const_iterator it = policies.begin();
393 const std::vector<std::string>::const_iterator end = policies.end();
475 // Verifies that all known policies have a test case in the JSON file.
513 void SetProviderPolicy(const base::DictionaryValue& policies,
516 for (base::DictionaryValue::Iterator it(policies);
537 // Verifies that policies make their corresponding preferences become managed,