Searched refs:SpeechSynthesisLibrary (Results 1 – 5 of 5) sorted by relevance
15 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()
14 class SpeechSynthesisLibrary {18 virtual ~SpeechSynthesisLibrary() {} in ~SpeechSynthesisLibrary()39 static SpeechSynthesisLibrary* GetImpl(bool stub);
32 class SpeechSynthesisLibrary; variable69 void SetSpeechSynthesisLibrary(SpeechSynthesisLibrary* library, bool own);93 SpeechSynthesisLibrary* GetSpeechSynthesisLibrary();168 Library<SpeechSynthesisLibrary> speech_synthesis_lib_;
14 class MockSpeechSynthesisLibrary : public SpeechSynthesisLibrary {
72 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()