OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlatformSpeechSynthesisUtterance
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.cpp
27
#include "platform/speech/
PlatformSpeechSynthesisUtterance
.h"
31
PassRefPtr<
PlatformSpeechSynthesisUtterance
>
PlatformSpeechSynthesisUtterance
::create(PlatformSpeechSynthesisUtteranceClient* client)
33
return adoptRef(new
PlatformSpeechSynthesisUtterance
(client));
36
PlatformSpeechSynthesisUtterance
::
PlatformSpeechSynthesisUtterance
(PlatformSpeechSynthesisUtteranceClient* client)
PlatformSpeechSynthesisUtterance.h
44
class PLATFORM_EXPORT
PlatformSpeechSynthesisUtterance
: public RefCounted<
PlatformSpeechSynthesisUtterance
> {
46
static PassRefPtr<
PlatformSpeechSynthesisUtterance
> create(PlatformSpeechSynthesisUtteranceClient*);
76
explicit
PlatformSpeechSynthesisUtterance
(PlatformSpeechSynthesisUtteranceClient*);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesisUtterance.cpp
30
#include "platform/speech/
PlatformSpeechSynthesisUtterance
.h"
38
WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(const PassRefPtr<
PlatformSpeechSynthesisUtterance
>& utterance)
43
WebSpeechSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(WebCore::
PlatformSpeechSynthesisUtterance
* utterance)
59
WebSpeechSynthesisUtterance::operator PassRefPtr<
PlatformSpeechSynthesisUtterance
>() const
64
WebSpeechSynthesisUtterance::operator
PlatformSpeechSynthesisUtterance
*() const
Completed in 63 milliseconds