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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 330 XMPNode baseNode = XMPNodeUtils
333 if (baseNode == null)
349 baseNode = new XMPNode(info.getPrefix() + info.getPropName(), info
351 baseSchema.addChild(baseNode);
352 transplantArrayItemAlias (propertyIt, currProp, baseNode);
363 compareAliasedSubtrees (currProp, baseNode, true);
377 int xdIndex = XMPNodeUtils.lookupLanguageItem(baseNode,
381 itemNode = baseNode.getChild(xdIndex);
384 else if (baseNode.hasChildren())
386 itemNode = baseNode.getChild(1)
    [all...]
  /external/webkit/Source/WebCore/page/
DOMSelection.h 55 Node* baseNode() const;
60 void setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode&);
DOMSelection.idl 68 readonly attribute Node baseNode;
78 void setBaseAndExtent(in Node baseNode, in long baseOffset, in Node extentNode, in long extentOffset)
DOMSelection.cpp 134 Node* DOMSelection::baseNode() const
255 void DOMSelection::setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode& ec)
265 if (!isValidForPosition(baseNode) || !isValidForPosition(extentNode))
269 VisiblePosition visibleBase = VisiblePosition(Position(baseNode, baseOffset), DOWNSTREAM);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 95 int baseNode = arg2.iter().nextNode();
97 if (baseNode == DTM.NULL)
106 DTM baseDTM = xctxt.getDTM(baseNode);
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 387 Node* baseNode = m_node->lastChild() ? m_node->lastChild() : m_node;
388 emitCharacter('\n', baseNode->parentNode(), baseNode, 1, 1);
    [all...]
Editor.cpp     [all...]

Completed in 365 milliseconds