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

  /external/chromium_org/components/policy/core/common/
schema_map.cc 75 Schema policy_schema = schema->GetProperty(policy_name); local
80 !policy_schema.Validate(*policy_value,
policy_loader_win.cc 117 base::DictionaryValue* policy_schema = NULL; local
119 if (properties->GetDictionary(it.key(), &policy_schema) &&
120 policy_schema->GetString(schema::kType, &type) &&
122 !policy_schema->HasKey(schema::kItems)) {
125 policy_schema->Set(schema::kItems, items.release());

Completed in 2764 milliseconds