HomeSort by relevance Sort by last modified time
    Searched defs:PlatformSpeechSynthesisVoice (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformSpeechSynthesisVoice.cpp 27 #include "core/platform/PlatformSpeechSynthesisVoice.h"
31 PassRefPtr<PlatformSpeechSynthesisVoice> PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault)
33 return adoptRef(new PlatformSpeechSynthesisVoice(voiceURI, name, lang, localService, isDefault));
36 PassRefPtr<PlatformSpeechSynthesisVoice> PlatformSpeechSynthesisVoice::create()
38 return adoptRef(new PlatformSpeechSynthesisVoice());
41 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault)
50 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(
    [all...]
PlatformSpeechSynthesisVoice.h 35 class PlatformSpeechSynthesisVoice : public RefCounted<PlatformSpeechSynthesisVoice> {
37 static PassRefPtr<PlatformSpeechSynthesisVoice> create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
38 static PassRefPtr<PlatformSpeechSynthesisVoice> create();
56 PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
57 PlatformSpeechSynthesisVoice();
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebSpeechSynthesisVoice.cpp 37 : m_private(WebCore::PlatformSpeechSynthesisVoice::create())
76 WebSpeechSynthesisVoice::operator PassRefPtr<WebCore::PlatformSpeechSynthesisVoice>() const

Completed in 102 milliseconds