Searched defs:schemaNode (Results 1 – 5 of 5) sorted by relevance
| /external/chromium_org/extensions/renderer/resources/ |
| D | binding.js | 116 function isPlatformSupported(schemaNode, platform) { argument 121 function isManifestVersionSupported(schemaNode, manifestVersion) { argument 126 function isSchemaNodeSupported(schemaNode, platform, manifestVersion) { argument
|
| /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
| D | XMPUtilsImpl.java | 454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false); in removeProperties() local 572 private static boolean removeSchemaChildren(XMPNode schemaNode, boolean doAllProperties) in removeSchemaChildren()
|
| D | XMPNodeUtils.java | 100 XMPNode schemaNode = tree.findChildByName(namespaceURI); in findSchemaNode() local
|
| D | XMPSerializerRDF.java | 793 private void serializePrettyRDFSchema(XMPNode schemaNode) throws IOException, XMPException in serializePrettyRDFSchema()
|
| D | ParseRDF.java | 1022 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), namespace, in addChildNode() local
|