OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformSpeechSynthesizerClient
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h
48
class
PlatformSpeechSynthesizerClient
{
58
virtual ~
PlatformSpeechSynthesizerClient
() { }
64
static PassOwnPtr<PlatformSpeechSynthesizer> create(
PlatformSpeechSynthesizerClient
*);
74
PlatformSpeechSynthesizerClient
* client() const { return m_speechSynthesizerClient; }
80
explicit PlatformSpeechSynthesizer(
PlatformSpeechSynthesizerClient
*);
84
PlatformSpeechSynthesizerClient
* m_speechSynthesizerClient;
PlatformSpeechSynthesizer.cpp
39
PassOwnPtr<PlatformSpeechSynthesizer> PlatformSpeechSynthesizer::create(
PlatformSpeechSynthesizerClient
* client)
46
PlatformSpeechSynthesizer::PlatformSpeechSynthesizer(
PlatformSpeechSynthesizerClient
* client)
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.h
37
static PassOwnPtr<PlatformSpeechSynthesizerMock> create(
PlatformSpeechSynthesizerClient
*);
46
explicit PlatformSpeechSynthesizerMock(
PlatformSpeechSynthesizerClient
*);
PlatformSpeechSynthesizerMock.cpp
34
PassOwnPtr<PlatformSpeechSynthesizerMock> PlatformSpeechSynthesizerMock::create(
PlatformSpeechSynthesizerClient
* client)
42
PlatformSpeechSynthesizerMock::PlatformSpeechSynthesizerMock(
PlatformSpeechSynthesizerClient
* client)
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.h
39
class
PlatformSpeechSynthesizerClient
;
43
explicit WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer*,
PlatformSpeechSynthesizerClient
*);
57
PlatformSpeechSynthesizerClient
* m_client;
WebSpeechSynthesizerClientImpl.cpp
33
WebSpeechSynthesizerClientImpl::WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer* synthesizer,
PlatformSpeechSynthesizerClient
* client)
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h
44
class
PlatformSpeechSynthesizerClient
;
47
class SpeechSynthesis : public
PlatformSpeechSynthesizerClient
, public ScriptWrappable, public RefCounted<SpeechSynthesis>, public ContextLifecycleObserver, public EventTargetWithInlineData {
73
//
PlatformSpeechSynthesizerClient
override methods.
Completed in 190 milliseconds