Searched refs:setLang (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesisUtterance.h50 void setLang(const String& lang) { m_platformUtterance->setLang(lang); } function in class:WebCore::SpeechSynthesisUtterance
H A DSpeechRecognition.h56 void setLang(const String& lang) { m_lang = lang; } function in class:WebCore::SpeechRecognition
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformSpeechSynthesisUtterance.h53 void setLang(const String& lang) { m_lang = lang; } function in class:WebCore::PlatformSpeechSynthesisUtterance
H A DPlatformSpeechSynthesisVoice.h49 void setLang(const String& lang) { m_lang = lang; } function in class:WebCore::PlatformSpeechSynthesisVoice
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotification.h92 void setLang(const String& lang) { m_lang = lang; } function in class:WebCore::Notification
H A DNotification.cpp119 notification->setLang(argument);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.h666 virtual HRESULT STDMETHODCALLTYPE setLang(
925 virtual HRESULT STDMETHODCALLTYPE setLang( function in class:DOMHTMLFormElement
926 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
1230 virtual HRESULT STDMETHODCALLTYPE setLang( function in class:DOMHTMLSelectElement
1231 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
1554 virtual HRESULT STDMETHODCALLTYPE setLang( function in class:DOMHTMLOptionElement
1555 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
1852 virtual HRESULT STDMETHODCALLTYPE setLang( function in class:DOMHTMLInputElement
1853 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
2262 virtual HRESULT STDMETHODCALLTYPE setLang( function in class:DOMHTMLTextAreaElement
2587 virtual HRESULT STDMETHODCALLTYPE setLang( function in class:DOMHTMLIFrameElement
[all...]
H A DDOMHTMLClasses.cpp432 HRESULT STDMETHODCALLTYPE DOMHTMLElement::setLang( function in class:DOMHTMLElement
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMHTML.idl250 - (void)setLang:(NSString *)lang;
252 HRESULT setLang([in] BSTR lang);

Completed in 98 milliseconds