HomeSort by relevance Sort by last modified time
    Searched refs:m_lang (Results 1 - 11 of 11) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionScript.java 43 private String m_lang = null; field in class:ElemExtensionScript
53 m_lang = v;
64 return m_lang;
ElemExtensionCall.java 48 String m_lang; field in class:ElemExtensionCall
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLangSpace.h 33 const AtomicString& xmllang() const { return m_lang; }
44 AtomicString m_lang; member in class:WebCore::SVGLangSpace
SVGLangSpace.cpp 31 m_lang = xmlLang;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformSpeechSynthesisVoice.h 46 const String& lang() const { return m_lang; }
47 void setLang(const String& lang) { m_lang = lang; }
61 String m_lang; member in class:WebCore::PlatformSpeechSynthesisVoice
PlatformSpeechSynthesisUtterance.h 50 const String& lang() const { return m_lang; }
51 void setLang(const String& lang) { m_lang = lang; }
79 String m_lang; member in class:WebCore::PlatformSpeechSynthesisUtterance
PlatformSpeechSynthesisVoice.cpp 44 , m_lang(lang)
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.h 55 String lang() { return m_lang; }
56 void setLang(const String& lang) { m_lang = lang; }
117 String m_lang; member in class:WebCore::SpeechRecognition
SpeechRecognition.cpp 57 m_controller->start(this, m_grammars.get(), m_lang, m_continuous, m_interimResults, m_maxAlternatives);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 91 String lang() const { return m_lang; }
92 void setLang(const String& lang) { m_lang = lang; }
172 String m_lang; member in class:WebCore::Notification
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 323 milliseconds