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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 125 static void setSpeechInputEnabled(bool isEnabled) { isSpeechInputEnabled = isEnabled; }
126 static bool speechInputEnabled() { return isSpeechInputEnabled; }
127 static bool webkitSpeechEnabled() { return isSpeechInputEnabled; }
128 static bool webkitGrammarEnabled() { return isSpeechInputEnabled; }
174 static bool isSpeechInputEnabled;
RuntimeEnabledFeatures.cpp 57 bool RuntimeEnabledFeatures::isSpeechInputEnabled = true;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 92 WEBKIT_API static bool isSpeechInputEnabled();
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 270 bool WebRuntimeFeatures::isSpeechInputEnabled()

Completed in 134 milliseconds