/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
DOMWindowSpeechSynthesis.h | 38 class DOMWindowSpeechSynthesis FINAL : public NoBaseWillBeGarbageCollected<DOMWindowSpeechSynthesis>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty { 39 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowSpeechSynthesis); 40 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowSpeechSynthesis); 43 static DOMWindowSpeechSynthesis& from(LocalDOMWindow&); 48 explicit DOMWindowSpeechSynthesis(LocalDOMWindow&);
|
DOMWindowSpeechSynthesis.cpp | 32 #include "modules/speech/DOMWindowSpeechSynthesis.h" 40 DOMWindowSpeechSynthesis::DOMWindowSpeechSynthesis(LocalDOMWindow& window) 45 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowSpeechSynthesis); 47 const char* DOMWindowSpeechSynthesis::supplementName() 49 return "DOMWindowSpeechSynthesis"; 53 DOMWindowSpeechSynthesis& DOMWindowSpeechSynthesis::from(LocalDOMWindow& window) 55 DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName())) [all...] |
WindowSpeechSynthesis.idl | 27 ImplementedAs=DOMWindowSpeechSynthesis,
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/ |
InternalsSpeechSynthesis.cpp | 36 #include "modules/speech/DOMWindowSpeechSynthesis.h" 46 SpeechSynthesis* synthesis = DOMWindowSpeechSynthesis::speechSynthesis(*document->domWindow());
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.target.darwin-arm.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.darwin-arm64.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.darwin-mips.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.darwin-mips64.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.darwin-x86.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.darwin-x86_64.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.linux-arm.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.linux-arm64.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.linux-mips.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.linux-mips64.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.linux-x86.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |
modules.target.linux-x86_64.mk | 339 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ [all...] |