Searched refs:replaceOldValues (Results 1 – 2 of 2) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPUtils.java | 155 boolean replaceOldValues) throws XMPException in appendProperties() argument 157 appendProperties(source, dest, doAllProperties, replaceOldValues, false); in appendProperties() 239 boolean replaceOldValues, boolean deleteEmptyValues) throws XMPException in appendProperties() argument 241 XMPUtilsImpl.appendProperties(source, dest, doAllProperties, replaceOldValues, in appendProperties()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 515 boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues) in appendProperties() argument 548 dest, sourceProp, destSchema, replaceOldValues, deleteEmptyValues); in appendProperties() 599 boolean replaceOldValues, boolean deleteEmptyValues) throws XMPException in appendSubtree() argument 623 else if (replaceOldValues) in appendSubtree() 651 replaceOldValues, deleteEmptyValues); in appendSubtree()
|