Home
last modified time | relevance | path

Searched refs:CompositeEditCommand (Results 1 – 25 of 145) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dcomposite_edit_command.cc88 CompositeEditCommand::CompositeEditCommand(Document& document) in CompositeEditCommand() function in blink::CompositeEditCommand
99 CompositeEditCommand::~CompositeEditCommand() { in ~CompositeEditCommand()
111 bool CompositeEditCommand::Apply() { in Apply()
168 CompositeEditCommand* command = this; in EnsureUndoStep()
220 CompositeEditCommand* command) { in AppendCommandToUndoStep()
282 void CompositeEditCommand::InsertNodeBefore( in InsertNodeBefore()
412 void CompositeEditCommand::RemoveNode( in RemoveNode()
639 bool CompositeEditCommand::DeleteSelection( in DeleteSelection()
803 void CompositeEditCommand::
1391 void CompositeEditCommand::MoveParagraph( in MoveParagraph()
[all …]
H A Dedit_command.h36 class CompositeEditCommand; variable
44 virtual void SetParent(CompositeEditCommand*);
68 CompositeEditCommand* Parent() const { return parent_; } in Parent()
74 Member<CompositeEditCommand> parent_;
H A Dcomposite_edit_command.h48 class CORE_EXPORT CompositeEditCommand : public EditCommand {
53 ~CompositeEditCommand() override;
65 void SetParent(CompositeEditCommand*) override;
75 void AppendCommandToUndoStep(CompositeEditCommand*);
88 explicit CompositeEditCommand(Document&);
238 struct DowncastTraits<CompositeEditCommand> {
H A Dcomposite_edit_command_test.cc18 class SampleCommand final : public CompositeEditCommand {
40 : CompositeEditCommand(document) {} in SampleCommand()
48 CompositeEditCommand::InsertNodeBefore( in InsertNodeBefore()
56 CompositeEditCommand::InsertNodeAfter(insert_child, ref_child, editing_state); in InsertNodeAfter()
62 CompositeEditCommand::MoveParagraphContentsToNewBlockIfNecessary( in MoveParagraphContentsToNewBlockIfNecessary()
H A Dinsert_incremental_text_command_test.cc26 CompositeEditCommand* const command = in TEST_F()
45 CompositeEditCommand* const command = in TEST_F()
66 CompositeEditCommand* const command = in TEST_F()
H A Dremove_node_preserving_children_command.cc38 : CompositeEditCommand(node->GetDocument()), in RemoveNodePreservingChildrenCommand()
70 CompositeEditCommand::Trace(visitor); in Trace()
H A Dsplit_text_node_containing_element_command.cc39 : CompositeEditCommand(text->GetDocument()), text_(text), offset_(offset) { in SplitTextNodeContainingElementCommand()
69 CompositeEditCommand::Trace(visitor); in Trace()
H A Dedit_command.cc91 void EditCommand::SetParent(CompositeEditCommand* parent) { in SetParent()
93 auto* composite_edit_command = DynamicTo<CompositeEditCommand>(this); in SetParent()
H A Dediting_commands_utilities.h48 class CompositeEditCommand; variable
157 const CompositeEditCommand*);
H A Dsimplify_markup_command.cc39 : CompositeEditCommand(document), in SimplifyMarkupCommand()
160 CompositeEditCommand::Trace(visitor); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dcomposite_edit_command.cc91 CompositeEditCommand::CompositeEditCommand(Document& document) in CompositeEditCommand() function in blink::CompositeEditCommand
102 CompositeEditCommand::~CompositeEditCommand() { in ~CompositeEditCommand()
114 bool CompositeEditCommand::Apply() { in Apply()
176 CompositeEditCommand* command = this; in EnsureUndoStep()
228 CompositeEditCommand* command) { in AppendCommandToUndoStep()
290 void CompositeEditCommand::InsertNodeBefore( in InsertNodeBefore()
420 void CompositeEditCommand::RemoveNode( in RemoveNode()
647 bool CompositeEditCommand::DeleteSelection( in DeleteSelection()
811 void CompositeEditCommand::
1414 void CompositeEditCommand::MoveParagraph( in MoveParagraph()
[all …]
H A Dedit_command.h36 class CompositeEditCommand; variable
44 virtual void SetParent(CompositeEditCommand*);
68 CompositeEditCommand* Parent() const { return parent_; } in Parent()
74 Member<CompositeEditCommand> parent_;
H A Dcomposite_edit_command.h48 class CORE_EXPORT CompositeEditCommand : public EditCommand {
53 ~CompositeEditCommand() override;
65 void SetParent(CompositeEditCommand*) override;
75 void AppendCommandToUndoStep(CompositeEditCommand*);
88 explicit CompositeEditCommand(Document&);
238 struct DowncastTraits<CompositeEditCommand> {
H A Dcomposite_edit_command_test.cc18 class SampleCommand final : public CompositeEditCommand {
40 : CompositeEditCommand(document) {} in SampleCommand()
48 CompositeEditCommand::InsertNodeBefore( in InsertNodeBefore()
56 CompositeEditCommand::InsertNodeAfter(insert_child, ref_child, editing_state); in InsertNodeAfter()
62 CompositeEditCommand::MoveParagraphContentsToNewBlockIfNecessary( in MoveParagraphContentsToNewBlockIfNecessary()
H A Dinsert_incremental_text_command_test.cc26 CompositeEditCommand* const command = in TEST_F()
45 CompositeEditCommand* const command = in TEST_F()
66 CompositeEditCommand* const command = in TEST_F()
H A Dsplit_text_node_containing_element_command.cc39 : CompositeEditCommand(text->GetDocument()), text_(text), offset_(offset) { in SplitTextNodeContainingElementCommand()
69 CompositeEditCommand::Trace(visitor); in Trace()
H A Dremove_node_preserving_children_command.cc38 : CompositeEditCommand(node->GetDocument()), in RemoveNodePreservingChildrenCommand()
70 CompositeEditCommand::Trace(visitor); in Trace()
H A Dedit_command.cc91 void EditCommand::SetParent(CompositeEditCommand* parent) { in SetParent()
93 auto* composite_edit_command = DynamicTo<CompositeEditCommand>(this); in SetParent()
H A Dediting_commands_utilities.h48 class CompositeEditCommand; variable
156 const CompositeEditCommand*);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp73 CompositeEditCommand::CompositeEditCommand(Document *document) in CompositeEditCommand() function in WebCore::CompositeEditCommand
78 CompositeEditCommand::~CompositeEditCommand() in ~CompositeEditCommand()
82 void CompositeEditCommand::doUnapply() in doUnapply()
89 void CompositeEditCommand::doReapply() in doReapply()
131 void CompositeEditCommand::insertLineBreak() in insertLineBreak()
205 void CompositeEditCommand::removeNode(PassRefPtr<Node> node) in removeNode()
249 void CompositeEditCommand::prune(PassRefPtr<Node> node) in prune()
509 void CompositeEditCommand::rebalanceWhitespace() in rebalanceWhitespace()
674 void CompositeEditCommand::removePlaceholderAt(const Position& p) in removePlaceholderAt()
759 void CompositeEditCommand::pushAnchorElementDown(Node* anchorNode) in pushAnchorElementDown()
[all …]
H A DEditCommand.h35 class CompositeEditCommand; variable
41 void setParent(CompositeEditCommand*);
86 CompositeEditCommand* m_parent;
H A DCompositeEditCommand.h40 class CompositeEditCommand : public EditCommand {
42 virtual ~CompositeEditCommand();
47 explicit CompositeEditCommand(Document*);
H A DDeleteSelectionCommand.cpp71 : CompositeEditCommand(document), in DeleteSelectionCommand()
88 : CompositeEditCommand(selection.start().anchorNode()->document()), in DeleteSelectionCommand()
405 CompositeEditCommand::removeNode(node); in removeNode()
427 CompositeEditCommand::deleteTextFromNode(node, offset, count); in deleteTextFromNode()
664 CompositeEditCommand::removeNode(row); in removePreviouslySelectedEmptyTableRows()
675 CompositeEditCommand::removeNode(row); in removePreviouslySelectedEmptyTableRows()
687 CompositeEditCommand::removeNode(m_endTableRow.get()); in removePreviouslySelectedEmptyTableRows()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Deditor.h43 class CompositeEditCommand; variable
69 CompositeEditCommand* LastEditCommand() { return last_edit_command_.Get(); } in LastEditCommand()
70 void SetLastEditCommand(CompositeEditCommand* last_edit_command) { in SetLastEditCommand()
90 void RegisterCommandGroup(CompositeEditCommand* command_group_wrapper);
231 Member<CompositeEditCommand> last_edit_command_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Deditor.h45 class CompositeEditCommand; variable
70 CompositeEditCommand* LastEditCommand() { return last_edit_command_.Get(); } in LastEditCommand()
71 void SetLastEditCommand(CompositeEditCommand* last_edit_command) { in SetLastEditCommand()
91 void RegisterCommandGroup(CompositeEditCommand* command_group_wrapper);
233 Member<CompositeEditCommand> last_edit_command_;

123456