Home
last modified time | relevance | path

Searched refs:DOMSelection (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DDOMSelection.cpp63 DOMSelection::DOMSelection(const TreeScope* treeScope) in DOMSelection() function in blink::DOMSelection
69 void DOMSelection::clearTreeScope() in clearTreeScope()
74 const VisibleSelection& DOMSelection::visibleSelection() const in visibleSelection()
102 Node* DOMSelection::anchorNode() const in anchorNode()
110 int DOMSelection::anchorOffset() const in anchorOffset()
118 Node* DOMSelection::focusNode() const in focusNode()
126 int DOMSelection::focusOffset() const in focusOffset()
134 Node* DOMSelection::baseNode() const in baseNode()
142 int DOMSelection::baseOffset() const in baseOffset()
150 Node* DOMSelection::extentNode() const in extentNode()
[all …]
DDOMSelection.h50 class DOMSelection FINAL : public RefCountedWillBeGarbageCollected<DOMSelection>, public ScriptWrap…
52 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMSelection);
54 static PassRefPtrWillBeRawPtr<DOMSelection> create(const TreeScope* treeScope) in create()
56 return adoptRefWillBeNoop(new DOMSelection(treeScope)); in create()
102 explicit DOMSelection(const TreeScope*);
DSelection.idl39 ImplementedAs=DOMSelection,
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.h37 class DOMSelection; variable
85 DOMSelection* getSelection() const;
193 mutable RefPtrWillBeMember<DOMSelection> m_selection;
DTreeScope.cpp311 DOMSelection* TreeScope::getSelection() const in getSelection()
322 m_selection = DOMSelection::create(this); in getSelection()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalDOMWindow.h47 class DOMSelection; variable
137 DOMSelection* getSelection();
DLocalDOMWindow.cpp898 DOMSelection* LocalDOMWindow::getSelection() in getSelection()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-mips64.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.darwin-x86.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.darwin-arm.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.linux-mips.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.darwin-arm64.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.linux-arm64.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.linux-x86_64.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.darwin-mips.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.linux-arm.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.linux-x86.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.darwin-mips64.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk262 third_party/WebKit/Source/core/editing/DOMSelection.cpp \
Dcore.gypi1002 'editing/DOMSelection.cpp',
1003 'editing/DOMSelection.h',