HomeSort by relevance Sort by last modified time
    Searched defs:DOMSelection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.h 50 class DOMSelection : public RefCounted<DOMSelection>, public ScriptWrappable, public DOMWindowProperty {
52 static PassRefPtr<DOMSelection> create(const TreeScope* treeScope) { return adoptRef(new DOMSelection(treeScope)); }
98 explicit DOMSelection(const TreeScope*);
DOMSelection.cpp 32 #include "core/page/DOMSelection.h"
61 DOMSelection::DOMSelection(const TreeScope* treeScope)
68 void DOMSelection::clearTreeScope()
73 const VisibleSelection& DOMSelection::visibleSelection() const
101 Node* DOMSelection::anchorNode() const
109 int DOMSelection::anchorOffset() const
117 Node* DOMSelection::focusNode() const
125 int DOMSelection::focusOffset() const
133 Node* DOMSelection::baseNode() cons
    [all...]

Completed in 83 milliseconds