Home
last modified time | relevance | path

Searched refs:SpeechBoundary (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesizer.h36 enum SpeechBoundary { enum
52 …virtual void boundaryEventOccurred(PlatformSpeechSynthesisUtterance*, SpeechBoundary, unsigned cha…
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesis.h79 …virtual void boundaryEventOccurred(PlatformSpeechSynthesisUtterance*, SpeechBoundary, unsigned cha…
DSpeechSynthesis.cpp174 …::boundaryEventOccurred(PlatformSpeechSynthesisUtterance* utterance, SpeechBoundary boundary, unsi… in boundaryEventOccurred()