HomeSort by relevance Sort by last modified time
    Searched defs: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() {
  /external/chromium_org/chrome/browser/speech/
tts_controller.cc 187 GetPlatformImpl()->clear_error();
188 bool success = GetPlatformImpl()->Speak(
200 GetPlatformImpl()->LoadBuiltInTtsExtension(utterance->profile())) {
207 GetPlatformImpl()->error());
221 GetPlatformImpl()->clear_error();
222 GetPlatformImpl()->StopSpeaking();
239 GetPlatformImpl()->clear_error();
240 GetPlatformImpl()->Pause();
251 GetPlatformImpl()->clear_error();
252 GetPlatformImpl()->Resume()
    [all...]

Completed in 174 milliseconds