Lines Matching defs:DOMSelection

31 #include "DOMSelection.h"
55 DOMSelection::DOMSelection(Frame* frame)
60 Frame* DOMSelection::frame() const
65 void DOMSelection::disconnectFrame()
70 const VisibleSelection& DOMSelection::visibleSelection() const
98 Node* DOMSelection::anchorNode() const
107 int DOMSelection::anchorOffset() const
116 Node* DOMSelection::focusNode() const
125 int DOMSelection::focusOffset() const
134 Node* DOMSelection::baseNode() const
143 int DOMSelection::baseOffset() const
152 Node* DOMSelection::extentNode() const
161 int DOMSelection::extentOffset() const
170 bool DOMSelection::isCollapsed() const
177 String DOMSelection::type() const
194 int DOMSelection::rangeCount() const
201 void DOMSelection::collapse(Node* node, int offset, ExceptionCode& ec)
218 void DOMSelection::collapseToEnd(ExceptionCode& ec)
233 void DOMSelection::collapseToStart(ExceptionCode& ec)
248 void DOMSelection::empty()
255 void DOMSelection::setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode& ec)
275 void DOMSelection::setPosition(Node* node, int offset, ExceptionCode& ec)
291 void DOMSelection::modify(const String& alterString, const String& directionString, const String& granularityString)
343 void DOMSelection::extend(Node* node, int offset, ExceptionCode& ec)
365 PassRefPtr<Range> DOMSelection::getRangeAt(int index, ExceptionCode& ec)
388 void DOMSelection::removeAllRanges()
395 void DOMSelection::addRange(Range* r)
434 void DOMSelection::deleteFromDocument()
459 bool DOMSelection::containsNode(const Node* n, bool allowPartial) const
492 void DOMSelection::selectAllChildren(Node* n, ExceptionCode& ec)
501 String DOMSelection::toString()
509 bool DOMSelection::isValidForPosition(Node* node) const