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

  /external/webkit/Source/WebCore/editing/
TypingCommand.cpp 63 TypingCommand::TypingCommand(Document *document, ETypingCommand commandType, const String &textToInsert, Options options, TextGranularity granularity, TextCompositionType compositionType)
65 , m_commandType(commandType)
322 void TypingCommand::markMisspellingsAfterTyping(ETypingCommand commandType)
347 if (range && (commandType == TypingCommand::InsertText || commandType == TypingCommand::InsertLineBreak || commandType == TypingCommand::InsertParagraphSeparator || commandType == TypingCommand::InsertParagraphSeparatorInQuotedContent))
350 } else if (commandType == TypingCommand::InsertText)
654 void TypingCommand::updatePreservesTypingStyle(ETypingCommand commandType)
656 switch (commandType) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 117 AppInterface.CommandType cmdType = AppInterface.CommandType
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]

Completed in 95 milliseconds