HomeSort by relevance Sort by last modified time
    Searched refs:PlatformSpeechSynthesisUtteranceClient (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.cpp 31 PlatformSpeechSynthesisUtterance* PlatformSpeechSynthesisUtterance::create(PlatformSpeechSynthesisUtteranceClient* client)
36 PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtteranceClient* client)
PlatformSpeechSynthesisUtterance.h 36 class PlatformSpeechSynthesisUtteranceClient : public GarbageCollectedMixin {
40 virtual ~PlatformSpeechSynthesisUtteranceClient() { }
45 static PlatformSpeechSynthesisUtterance* create(PlatformSpeechSynthesisUtteranceClient*);
71 PlatformSpeechSynthesisUtteranceClient* client() const { return m_client; }
76 explicit PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtteranceClient*);
78 Member<PlatformSpeechSynthesisUtteranceClient> m_client;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.h 39 class SpeechSynthesisUtterance FINAL : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<SpeechSynthesisUtterance>, public PlatformSpeechSynthesisUtteranceClient, public ScriptWrappable, public ContextLifecycleObserver, public EventTargetWithInlineData {

Completed in 4769 milliseconds