Home
last modified time | relevance | path

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

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Ddom_selection.cc56 DOMSelection::DOMSelection(const TreeScope* tree_scope) in DOMSelection() function in blink::DOMSelection
60 void DOMSelection::ClearTreeScope() { in ClearTreeScope()
71 bool DOMSelection::IsAvailable() const { in IsAvailable()
75 void DOMSelection::UpdateFrameSelection( in UpdateFrameSelection()
136 Node* DOMSelection::focusNode() const { in focusNode()
154 Node* DOMSelection::baseNode() const { in baseNode()
187 String DOMSelection::type() const { in type()
219 void DOMSelection::collapse(Node* node, in collapse()
333 void DOMSelection::empty() { in empty()
454 void DOMSelection::extend(Node* node, in extend()
[all …]
H A Ddom_selection.h49 class CORE_EXPORT DOMSelection final : public ScriptWrappable,
54 explicit DOMSelection(const TreeScope*);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDOMSelection.cpp55 DOMSelection::DOMSelection(Frame* frame) in DOMSelection() function in WebCore::DOMSelection
60 Frame* DOMSelection::frame() const in frame()
65 void DOMSelection::disconnectFrame() in disconnectFrame()
116 Node* DOMSelection::focusNode() const in focusNode()
125 int DOMSelection::focusOffset() const in focusOffset()
134 Node* DOMSelection::baseNode() const in baseNode()
143 int DOMSelection::baseOffset() const in baseOffset()
177 String DOMSelection::type() const in type()
194 int DOMSelection::rangeCount() const in rangeCount()
248 void DOMSelection::empty() in empty()
[all …]
H A DDOMSelection.h46 class DOMSelection : public RefCounted<DOMSelection> {
48 … static PassRefPtr<DOMSelection> create(Frame* frame) { return adoptRef(new DOMSelection(frame)); } in create()
93 DOMSelection(Frame*);
H A DDOMWindow.h41 class DOMSelection; variable
137 DOMSelection* getSelection();
436 mutable RefPtr<DOMSelection> m_selection;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSDOMSelection.cpp141 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionAnchorNode()
151 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionAnchorOffset()
161 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionFocusNode()
171 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionFocusOffset()
181 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionIsCollapsed()
191 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionRangeCount()
201 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionBaseNode()
211 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionBaseOffset()
221 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionExtentNode()
231 DOMSelection* imp = static_cast<DOMSelection*>(castedThis->impl()); in jsDOMSelectionExtentOffset()
[all …]
H A DJSDOMSelection.h31 class DOMSelection; variable
36 JSDOMSelection(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<DOMSelection>);
47 DOMSelection* impl() const { return m_impl.get(); } in impl()
50 RefPtr<DOMSelection> m_impl;
60 inline JSC::WeakHandleOwner* wrapperOwner(DOMWrapperWorld*, DOMSelection*) in wrapperOwner() argument
66 inline void* wrapperContext(DOMWrapperWorld* world, DOMSelection*) in wrapperContext() argument
71 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, DOMSelection*);
72 DOMSelection* toDOMSelection(JSC::JSValue);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Ddom_selection.cc69 DOMSelection::DOMSelection(const TreeScope* tree_scope) in DOMSelection() function in blink::DOMSelection
73 void DOMSelection::ClearTreeScope() { in ClearTreeScope()
79 bool DOMSelection::IsAvailable() const { in IsAvailable()
83 void DOMSelection::UpdateFrameSelection( in UpdateFrameSelection()
151 Node* DOMSelection::focusNode() const { in focusNode()
169 Node* DOMSelection::baseNode() const { in baseNode()
193 String DOMSelection::type() const { in type()
228 void DOMSelection::collapse(Node* node, in collapse()
346 void DOMSelection::empty() { in empty()
472 void DOMSelection::extend(Node* node, in extend()
[all …]
H A Ddom_selection.h48 class CORE_EXPORT DOMSelection final : public ScriptWrappable,
51 USING_GARBAGE_COLLECTED_MIXIN(DOMSelection);
54 explicit DOMSelection(const TreeScope*);
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_range.cpp285 DOMSelection::DOMSelection(ExecState *exec, DOM::DocumentImpl *parentDocument): in KJS_IMPLEMENT_PROTOFUNC()
302 case DOMSelection::AnchorNode: in getValueProperty()
306 case DOMSelection::FocusNode: in getValueProperty()
308 case DOMSelection::FocusOffset: in getValueProperty()
310 case DOMSelection::IsCollapsed: in getValueProperty()
312 case DOMSelection::RangeCount: in getValueProperty()
324 DOMSelection *self = static_cast<DOMSelection *>(thisObj); in callAsFunction()
333 case DOMSelection::Collapsed: { in callAsFunction()
395 case DOMSelection::AddRange: { in callAsFunction()
451 case DOMSelection::ToString: in callAsFunction()
[all …]
H A Dkjs_range.h64 class DOMSelection: public JSObject
67 DOMSelection(ExecState *exec, DOM::DocumentImpl *parentDocument);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dtree_scope.h42 class DOMSelection; variable
99 DOMSelection* GetSelection() const;
173 mutable Member<DOMSelection> selection_;
H A Ddocument_or_shadow_root.h50 static DOMSelection* getSelection(TreeScope& tree_scope) { in getSelection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dtree_scope.h42 class DOMSelection; variable
99 DOMSelection* GetSelection() const;
176 mutable Member<DOMSelection> selection_;
H A Ddocument_or_shadow_root.h50 static DOMSelection* getSelection(TreeScope& tree_scope) { in getSelection()
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DHyperTextAccessible-inl.h30 dom::Selection* domSel = DOMSelection(); in AddToSelection()
120 inline dom::Selection* HyperTextAccessible::DOMSelection() const { in DOMSelection() function
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DHyperTextAccessible-inl.h45 dom::Selection* domSel = DOMSelection(); in AddToSelection()
141 inline dom::Selection* HyperTextAccessible::DOMSelection() const { in DOMSelection() function
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DHyperTextAccessible-inl.h43 dom::Selection* domSel = DOMSelection(); in AddToSelection()
142 inline dom::Selection* HyperTextAccessible::DOMSelection() const { in DOMSelection() function
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DHyperTextAccessible-inl.h43 dom::Selection* domSel = DOMSelection(); in AddToSelection()
143 inline dom::Selection* HyperTextAccessible::DOMSelection() const { in DOMSelection() function
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DHyperTextAccessible-inl.h43 dom::Selection* domSel = DOMSelection(); in AddToSelection()
143 inline dom::Selection* HyperTextAccessible::DOMSelection() const { in DOMSelection() function
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DHyperTextAccessible-inl.h50 dom::Selection* domSel = DOMSelection(); in AddToSelection()
169 HyperTextAccessible::DOMSelection() const in DOMSelection() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dlocal_dom_window.h54 class DOMSelection; variable
228 DOMSelection* getSelection();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dlocal_dom_window.h59 class DOMSelection; variable
253 DOMSelection* getSelection();
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DSelectionManager.cpp123 Selection* selection = caretCntr->DOMSelection(); in ProcessTextSelChangeEvent()
/dports/www/firefox/firefox-99.0/accessible/base/
H A DSelectionManager.cpp141 Selection* selection = caretCntr->DOMSelection(); in ProcessTextSelChangeEvent()

1234