HomeSort by relevance Sort by last modified time
    Searched refs:InsertLineBreakCommand (Results 1 - 7 of 7) 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()
EditingAllInOne.cpp 46 #include <InsertLineBreakCommand.cpp>
InsertParagraphSeparatorCommand.cpp 34 #include "InsertLineBreakCommand.h"
176 applyCommandToComposite(InsertLineBreakCommand::create(document()));
TypingCommand.cpp 37 #include "InsertLineBreakCommand.h"
421 applyCommandToComposite(InsertLineBreakCommand::create(document()));
CompositeEditCommand.cpp 41 #include "InsertLineBreakCommand.h"
133 applyCommandToComposite(InsertLineBreakCommand::create(document()));
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 240 editing/InsertLineBreakCommand.cpp \
    [all...]

Completed in 576 milliseconds