HomeSort by relevance Sort by last modified time
    Searched defs:item_path (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/
json_schema_validator.cc 366 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
367 Validate(item, single_type, item_path);
387 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
393 Validate(item_value, item_schema, item_path);
398 errors_.push_back(Error(item_path, kArrayItemRequired));
415 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
418 Validate(item_value, additional_properties_schema, item_path);
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 583 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
584 Validate(item, single_type, item_path);
604 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
610 Validate(item_value, item_schema, item_path);
615 errors_.push_back(Error(item_path, kArrayItemRequired));
632 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
635 Validate(item_value, additional_properties_schema, item_path);

Completed in 147 milliseconds