Home | History | Annotate | Download | only in page

Lines Matching refs: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)
213 void DOMSelection::collapseToEnd()
222 void DOMSelection::collapseToStart()
231 void DOMSelection::empty()
238 void DOMSelection::setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode& ec)
253 void DOMSelection::setPosition(Node* node, int offset, ExceptionCode& ec)
264 void DOMSelection::modify(const String& alterString, const String& directionString, const String& granularityString)
314 void DOMSelection::extend(Node* node, int offset, ExceptionCode& ec)
333 PassRefPtr<Range> DOMSelection::getRangeAt(int index, ExceptionCode& ec)
356 void DOMSelection::removeAllRanges()
363 void DOMSelection::addRange(Range* r)
402 void DOMSelection::deleteFromDocument()
425 bool DOMSelection::containsNode(const Node* n, bool allowPartial) const
458 void DOMSelection::selectAllChildren(Node* n, ExceptionCode& ec)
467 String DOMSelection::toString()