Searched refs:isSpeechInputEnabled (Results 1 – 5 of 5) sorted by relevance
125 static void setSpeechInputEnabled(bool isEnabled) { isSpeechInputEnabled = isEnabled; } in setSpeechInputEnabled()126 static bool speechInputEnabled() { return isSpeechInputEnabled; } in speechInputEnabled()127 static bool webkitSpeechEnabled() { return isSpeechInputEnabled; } in webkitSpeechEnabled()128 static bool webkitGrammarEnabled() { return isSpeechInputEnabled; } in webkitGrammarEnabled()174 static bool isSpeechInputEnabled; variable
57 bool RuntimeEnabledFeatures::isSpeechInputEnabled = true; member in WebCore::RuntimeEnabledFeatures
92 WEBKIT_API static bool isSpeechInputEnabled();
270 bool WebRuntimeFeatures::isSpeechInputEnabled() in isSpeechInputEnabled() function in WebKit::WebRuntimeFeatures
12759 (WebKit::WebRuntimeFeatures::isSpeechInputEnabled):