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

  /external/chromium_org/third_party/WebKit/Source/core/events/
TextEvent.h 56 bool isComposition() const { return m_inputType == TextEventInputComposition; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 883 TypingCommand::insertText(*document.get(), text, selection, options, triggeringEvent && triggeringEvent->isComposition() ? TypingCommand::TextCompositionConfirm : TypingCommand::TextCompositionNone);
    [all...]

Completed in 25 milliseconds