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

  /external/webkit/Source/WebCore/page/
DOMSelection.h 58 int extentOffset() const;
60 void setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode&);
DOMSelection.idl 71 readonly attribute long extentOffset;
78 void setBaseAndExtent(in Node baseNode, in long baseOffset, in Node extentNode, in long extentOffset)
DOMSelection.cpp 161 int DOMSelection::extentOffset() const
255 void DOMSelection::setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode& ec)
260 if (baseOffset < 0 || extentOffset < 0) {
270 VisiblePosition visibleExtent = VisiblePosition(Position(extentNode, extentOffset), DOWNSTREAM);
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]

Completed in 29 milliseconds