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

/external/webkit/Source/WebCore/editing/
H A DInsertLineBreakCommand.h33 class InsertLineBreakCommand : public CompositeEditCommand { class in namespace:WebCore
35 static PassRefPtr<InsertLineBreakCommand> create(Document* document)
37 return adoptRef(new InsertLineBreakCommand(document));
41 InsertLineBreakCommand(Document*);
H A DInsertLineBreakCommand.cpp27 #include "InsertLineBreakCommand.h"
44 InsertLineBreakCommand::InsertLineBreakCommand(Document* document) function in class:WebCore::InsertLineBreakCommand
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 78 milliseconds