Searched refs:compositionType (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TypingCommand.cpp | 78 …g &textToInsert, Options options, TextGranularity granularity, TextCompositionType compositionType) in TypingCommand() argument 86 , m_compositionType(compositionType) in TypingCommand() 170 …onst VisibleSelection& selectionForInsertion, Options options, TextCompositionType compositionType) in insertText() argument 177 …String newText = dispatchBeforeTextInsertedEvent(text, selectionForInsertion, compositionType == T… in insertText() 188 lastTypingCommand->setCompositionType(compositionType); in insertText() 195 …ypingCommand> cmd = TypingCommand::create(document, InsertText, newText, options, compositionType); in insertText()
|
D | TypingCommand.h | 86 …, ETypingCommand command, const String& text, Options options, TextCompositionType compositionType) in create() argument 88 …BeNoop(new TypingCommand(document, command, text, options, CharacterGranularity, compositionType)); in create()
|
/external/chromium_org/third_party/hwcplus/include/hardware/ |
D | hwcomposer.h | 125 int32_t compositionType; member
|