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

  /external/webkit/WebCore/editing/
InsertNodeBeforeCommand.cpp 27 #include "InsertNodeBeforeCommand.h"
33 InsertNodeBeforeCommand::InsertNodeBeforeCommand(PassRefPtr<Node> insertChild, PassRefPtr<Node> refChild)
46 void InsertNodeBeforeCommand::doApply()
56 void InsertNodeBeforeCommand::doUnapply()
InsertNodeBeforeCommand.h 33 class InsertNodeBeforeCommand : public SimpleEditCommand {
35 static PassRefPtr<InsertNodeBeforeCommand> create(PassRefPtr<Node> childToInsert, PassRefPtr<Node> childToInsertBefore)
37 return adoptRef(new InsertNodeBeforeCommand(childToInsert, childToInsertBefore));
41 InsertNodeBeforeCommand(PassRefPtr<Node> childToInsert, PassRefPtr<Node> childToInsertBefore);

Completed in 17 milliseconds