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

  /external/chromium/chrome/browser/extensions/
extension_tts_api.cc 218 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() {
extension_tts_api.h 161 ExtensionTtsPlatformImpl* GetPlatformImpl();

Completed in 18 milliseconds