Home
last modified time | relevance | path

Searched refs:SchemaOnErrorStrategy (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/components/policy/core/common/
Dschema.h35 enum SchemaOnErrorStrategy { enum
103 SchemaOnErrorStrategy strategy,
115 SchemaOnErrorStrategy strategy,
Dschema.cc99 bool StrategyAllowInvalidOnTopLevel(SchemaOnErrorStrategy strategy) { in StrategyAllowInvalidOnTopLevel()
105 bool StrategyAllowUnknownOnTopLevel(SchemaOnErrorStrategy strategy) { in StrategyAllowUnknownOnTopLevel()
109 SchemaOnErrorStrategy StrategyForNextLevel(SchemaOnErrorStrategy strategy) { in StrategyForNextLevel()
110 static SchemaOnErrorStrategy next_level_strategy[] = { in StrategyForNextLevel()
823 SchemaOnErrorStrategy strategy, in Validate()
915 SchemaOnErrorStrategy strategy, in Normalize()
Dschema_unittest.cc166 SchemaOnErrorStrategy strategy, in TestSchemaValidationHelper()