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

  /external/webkit/Source/WebCore/page/
DOMSelection.h 56 Node* extentNode() const;
60 void setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode&);
DOMSelection.idl 70 readonly attribute Node extentNode;
78 void setBaseAndExtent(in Node baseNode, in long baseOffset, in Node extentNode, in long extentOffset)
DOMSelection.cpp 152 Node* DOMSelection::extentNode() const
255 void DOMSelection::setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode& ec)
265 if (!isValidForPosition(baseNode) || !isValidForPosition(extentNode))
270 VisiblePosition visibleExtent = VisiblePosition(Position(extentNode, extentOffset), DOWNSTREAM);
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]

Completed in 121 milliseconds