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 64 Schema policy_schema = schema->GetProperty(policy_name); local
66 if (!policy_value || !policy_schema.Validate(*policy_value))
policy_loader_win.cc 102 base::DictionaryValue* policy_schema = NULL; local
104 if (properties->GetDictionary(it.key(), &policy_schema) &&
105 policy_schema->GetString(schema::kType, &type) &&
107 !policy_schema->HasKey(schema::kItems)) {
110 policy_schema->Set(schema::kItems, items.release());

Completed in 2996 milliseconds