HomeSort by relevance Sort by last modified time
    Searched refs:m_speechSynthesis (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis.cpp 72 if (!m_speechSynthesis && frame())
73 m_speechSynthesis = SpeechSynthesis::create();
74 return m_speechSynthesis.get();
DOMWindowSpeechSynthesis.h 50 RefPtr<SpeechSynthesis> m_speechSynthesis;

Completed in 46 milliseconds