Searched refs:item_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc688 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
689 Validate(item, single_type, item_path);
709 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
715 Validate(item_value, item_schema, item_path);
720 errors_.push_back(Error(item_path, kArrayItemRequired));
737 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
740 Validate(item_value, additional_properties_schema, item_path);
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc990 response.item_path = item_path_str_;

Completed in 173 milliseconds