OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onsentenceboundary
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/
tts_dispatcher.h
58
void
OnSentenceBoundary
(int utterance_id, int char_index);
tts_dispatcher.cc
44
IPC_MESSAGE_HANDLER(TtsMsg_SentenceBoundary,
OnSentenceBoundary
)
156
void TtsDispatcher::
OnSentenceBoundary
(int utterance_id, int char_index) {
Completed in 39 milliseconds