Searched defs:PlatformSpeechSynthesisUtterance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesisUtterance.cpp27 #include "platform/speech/PlatformSpeechSynthesisUtterance.h"
31 PlatformSpeechSynthesisUtterance* PlatformSpeechSynthesisUtterance::create(PlatformSpeechSynthesisUtteranceClient* client)
33 return new PlatformSpeechSynthesisUtterance(client);
36 PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtteranceClient* client) function in class:blink::PlatformSpeechSynthesisUtterance
44 void PlatformSpeechSynthesisUtterance::trace(Visitor* visitor)
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebSpeechSynthesisUtterance.cpp30 #include "platform/speech/PlatformSpeechSynthesisUtterance.h"
36 WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(PlatformSpeechSynthesisUtterance* utterance)
41 WebSpeechSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(PlatformSpeechSynthesisUtterance* utterance)
57 WebSpeechSynthesisUtterance::operator PlatformSpeechSynthesisUtterance*() const

Completed in 195 milliseconds