OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
183
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
()->Resume()
[
all
...]
Completed in 38 milliseconds