Searched refs:InsertNodeBeforeCommand (Results 1 – 16 of 16) sorted by relevance
33 InsertNodeBeforeCommand::InsertNodeBeforeCommand(PassRefPtrWillBeRawPtr<Node> insertChild, PassRefP… in InsertNodeBeforeCommand() function in blink::InsertNodeBeforeCommand48 void InsertNodeBeforeCommand::doApply() in doApply()58 void InsertNodeBeforeCommand::doUnapply() in doUnapply()66 void InsertNodeBeforeCommand::trace(Visitor* visitor) in trace()
33 class InsertNodeBeforeCommand FINAL : public SimpleEditCommand {35 …static PassRefPtrWillBeRawPtr<InsertNodeBeforeCommand> create(PassRefPtrWillBeRawPtr<Node> childTo… in create()38 …return adoptRefWillBeNoop(new InsertNodeBeforeCommand(childToInsert, childToInsertBefore, shouldAs… in create()44 …InsertNodeBeforeCommand(PassRefPtrWillBeRawPtr<Node> childToInsert, PassRefPtrWillBeRawPtr<Node> c…
313 …applyCommandToComposite(InsertNodeBeforeCommand::create(insertChild, refChild, shouldAssumeContent… in insertNodeBefore()
277 third_party/WebKit/Source/core/editing/InsertNodeBeforeCommand.cpp \
1025 'editing/InsertNodeBeforeCommand.cpp',1026 'editing/InsertNodeBeforeCommand.h',