OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_speechSynthesis
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis.cpp
73
if (!
m_speechSynthesis
&& frame())
74
m_speechSynthesis
= SpeechSynthesis::create(frame()->domWindow()->executionContext());
75
return
m_speechSynthesis
.get();
DOMWindowSpeechSynthesis.h
50
RefPtr<SpeechSynthesis>
m_speechSynthesis
;
Completed in 25 milliseconds