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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 117 AppInterface.CommandType cmdType = AppInterface.CommandType
    [all...]

Completed in 71 milliseconds