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

  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java 368 Element baseNode = doc.createElementNS(
372 baseNode.setPrefix("d");
373 doc.appendChild(baseNode);
377 device.saveTo(doc, baseNode);
  /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 351 Node* baseNode = m_node->lastChild() ? m_node->lastChild() : m_node;
352 emitCharacter('\n', baseNode->parentNode(), baseNode, 1, 1);
    [all...]
Editor.cpp     [all...]

Completed in 84 milliseconds