OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 994 milliseconds