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

/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 74 milliseconds