Home
last modified time | relevance | path

Searched refs:SpeechSynthesisLibrary (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dspeech_synthesis_library.cc15 const char SpeechSynthesisLibrary::kSpeechPropertyLocale[] = "name";
17 const char SpeechSynthesisLibrary::kSpeechPropertyGender[] = "gender";
18 const char SpeechSynthesisLibrary::kSpeechPropertyRate[] = "rate";
19 const char SpeechSynthesisLibrary::kSpeechPropertyPitch[] = "pitch";
20 const char SpeechSynthesisLibrary::kSpeechPropertyVolume[] = "volume";
21 const char SpeechSynthesisLibrary::kSpeechPropertyEquals[] = "=";
22 const char SpeechSynthesisLibrary::kSpeechPropertyDelimiter[] = ";";
24 class SpeechSynthesisLibraryImpl : public SpeechSynthesisLibrary {
53 class SpeechSynthesisLibraryStubImpl : public SpeechSynthesisLibrary {
68 SpeechSynthesisLibrary* SpeechSynthesisLibrary::GetImpl(bool stub) { in GetImpl()
Dspeech_synthesis_library.h14 class SpeechSynthesisLibrary {
18 virtual ~SpeechSynthesisLibrary() {} in ~SpeechSynthesisLibrary()
39 static SpeechSynthesisLibrary* GetImpl(bool stub);
Dcros_library.h32 class SpeechSynthesisLibrary; variable
69 void SetSpeechSynthesisLibrary(SpeechSynthesisLibrary* library, bool own);
93 SpeechSynthesisLibrary* GetSpeechSynthesisLibrary();
168 Library<SpeechSynthesisLibrary> speech_synthesis_lib_;
Dmock_speech_synthesis_library.h14 class MockSpeechSynthesisLibrary : public SpeechSynthesisLibrary {
/external/chromium/chrome/browser/extensions/
Dextension_tts_api_chromeos.cc72 chromeos::SpeechSynthesisLibrary::kSpeechPropertyLocale, in Speak()
79 chromeos::SpeechSynthesisLibrary::kSpeechPropertyGender, in Speak()
86 chromeos::SpeechSynthesisLibrary::kSpeechPropertyRate, in Speak()
94 chromeos::SpeechSynthesisLibrary::kSpeechPropertyPitch, in Speak()
102 chromeos::SpeechSynthesisLibrary::kSpeechPropertyVolume, in Speak()
141 chromeos::SpeechSynthesisLibrary::kSpeechPropertyEquals + in AppendSpeakOption()
143 chromeos::SpeechSynthesisLibrary::kSpeechPropertyDelimiter; in AppendSpeakOption()