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

  /external/webkit/Source/WebCore/editing/
InsertLineBreakCommand.h 33 class InsertLineBreakCommand : public CompositeEditCommand {
35 static PassRefPtr<InsertLineBreakCommand> create(Document* document)
37 return adoptRef(new InsertLineBreakCommand(document));
41 InsertLineBreakCommand(Document*);
InsertLineBreakCommand.cpp 27 #include "InsertLineBreakCommand.h"
44 InsertLineBreakCommand::InsertLineBreakCommand(Document* document)
49 bool InsertLineBreakCommand::preservesTypingStyle() const
54 void InsertLineBreakCommand::insertNodeAfterPosition(Node* node, const Position& pos)
66 void InsertLineBreakCommand::insertNodeBeforePosition(Node* node, const Position& pos)
79 bool InsertLineBreakCommand::shouldUseBreakElement(const Position& insertionPos)
88 void InsertLineBreakCommand::doApply()

Completed in 19 milliseconds