Home
last modified time | relevance | path

Searched refs:aLabelValue (Results 1 – 2 of 2) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/public/
H A DnsIMsgSearchTerm.idl54 boolean matchLabel(in nsMsgLabelValue aLabelValue);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/src/
H A DnsMsgSearchTerm.cpp1318 nsresult nsMsgSearchTerm::MatchLabel(nsMsgLabelValue aLabelValue, in MatchLabel() argument
1326 if (m_value.u.label == aLabelValue) result = true; in MatchLabel()
1329 if (m_value.u.label != aLabelValue) result = true; in MatchLabel()