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

  /external/webkit/Source/WebCore/editing/
TypingCommand.h 75 void insertTextRunWithoutNewlines(const String &text, bool selectInsertedText);
TypingCommand.cpp 374 // This requires support from insertTextRunWithoutNewlines and insertParagraphSeparator for extending
382 insertTextRunWithoutNewlines(text.substring(offset, newline - offset), false);
387 insertTextRunWithoutNewlines(text, selectInsertedText);
391 insertTextRunWithoutNewlines(text.substring(offset, length - offset), selectInsertedText);
395 void TypingCommand::insertTextRunWithoutNewlines(const String &text, bool selectInsertedText)

Completed in 39 milliseconds