HomeSort by relevance Sort by last modified time
    Searched refs:currNode (Results 1 - 5 of 5) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 209 XMPNode currNode = null;
212 currNode = findSchemaNode(xmpTree,
214 if (currNode == null)
218 else if (currNode.isImplicit())
220 currNode.setImplicit(false); // Clear the implicit node bit.
221 rootImplicitNode = currNode; // Save the top most implicit node.
230 currNode = followXPathStep(currNode, xpath.getSegment(i), createNodes);
231 if (currNode == null)
240 else if (currNode.isImplicit()
    [all...]
XMPIteratorImpl.java 394 * @param currNode the node that will be added to the path.
399 protected String accumulatePath(XMPNode currNode, String parentPath, int currentIndex)
403 if (currNode.getParent() == null || currNode.getOptions().isSchemaNode())
407 else if (currNode.getParent().getOptions().isArray())
415 segmentName = currNode.getName();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderNamedFlowThread.cpp 571 static Node* nextNodeInsideContentNode(const Node& currNode, const Node* contentNode)
575 if (currNode.renderer() && currNode.renderer()->isSVGRoot())
576 return NodeTraversal::nextSkippingChildren(currNode, contentNode);
577 return NodeTraversal::next(currNode, contentNode);
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
search.js 389 var currNode = cvox.ChromeVox.navigationManager.getCurrentNode();
390 var result = cvox.Search.getAncestorResult(currNode);
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 538 milliseconds