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

  /external/chromium_org/components/json_schema/
json_schema_constants.cc 19 const char kMaximum[] = "maximum";
json_schema_constants.h 21 extern const char kMaximum[];
json_schema_validator.cc 88 { schema::kMaximum, base::Value::TYPE_DOUBLE },
804 if (schema->GetDouble(schema::kMaximum, &maximum)) {
json_schema_validator_unittest_base.cc 536 schema->SetInteger(schema::kMaximum, 100);
  /external/chromium_org/components/policy/core/common/
schema.cc 419 if (schema.HasKey(schema::kMinimum) || schema.HasKey(schema::kMaximum))
477 schema.HasKey(schema::kMaximum)) {
658 if (schema.GetInteger(schema::kMaximum, &value))
    [all...]

Completed in 96 milliseconds