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 71 if (!m_speechSynthesis && frame())
72 m_speechSynthesis = SpeechSynthesis::create(frame()->domWindow()->executionContext());
73 return m_speechSynthesis.get();
78 visitor->trace(m_speechSynthesis);
DOMWindowSpeechSynthesis.h 53 PersistentWillBeMember<SpeechSynthesis> m_speechSynthesis;

Completed in 231 milliseconds