Searched refs:propPath (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/renderer/resources/extensions/ |
D | json_schema.js | 353 var propPath = path ? path + "." + prop : prop; 355 this.addError(propPath, "invalidPropertyType"); 357 this.validate(instance[prop], schema.properties[prop], propPath); 359 this.addError(propPath, "propertyRequired"); 368 this.addError(propPath, "notInstance", [schema.isInstanceOf]); 389 var propPath = path ? path + "." + prop : prop; 391 this.validate(instance[prop], schema.additionalProperties, propPath); 393 this.addError(propPath, "unexpectedProperty");
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPIteratorImpl.java | 57 public XMPIteratorImpl(XMPMetaImpl xmp, String schemaNS, String propPath, in XMPIteratorImpl() argument 67 boolean baseProperty = propPath != null && propPath.length() > 0; in XMPIteratorImpl() 77 XMPPath path = XMPPathParser.expandXPath(schemaNS, propPath); in XMPIteratorImpl()
|