OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformSpeechSynthesizer
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.cpp
27
#include "platform/speech/
PlatformSpeechSynthesizer
.h"
39
PassOwnPtr<
PlatformSpeechSynthesizer
>
PlatformSpeechSynthesizer
::create(PlatformSpeechSynthesizerClient* client)
41
OwnPtr<
PlatformSpeechSynthesizer
> synthesizer = adoptPtr(new
PlatformSpeechSynthesizer
(client));
46
PlatformSpeechSynthesizer
::
PlatformSpeechSynthesizer
(PlatformSpeechSynthesizerClient* client)
53
PlatformSpeechSynthesizer
::~
PlatformSpeechSynthesizer
()
57
void
PlatformSpeechSynthesizer
::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance
[
all
...]
PlatformSpeechSynthesizer.h
61
class PLATFORM_EXPORT
PlatformSpeechSynthesizer
{
62
WTF_MAKE_NONCOPYABLE(
PlatformSpeechSynthesizer
);
64
static PassOwnPtr<
PlatformSpeechSynthesizer
> create(PlatformSpeechSynthesizerClient*);
66
virtual ~
PlatformSpeechSynthesizer
();
80
explicit
PlatformSpeechSynthesizer
(PlatformSpeechSynthesizerClient*);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.h
29
#include "platform/speech/
PlatformSpeechSynthesizer
.h"
38
class
PlatformSpeechSynthesizer
;
43
explicit WebSpeechSynthesizerClientImpl(
PlatformSpeechSynthesizer
*, PlatformSpeechSynthesizerClient*);
56
PlatformSpeechSynthesizer
* m_synthesizer;
WebSpeechSynthesizerClientImpl.cpp
33
WebSpeechSynthesizerClientImpl::WebSpeechSynthesizerClientImpl(
PlatformSpeechSynthesizer
* synthesizer, PlatformSpeechSynthesizerClient* client)
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.h
30
#include "platform/speech/
PlatformSpeechSynthesizer
.h"
35
class PlatformSpeechSynthesizerMock : public
PlatformSpeechSynthesizer
{
PlatformSpeechSynthesizerMock.cpp
43
:
PlatformSpeechSynthesizer
(client)
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h
35
#include "platform/speech/
PlatformSpeechSynthesizer
.h"
64
void setPlatformSynthesizer(PassOwnPtr<
PlatformSpeechSynthesizer
>);
89
OwnPtr<
PlatformSpeechSynthesizer
> m_platformSpeechSynthesizer;
SpeechSynthesis.cpp
44
, m_platformSpeechSynthesizer(
PlatformSpeechSynthesizer
::create(this))
50
void SpeechSynthesis::setPlatformSynthesizer(PassOwnPtr<
PlatformSpeechSynthesizer
> synthesizer)
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
376
third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
375
third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
375
third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
376
third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
375
third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
375
third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer
.cpp \
[
all
...]
Completed in 180 milliseconds