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

  /external/chromium_org/chrome/browser/speech/
tts_extension_loader_chromeos.h 15 class TtsExtensionLoaderChromeOs : public KeyedService,
18 static TtsExtensionLoaderChromeOs* GetInstance(Profile* profile);
42 explicit TtsExtensionLoaderChromeOs(Profile* profile);
43 virtual ~TtsExtensionLoaderChromeOs() {}
52 DISALLOW_COPY_AND_ASSIGN(TtsExtensionLoaderChromeOs);
tts_extension_loader_chromeos.cc 24 // Factory to load one instance of TtsExtensionLoaderChromeOs per profile.
28 static TtsExtensionLoaderChromeOs* GetForProfile(Profile* profile) {
29 return static_cast<TtsExtensionLoaderChromeOs*>(
41 "TtsExtensionLoaderChromeOs",
57 return new TtsExtensionLoaderChromeOs(static_cast<Profile*>(profile));
61 TtsExtensionLoaderChromeOs*
62 TtsExtensionLoaderChromeOs::GetInstance(Profile* profile) {
67 TtsExtensionLoaderChromeOs::TtsExtensionLoaderChromeOs(
81 bool TtsExtensionLoaderChromeOs::LoadTtsExtension()
    [all...]
tts_chromeos.cc 21 return TtsExtensionLoaderChromeOs::GetInstance(profile)->LoadTtsExtension();

Completed in 1873 milliseconds