Searched refs:GetPlatformImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/speech/
H A Dtts_controller.cc183 GetPlatformImpl()->clear_error();
184 bool success = GetPlatformImpl()->Speak(
194 GetPlatformImpl()->LoadBuiltInTtsExtension(utterance->profile())) {
201 GetPlatformImpl()->error());
216 GetPlatformImpl()->clear_error();
217 GetPlatformImpl()->StopSpeaking();
234 GetPlatformImpl()->clear_error();
235 GetPlatformImpl()->Pause();
246 GetPlatformImpl()->clear_error();
247 GetPlatformImpl()
337 TtsPlatformImpl* TtsController::GetPlatformImpl() { function in class:TtsController
[all...]
H A Dtts_controller.h304 TtsPlatformImpl* GetPlatformImpl();
/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api.cc218 GetPlatformImpl()->clear_error();
219 bool success = GetPlatformImpl()->Speak(
227 utterance->set_error(GetPlatformImpl()->error());
249 GetPlatformImpl()->clear_error();
250 GetPlatformImpl()->StopSpeaking();
311 if (GetPlatformImpl()->IsSpeaking() == false) {
333 ExtensionTtsPlatformImpl* ExtensionTtsController::GetPlatformImpl() { function in class:ExtensionTtsController
H A Dextension_tts_api.h161 ExtensionTtsPlatformImpl* GetPlatformImpl();

Completed in 167 milliseconds