HomeSort by relevance Sort by last modified time
    Searched defs:PlatformSpeechSynthesisUtterance (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.cpp 27 #include "platform/speech/PlatformSpeechSynthesisUtterance.h"
31 PlatformSpeechSynthesisUtterance* PlatformSpeechSynthesisUtterance::create(PlatformSpeechSynthesisUtteranceClient* client)
33 return new PlatformSpeechSynthesisUtterance(client);
36 PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtteranceClient* client)
44 void PlatformSpeechSynthesisUtterance::trace(Visitor* visitor)
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesisUtterance.cpp 30 #include "platform/speech/PlatformSpeechSynthesisUtterance.h"
36 WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(PlatformSpeechSynthesisUtterance* utterance)
41 WebSpeechSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(PlatformSpeechSynthesisUtterance* utterance)
57 WebSpeechSynthesisUtterance::operator PlatformSpeechSynthesisUtterance*() const

Completed in 48 milliseconds