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
26
const char *TtsEventTypeToString(
TtsEventType
event_type) {
54
TtsEventType
TtsEventTypeFromString(const std::string& str) {
89
TtsEventType
event_type,
95
TtsEventType
event_type,
104
const std::set<
TtsEventType
>& desired_event_types =
220
std::set<
TtsEventType
> required_event_types;
232
std::set<
TtsEventType
> desired_event_types;
330
for (std::set<
TtsEventType
>::iterator iter = voice.events.begin();
tts_extension_apitest.cc
128
TtsEventType
event_type,
/external/chromium_org/chrome/browser/speech/
tts_controller.h
27
enum
TtsEventType
{
48
bool IsFinalTtsEventType(
TtsEventType
event_type);
68
std::set<
TtsEventType
> events;
85
TtsEventType
event_type,
110
void OnTtsEvent(
TtsEventType
event_type,
160
void set_required_event_types(const std::set<
TtsEventType
>& types) {
163
const std::set<
TtsEventType
>& required_event_types() const {
167
void set_desired_event_types(const std::set<
TtsEventType
>& types) {
170
const std::set<
TtsEventType
>& desired_event_types() const {
235
std::set<
TtsEventType
> required_event_types_
[
all
...]
tts_message_filter.h
33
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) {
88
void Utterance::OnTtsEvent(
TtsEventType
event_type,
259
TtsEventType
event_type,
386
for (std::set<
TtsEventType
>::const_iterator iter =
tts_android.cc
130
int utterance_id,
TtsEventType
event_type, int char_index) {
tts_message_filter.cc
112
TtsEventType
event_type,
Completed in 180 milliseconds