lang 606 Source/core/accessibility/AXObject.cpp const AtomicString& lang = getAttribute(langAttr); lang 607 Source/core/accessibility/AXObject.cpp if (!lang.isEmpty()) lang 608 Source/core/accessibility/AXObject.cpp return lang; lang 70 Source/core/rendering/RenderQuote.cpp const char* lang; lang 77 Source/core/rendering/RenderQuote.cpp bool operator<(const Language& b) const { return strcmp(lang, b.lang) < 0; } lang 232 Source/core/rendering/RenderQuote.cpp const QuotesData* quotesDataForLanguage(const AtomicString& lang) lang 234 Source/core/rendering/RenderQuote.cpp if (lang.isNull()) lang 239 Source/core/rendering/RenderQuote.cpp CString lowercaseLang = lang.string().lower().utf8(); lang 242 Source/core/rendering/RenderQuote.cpp if (match == languagesEnd || strcmp(match->lang, key.lang)) lang 598 Source/core/xml/XPathFunctions.cpp String lang = arg(0)->evaluate().toString(); lang 618 Source/core/xml/XPathFunctions.cpp if (equalIgnoringCase(langValue, lang)) lang 134 Source/core/xml/XSLTUnicodeSort.cpp Collator collator(comp->has_lang ? (const char*)comp->lang : "en"); lang 74 Source/modules/notifications/Notification.h String lang() const { return m_lang; } lang 109 Source/modules/notifications/Notification.h void setLang(const String& lang) { m_lang = lang; } lang 56 Source/modules/speech/SpeechRecognition.h String lang() { return m_lang; } lang 57 Source/modules/speech/SpeechRecognition.h void setLang(const String& lang) { m_lang = lang; } lang 39 Source/modules/speech/SpeechRecognitionClient.h virtual void start(SpeechRecognition*, const SpeechGrammarList*, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) = 0; lang 39 Source/modules/speech/SpeechRecognitionController.h void start(SpeechRecognition* recognition, const SpeechGrammarList* grammars, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) lang 41 Source/modules/speech/SpeechRecognitionController.h m_client->start(recognition, grammars, lang, continuous, interimResults, maxAlternatives); lang 50 Source/modules/speech/SpeechSynthesisUtterance.h const String& lang() const { return m_platformUtterance->lang(); } lang 51 Source/modules/speech/SpeechSynthesisUtterance.h void setLang(const String& lang) { m_platformUtterance->setLang(lang); } lang 44 Source/modules/speech/SpeechSynthesisVoice.h const String& lang() const { return m_platformVoice->lang(); } lang 76 Source/platform/exported/WebSpeechSynthesisUtterance.cpp return m_private->lang(); lang 51 Source/platform/speech/PlatformSpeechSynthesisUtterance.h const String& lang() const { return m_lang; } lang 52 Source/platform/speech/PlatformSpeechSynthesisUtterance.h void setLang(const String& lang) { m_lang = lang; } lang 31 Source/platform/speech/PlatformSpeechSynthesisVoice.cpp PassRefPtr<PlatformSpeechSynthesisVoice> PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) lang 33 Source/platform/speech/PlatformSpeechSynthesisVoice.cpp return adoptRef(new PlatformSpeechSynthesisVoice(voiceURI, name, lang, localService, isDefault)); lang 41 Source/platform/speech/PlatformSpeechSynthesisVoice.cpp PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) lang 44 Source/platform/speech/PlatformSpeechSynthesisVoice.cpp , m_lang(lang) lang 38 Source/platform/speech/PlatformSpeechSynthesisVoice.h static PassRefPtr<PlatformSpeechSynthesisVoice> create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault); lang 47 Source/platform/speech/PlatformSpeechSynthesisVoice.h const String& lang() const { return m_lang; } lang 48 Source/platform/speech/PlatformSpeechSynthesisVoice.h void setLang(const String& lang) { m_lang = lang; } lang 57 Source/platform/speech/PlatformSpeechSynthesisVoice.h PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault); lang 57 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::start(SpeechRecognition* recognition, const SpeechGrammarList* grammarList, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) lang 63 Source/web/SpeechRecognitionClientProxy.cpp WebSpeechRecognitionParams params(webSpeechGrammars, lang, continuous, interimResults, maxAlternatives, WebSecurityOrigin(recognition->executionContext()->securityOrigin())); lang 49 Source/web/SpeechRecognitionClientProxy.h virtual void start(WebCore::SpeechRecognition*, const WebCore::SpeechGrammarList*, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) OVERRIDE; lang 77 Source/web/WebNotification.cpp return m_private->lang(); lang 668 Source/wtf/text/StringImpl.cpp static bool inline localeIdMatchesLang(const AtomicString& localeId, const char* lang) lang 670 Source/wtf/text/StringImpl.cpp if (equalIgnoringCase(localeId, lang)) lang 675 Source/wtf/text/StringImpl.cpp size_t langLength = strlen(lang); lang 677 Source/wtf/text/StringImpl.cpp strncpy(localeIdPrefix, lang, langLength); lang 54 public/platform/WebSpeechSynthesisUtterance.h BLINK_PLATFORM_EXPORT WebString lang() const; lang 73 public/web/WebNotification.h BLINK_EXPORT WebString lang() const;