Searched refs:kMinLength (Results 1 – 6 of 6) sorted by relevance
24 const char kMinLength[] = "minLength"; variable
26 extern const char kMinLength[];
94 { schema::kMinLength, base::Value::Type::INTEGER }, in IsValidSchema()772 if (schema->GetInteger(schema::kMinLength, &min_length)) { in ValidateString()
469 schema->SetInteger(schema::kMinLength, 1); in TestString()
74 int length = random.nextRangeU(kMinLength, kMaxLength); in onOnceBeforeDraw()147 static constexpr int kMinLength = 15; member in VariedTextGM
63 int length = random.nextRangeU(kMinLength, kMaxLength); in onOnceBeforeDraw()138 static constexpr int kMinLength = 15; member in VariedTextGM