Home
last modified time | relevance | path

Searched refs:DragSourceType (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Deditor.h59 enum class DragSourceType { kHTMLSource, kPlainTextSource }; enum
198 DragSourceType);
211 DragSourceType);
H A Deditor.cc329 DragSourceType drag_source_type) { in ReplaceSelectionAfterDragging()
335 if (drag_source_type == DragSourceType::kPlainTextSource) in ReplaceSelectionAfterDragging()
378 DragSourceType drag_source_type) { in ReplaceSelectionAfterDraggingWithEvents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Deditor.h61 enum class DragSourceType { kHTMLSource, kPlainTextSource }; enum
200 DragSourceType);
213 DragSourceType);
H A Deditor.cc329 DragSourceType drag_source_type) { in ReplaceSelectionAfterDragging()
335 if (drag_source_type == DragSourceType::kPlainTextSource) in ReplaceSelectionAfterDragging()
378 DragSourceType drag_source_type) { in ReplaceSelectionAfterDraggingWithEvents()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Ddrag_controller.cc157 DragSourceType& drag_source_type) { in DocumentFragmentFromDragData()
159 drag_source_type = DragSourceType::kHTMLSource; in DocumentFragmentFromDragData()
189 drag_source_type = DragSourceType::kPlainTextSource; in DocumentFragmentFromDragData()
622 DragSourceType drag_source_type = DragSourceType::kHTMLSource; in ConcludeEditDrag()
685 InsertMode::kSimple, DragSourceType::kPlainTextSource)) in ConcludeEditDrag()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Ddrag_controller.cc157 DragSourceType& drag_source_type) { in DocumentFragmentFromDragData()
159 drag_source_type = DragSourceType::kHTMLSource; in DocumentFragmentFromDragData()
189 drag_source_type = DragSourceType::kPlainTextSource; in DocumentFragmentFromDragData()
632 DragSourceType drag_source_type = DragSourceType::kHTMLSource; in ConcludeEditDrag()
695 InsertMode::kSimple, DragSourceType::kPlainTextSource)) in ConcludeEditDrag()