Searched refs:GetJSONSchemaType (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/common/
H A Djson_schema_validator_unittest_base.cc462 EXPECT_EQ("boolean", JSONSchemaValidator::GetJSONSchemaType(
464 EXPECT_EQ("boolean", JSONSchemaValidator::GetJSONSchemaType(
470 EXPECT_EQ("integer", JSONSchemaValidator::GetJSONSchemaType(
472 EXPECT_EQ("integer", JSONSchemaValidator::GetJSONSchemaType(
474 EXPECT_EQ("integer", JSONSchemaValidator::GetJSONSchemaType(
476 EXPECT_EQ("integer", JSONSchemaValidator::GetJSONSchemaType(
479 EXPECT_EQ("integer", JSONSchemaValidator::GetJSONSchemaType(
485 EXPECT_EQ("number", JSONSchemaValidator::GetJSONSchemaType(
487 EXPECT_EQ("number", JSONSchemaValidator::GetJSONSchemaType(
490 EXPECT_EQ("number", JSONSchemaValidator::GetJSONSchemaType(
[all...]
H A Djson_schema_validator.h88 static std::string GetJSONSchemaType(Value* value);
H A Djson_schema_validator.cc92 std::string JSONSchemaValidator::GetJSONSchemaType(Value* value) { function in class:JSONSchemaValidator
479 std::string actual_type = GetJSONSchemaType(instance);
/external/chromium_org/components/json_schema/
H A Djson_schema_validator_unittest_base.cc530 JSONSchemaValidator::GetJSONSchemaType(
534 JSONSchemaValidator::GetJSONSchemaType(
542 JSONSchemaValidator::GetJSONSchemaType(
545 JSONSchemaValidator::GetJSONSchemaType(
548 JSONSchemaValidator::GetJSONSchemaType(
551 JSONSchemaValidator::GetJSONSchemaType(scoped_ptr<base::Value>(
554 JSONSchemaValidator::GetJSONSchemaType(scoped_ptr<base::Value>(
560 JSONSchemaValidator::GetJSONSchemaType(
564 JSONSchemaValidator::GetJSONSchemaType(scoped_ptr<base::Value>(
567 JSONSchemaValidator::GetJSONSchemaType(scoped_pt
[all...]
H A Djson_schema_validator.h97 static std::string GetJSONSchemaType(const base::Value* value);
H A Djson_schema_validator.cc311 std::string JSONSchemaValidator::GetJSONSchemaType(const base::Value* value) { function in class:JSONSchemaValidator
736 std::string actual_type = GetJSONSchemaType(instance);

Completed in 71 milliseconds