OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TtsEventType
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_api.h
16
const char *TtsEventTypeToString(
TtsEventType
event_type);
17
TtsEventType
TtsEventTypeFromString(const std::string& str);
tts_extension_api.cc
25
const char *TtsEventTypeToString(
TtsEventType
event_type) {
53
TtsEventType
TtsEventTypeFromString(const std::string& str) {
86
TtsEventType
event_type,
92
TtsEventType
event_type,
98
const std::set<
TtsEventType
>& desired_event_types =
212
std::set<
TtsEventType
> required_event_types;
224
std::set<
TtsEventType
> desired_event_types;
320
for (std::set<
TtsEventType
>::iterator iter = voice.events.begin();
tts_extension_apitest.cc
122
TtsEventType
event_type,
/external/chromium_org/chrome/browser/speech/
tts_controller.h
26
enum
TtsEventType
{
47
bool IsFinalTtsEventType(
TtsEventType
event_type);
67
std::set<
TtsEventType
> events;
80
TtsEventType
event_type,
105
void OnTtsEvent(
TtsEventType
event_type,
155
void set_required_event_types(const std::set<
TtsEventType
>& types) {
158
const std::set<
TtsEventType
>& required_event_types() const {
162
void set_desired_event_types(const std::set<
TtsEventType
>& types) {
165
const std::set<
TtsEventType
>& desired_event_types() const {
229
std::set<
TtsEventType
> required_event_types_
[
all
...]
tts_message_filter.h
31
TtsEventType
event_type,
tts_android.h
45
int utterance_id,
TtsEventType
event_type, int char_index);
tts_controller.cc
35
bool IsFinalTtsEventType(
TtsEventType
event_type) {
87
void Utterance::OnTtsEvent(
TtsEventType
event_type,
254
TtsEventType
event_type,
381
for (std::set<
TtsEventType
>::const_iterator iter =
tts_android.cc
130
int utterance_id,
TtsEventType
event_type, int char_index) {
tts_message_filter.cc
104
TtsEventType
event_type,
Completed in 40 milliseconds