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

  /external/chromium_org/third_party/WebKit/public/web/
WebContextMenuData.h 115 bool isSpeechInputEnabled;
175 , isSpeechInputEnabled(false)
WebInputElement.h 100 BLINK_EXPORT bool isSpeechInputEnabled() const;
WebRuntimeFeatures.h 132 BLINK_EXPORT static bool isSpeechInputEnabled();
  /external/chromium_org/content/renderer/
context_menu_params_builder.cc 35 params.speech_input_enabled = data.isSpeechInputEnabled;
input_tag_speech_dispatcher.cc 138 if (!input_element->isSpeechInputEnabled())
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputElement.cpp 184 bool WebInputElement::isSpeechInputEnabled() const
WebRuntimeFeatures.cpp 348 bool WebRuntimeFeatures::isSpeechInputEnabled()
ContextMenuClientImpl.cpp 307 data.isSpeechInputEnabled = toHTMLInputElement(r.innerNonSharedNode())->isSpeechEnabled();
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.cpp     [all...]

Completed in 548 milliseconds