OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_voice
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.cpp
61
return
m_voice
.get();
68
m_voice
= voice;
SpeechSynthesisUtterance.h
82
RefPtr<SpeechSynthesisVoice>
m_voice
;
member in class:WebCore::SpeechSynthesisUtterance
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h
54
PlatformSpeechSynthesisVoice* voice() const { return
m_voice
.get(); }
55
void setVoice(PlatformSpeechSynthesisVoice* voice) {
m_voice
= voice; }
81
RefPtr<PlatformSpeechSynthesisVoice>
m_voice
;
member in class:WebCore::PlatformSpeechSynthesisUtterance
Completed in 37 milliseconds