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

  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.cpp 50 m_webSpeechSynthesizer = adoptPtr(blink::Platform::current()->createSpeechSynthesizer(m_webSpeechSynthesizerClient));
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 68 virtual blink::WebSpeechSynthesizer* createSpeechSynthesizer(
renderer_webkitplatformsupport_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 148 virtual WebSpeechSynthesizer* createSpeechSynthesizer(WebSpeechSynthesizerClient*) { return 0; }

Completed in 297 milliseconds