HomeSort by relevance Sort by last modified time
    Searched full:speechsynthesislibrary (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
speech_synthesis_library.cc 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)
    [all...]
speech_synthesis_library.h 14 class SpeechSynthesisLibrary {
18 virtual ~SpeechSynthesisLibrary() {}
39 static SpeechSynthesisLibrary* GetImpl(bool stub);
mock_speech_synthesis_library.h 14 class MockSpeechSynthesisLibrary : public SpeechSynthesisLibrary {
cros_library.h 32 class SpeechSynthesisLibrary;
69 void SetSpeechSynthesisLibrary(SpeechSynthesisLibrary* library, bool own);
93 SpeechSynthesisLibrary* GetSpeechSynthesisLibrary();
168 Library<SpeechSynthesisLibrary> speech_synthesis_lib_;
  /external/chromium/chrome/browser/extensions/
extension_tts_api_chromeos.cc 72 chromeos::SpeechSynthesisLibrary::kSpeechPropertyLocale,
79 chromeos::SpeechSynthesisLibrary::kSpeechPropertyGender,
86 chromeos::SpeechSynthesisLibrary::kSpeechPropertyRate,
94 chromeos::SpeechSynthesisLibrary::kSpeechPropertyPitch,
102 chromeos::SpeechSynthesisLibrary::kSpeechPropertyVolume,
141 chromeos::SpeechSynthesisLibrary::kSpeechPropertyEquals +
143 chromeos::SpeechSynthesisLibrary::kSpeechPropertyDelimiter;

Completed in 79 milliseconds