OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VoiceData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/speech/
tts_controller.cc
54
//
VoiceData
58
VoiceData
::
VoiceData
()
62
VoiceData
::~
VoiceData
() {}
153
std::vector<
VoiceData
> voices;
158
// empty
VoiceData
with native = true, which will give the native
161
VoiceData
voice;
272
std::vector<
VoiceData
>* out_voices) {
344
const Utterance* utterance, std::vector<
VoiceData
>& voices)
[
all
...]
tts_controller.h
59
struct
VoiceData
{
60
VoiceData
();
61
~
VoiceData
();
278
void GetVoices(Profile* profile, std::vector<
VoiceData
>* out_voices);
323
std::vector<
VoiceData
>& voices);
Completed in 76 milliseconds