OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSpeakProperties
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
mock_speech_synthesis_library.h
19
MOCK_METHOD1(
SetSpeakProperties
, bool(const char*));
speech_synthesis_library.cc
33
bool
SetSpeakProperties
(const char* props) {
34
return chromeos::
SetSpeakProperties
(props);
58
bool
SetSpeakProperties
(const char* props) { return true; }
speech_synthesis_library.h
25
virtual bool
SetSpeakProperties
(const char* props) = 0;
41
// Constants to be used with
SetSpeakProperties
.
/external/chromium/chrome/browser/extensions/
extension_tts_api_chromeos.cc
108
cros_library->GetSpeechSynthesisLibrary()->
SetSpeakProperties
(
/external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc
125
SetSpeakProperties
(props.c_str());
Completed in 101 milliseconds