Home
last modified time | relevance | path

Searched refs:m_default (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesisVoice.h53 bool isDefault() const { return m_default; } in isDefault()
54 void setIsDefault(bool isDefault) { m_default = isDefault; } in setIsDefault()
64 bool m_default; variable
DPlatformSpeechSynthesisVoice.cpp46 , m_default(isDefault) in PlatformSpeechSynthesisVoice()
52 , m_default(false) in PlatformSpeechSynthesisVoice()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java99 this.m_default = defaultVal; in XSLTAttributeDef()
364 private String m_default; field in XSLTAttributeDef
373 return m_default; in getDefault()
383 m_default = def; in setDefault()