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

  /external/webkit/Source/WebCore/editing/
InsertTextCommand.h 33 class InsertTextCommand : public CompositeEditCommand {
40 static PassRefPtr<InsertTextCommand> create(Document* document)
42 return adoptRef(new InsertTextCommand(document));
49 InsertTextCommand(Document*);
InsertTextCommand.cpp 27 #include "InsertTextCommand.h"
41 InsertTextCommand::InsertTextCommand(Document *document)
46 void InsertTextCommand::doApply()
50 Position InsertTextCommand::positionInsideTextNode(const Position& p)
72 bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText)
105 void InsertTextCommand::input(const String& text, bool selectInsertedText, RebalanceType whitespaceRebalance)
205 Position InsertTextCommand::insertTab(const Position& pos)
243 bool InsertTextCommand::isInsertTextCommand() const
EditingAllInOne.cpp 50 #include <InsertTextCommand.cpp>
TypingCommand.cpp 39 #include "InsertTextCommand.h"
397 RefPtr<InsertTextCommand> command;
401 command = static_cast<InsertTextCommand*>(lastCommand);
404 command = InsertTextCommand::create(document());
412 m_compositionType == TextCompositionNone ? InsertTextCommand::RebalanceLeadingAndTrailingWhitespaces : InsertTextCommand::RebalanceAllWhitespaces);
CompositeEditCommand.cpp 44 #include "InsertTextCommand.h"
310 RefPtr<InsertTextCommand> command = InsertTextCommand::create(document());
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 244 editing/InsertTextCommand.cpp \
    [all...]

Completed in 291 milliseconds