Searched defs:SplitTextNodeCommand (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSplitTextNodeCommand.h35 class SplitTextNodeCommand : public SimpleEditCommand { class in namespace:WebCore
37 static PassRefPtr<SplitTextNodeCommand> create(PassRefPtr<Text> node, int offset)
39 return adoptRef(new SplitTextNodeCommand(node, offset));
43 SplitTextNodeCommand(PassRefPtr<Text>, int offset);
H A DSplitTextNodeCommand.cpp27 #include "core/editing/SplitTextNodeCommand.h"
38 SplitTextNodeCommand::SplitTextNodeCommand(PassRefPtr<Text> text, int offset) function in class:WebCore::SplitTextNodeCommand
53 void SplitTextNodeCommand::doApply()
70 void SplitTextNodeCommand::doUnapply()
85 void SplitTextNodeCommand::doReapply()
97 void SplitTextNodeCommand::insertText1AndTrimText2()
107 void SplitTextNodeCommand::getNodesInCommand(HashSet<Node*>& nodes)

Completed in 60 milliseconds