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

  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.h 51 class DOMSelection FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMSelection>, public ScriptWrappable, public DOMWindowProperty {
53 static PassRefPtrWillBeRawPtr<DOMSelection> create(const TreeScope* treeScope)
55 return adoptRefWillBeNoop(new DOMSelection(treeScope));
102 explicit DOMSelection(const TreeScope*);
DOMSelection.cpp 32 #include "core/page/DOMSelection.h"
62 DOMSelection::DOMSelection(const TreeScope* treeScope)
69 void DOMSelection::clearTreeScope()
74 const VisibleSelection& DOMSelection::visibleSelection() const
102 Node* DOMSelection::anchorNode() const
110 int DOMSelection::anchorOffset() const
118 Node* DOMSelection::focusNode() const
126 int DOMSelection::focusOffset() const
134 Node* DOMSelection::baseNode() cons
    [all...]
Selection.idl 34 ImplementedAs=DOMSelection
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 37 class DOMSelection;
86 DOMSelection* getSelection() const;
190 mutable RefPtrWillBeMember<DOMSelection> m_selection;
TreeScope.cpp 47 #include "core/page/DOMSelection.h"
297 DOMSelection* TreeScope::getSelection() const
308 m_selection = DOMSelection::create(this);
Document.h 82 class DOMSelection;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 48 class DOMSelection;
145 DOMSelection* getSelection();
LocalDOMWindow.cpp 914 DOMSelection* LocalDOMWindow::getSelection()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 482 third_party/WebKit/Source/core/page/DOMSelection.cpp \
    [all...]

Completed in 303 milliseconds