Home
last modified time | relevance | path

Searched refs:commandType (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTypingCommand.cpp63 TypingCommand::TypingCommand(Document *document, ETypingCommand commandType, const String &textToIn… in TypingCommand() argument
65 , m_commandType(commandType) in TypingCommand()
322 void TypingCommand::markMisspellingsAfterTyping(ETypingCommand commandType) in markMisspellingsAfterTyping() argument
347commandType == TypingCommand::InsertText || commandType == TypingCommand::InsertLineBreak || comma… in markMisspellingsAfterTyping()
350 } else if (commandType == TypingCommand::InsertText) in markMisspellingsAfterTyping()
654 void TypingCommand::updatePreservesTypingStyle(ETypingCommand commandType) in updatePreservesTypingStyle() argument
656 switch (commandType) { in updatePreservesTypingStyle()