OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
40
DOMWindowSpeechSynthesis
::
DOMWindowSpeechSynthesis
(DOMWindow* window)
45
DOMWindowSpeechSynthesis
::~
DOMWindowSpeechSynthesis
()
49
const char*
DOMWindowSpeechSynthesis
::supplementName()
51
return "
DOMWindowSpeechSynthesis
";
55
DOMWindowSpeechSynthesis
*
DOMWindowSpeechSynthesis
::from(DOMWindow* window)
57
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/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
178
third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis
.cpp \
modules.target.darwin-mips.mk
178
third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis
.cpp \
modules.target.darwin-x86.mk
178
third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis
.cpp \
modules.target.linux-arm.mk
178
third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis
.cpp \
modules.target.linux-mips.mk
178
third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis
.cpp \
modules.target.linux-x86.mk
178
third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis
.cpp \
Completed in 48 milliseconds