Home
last modified time | relevance | path

Searched refs:replaceOldValues (Results 1 – 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java155 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/
DXMPUtilsImpl.java515 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()