Home
last modified time | relevance | path

Searched refs:isInternalProperty (Results 1 – 3 of 3) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java432 || !Utils.isInternalProperty(expPath.getSegment(XMPPath.STEP_SCHEMA) in removeProperties()
545 || !Utils.isInternalProperty(sourceSchema.getName(), sourceProp.getName())) in appendProperties()
578 || !Utils.isInternalProperty(schemaNode.getName(), currProp.getName())) in removeSchemaChildren()
DUtils.java161 static boolean isInternalProperty(String schema, String prop) in isInternalProperty() method in Utils
/external/v8/src/debug/
Dmirrors.js366 Mirror.prototype.isInternalProperty = function() { method in Mirror