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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis.cpp 32 #include "modules/speech/DOMWindowSpeechSynthesis.h"
39 DOMWindowSpeechSynthesis::DOMWindowSpeechSynthesis(DOMWindow* window)
44 DOMWindowSpeechSynthesis::~DOMWindowSpeechSynthesis()
48 const char* DOMWindowSpeechSynthesis::supplementName()
50 return "DOMWindowSpeechSynthesis";
54 DOMWindowSpeechSynthesis* DOMWindowSpeechSynthesis::from(DOMWindow* window)
56 DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(Supplement<DOMWindow>::from(window, supplemen (…)
    [all...]
DOMWindowSpeechSynthesis.h 37 class DOMWindowSpeechSynthesis : public Supplement<DOMWindow>, public DOMWindowProperty {
39 virtual ~DOMWindowSpeechSynthesis();
42 static DOMWindowSpeechSynthesis* from(DOMWindow*);
45 explicit DOMWindowSpeechSynthesis(DOMWindow*);
WindowSpeechSynthesis.idl 28 ImplementedAs=DOMWindowSpeechSynthesis
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 164 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \
modules.target.darwin-mips.mk 164 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \
modules.target.darwin-x86.mk 164 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \
modules.target.linux-arm.mk 164 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \
modules.target.linux-mips.mk 164 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \
modules.target.linux-x86.mk 164 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 119 #include "modules/speech/DOMWindowSpeechSynthesis.h"
764 SpeechSynthesis* synthesis = DOMWindowSpeechSynthesis::speechSynthesis(document->domWindow());
    [all...]

Completed in 339 milliseconds