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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
context_menu_widget.js 41 var currNode = cvox.ChromeVox.navigationManager.getCurrentNode();
42 while (currNode.nodeType !== Node.ELEMENT_NODE) {
43 currNode = currNode.parentNode;
45 return currNode;
  /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/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
search.js 391 var currNode = cvox.ChromeVox.navigationManager.getCurrentNode();
392 var result = cvox.Search.getAncestorResult(currNode);
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 733 milliseconds