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

  /external/webkit/Source/WebCore/editing/
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>);
JoinTextNodesCommand.cpp 27 #include "JoinTextNodesCommand.h"
33 JoinTextNodesCommand::JoinTextNodesCommand(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
43 void JoinTextNodesCommand::doApply()
60 void JoinTextNodesCommand::doUnapply()
EditingAllInOne.cpp 51 #include <JoinTextNodesCommand.cpp>
CompositeEditCommand.cpp 45 #include "JoinTextNodesCommand.h"
297 applyCommandToComposite(JoinTextNodesCommand::create(text1, text2));
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 245 editing/JoinTextNodesCommand.cpp \
    [all...]

Completed in 114 milliseconds