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

  /external/chromium_org/third_party/WebKit/Source/web/
WebInputElement.cpp 208 return constUnwrap<HTMLInputElement>()->isSpeechEnabled();
ContextMenuClientImpl.cpp 302 data.isSpeechInputEnabled = toHTMLInputElement(r.innerNonSharedNode())->isSpeechEnabled();
  /external/chromium_org/third_party/WebKit/Source/core/html/
TextFieldInputType.cpp 222 return element()->isSpeechEnabled();
264 if (element()->isSpeechEnabled()) {
HTMLInputElement.h 118 bool isSpeechEnabled() const;
HTMLInputElement.cpp     [all...]

Completed in 190 milliseconds