OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:speechSynthesis
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/
WindowSpeechSynthesis.idl
29
readonly attribute
SpeechSynthesis
speechSynthesis
;
DOMWindowSpeechSynthesis.h
30
#include "modules/speech/
SpeechSynthesis
.h"
42
static
SpeechSynthesis
*
speechSynthesis
(LocalDOMWindow&);
50
SpeechSynthesis
*
speechSynthesis
();
53
PersistentWillBeMember<
SpeechSynthesis
> m_speechSynthesis;
DOMWindowSpeechSynthesis.cpp
64
SpeechSynthesis
* DOMWindowSpeechSynthesis::
speechSynthesis
(LocalDOMWindow& window)
66
return DOMWindowSpeechSynthesis::from(window).
speechSynthesis
();
69
SpeechSynthesis
* DOMWindowSpeechSynthesis::
speechSynthesis
()
72
m_speechSynthesis =
SpeechSynthesis
::create(frame()->domWindow()->executionContext());
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
InternalsSpeechSynthesis.cpp
37
#include "modules/speech/
SpeechSynthesis
.h"
46
SpeechSynthesis
* synthesis = DOMWindowSpeechSynthesis::
speechSynthesis
(*document->domWindow());
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
externs.js
60
window.
speechSynthesis
;
tts_background.js
168
window.
speechSynthesis
.onvoiceschanged = function() {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
options.js
349
window.
speechSynthesis
.onvoiceschanged = setVoiceList.bind(this);
Completed in 212 milliseconds