OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebSpeechSynthesisUtterance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesisUtterance.h
37
class
WebSpeechSynthesisUtterance
{
39
WebSpeechSynthesisUtterance
() { }
40
WebSpeechSynthesisUtterance
(const
WebSpeechSynthesisUtterance
& other) { assign(other); }
41
~
WebSpeechSynthesisUtterance
() { reset(); }
43
WebSpeechSynthesisUtterance
& operator=(const
WebSpeechSynthesisUtterance
& other)
49
BLINK_PLATFORM_EXPORT void assign(const
WebSpeechSynthesisUtterance
&);
65
BLINK_PLATFORM_EXPORT
WebSpeechSynthesisUtterance
(const PassRefPtr<WebCore::PlatformSpeechSynthesisUtterance>&);
66
BLINK_PLATFORM_EXPORT
WebSpeechSynthesisUtterance
& operator=(WebCore::PlatformSpeechSynthesisUtterance*)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesisUtterance.cpp
28
#include "public/platform/
WebSpeechSynthesisUtterance
.h"
38
WebSpeechSynthesisUtterance
::
WebSpeechSynthesisUtterance
(const PassRefPtr<PlatformSpeechSynthesisUtterance>& utterance)
43
WebSpeechSynthesisUtterance
&
WebSpeechSynthesisUtterance
::operator=(WebCore::PlatformSpeechSynthesisUtterance* utterance)
49
void
WebSpeechSynthesisUtterance
::assign(const
WebSpeechSynthesisUtterance
& other)
54
void
WebSpeechSynthesisUtterance
::reset()
59
WebSpeechSynthesisUtterance
::operator PassRefPtr<PlatformSpeechSynthesisUtterance>() const
64
WebSpeechSynthesisUtterance
::operator PlatformSpeechSynthesisUtterance*() cons
[
all
...]
Completed in 387 milliseconds