speechSynthesis    68 Source/modules/speech/DOMWindowSpeechSynthesis.cpp     return DOMWindowSpeechSynthesis::from(window).speechSynthesis();
speechSynthesis    43 Source/modules/speech/DOMWindowSpeechSynthesis.h     static SpeechSynthesis* speechSynthesis(DOMWindow&);
speechSynthesis    51 Source/modules/speech/DOMWindowSpeechSynthesis.h     SpeechSynthesis* speechSynthesis();
speechSynthesis    46 Source/modules/speech/testing/InternalsSpeechSynthesis.cpp     SpeechSynthesis* synthesis = DOMWindowSpeechSynthesis::speechSynthesis(*document->domWindow());