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

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h 105 enum SpeechInputState {
118 SpeechInputState state() const { return m_state; }
130 void setState(SpeechInputState state);
135 SpeechInputState m_state;
  /external/chromium_org/third_party/WebKit/public/web/
WebInputElement.h 47 enum SpeechInputState {
105 WEBKIT_EXPORT SpeechInputState getSpeechInputState() const;

Completed in 265 milliseconds