HomeSort by relevance Sort by last modified time
    Searched defs:JoinTextNodesCommand (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
JoinTextNodesCommand.cpp 27 #include "JoinTextNodesCommand.h"
33 JoinTextNodesCommand::JoinTextNodesCommand(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
43 void JoinTextNodesCommand::doApply()
60 void JoinTextNodesCommand::doUnapply()
JoinTextNodesCommand.h 35 class JoinTextNodesCommand : public SimpleEditCommand {
37 static PassRefPtr<JoinTextNodesCommand> create(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
39 return adoptRef(new JoinTextNodesCommand(text1, text2));
43 JoinTextNodesCommand(PassRefPtr<Text>, PassRefPtr<Text>);

Completed in 280 milliseconds