Home
last modified time | relevance | path

Searched refs:nsIMsgSearchValidityTable (Results 1 – 6 of 6) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/public/
H A DnsMsgSearchAdapter.h194 nsCOMPtr<nsIMsgSearchValidityTable> m_offlineMailTable;
195 nsCOMPtr<nsIMsgSearchValidityTable> m_offlineMailFilterTable;
196 nsCOMPtr<nsIMsgSearchValidityTable> m_onlineMailTable;
197 nsCOMPtr<nsIMsgSearchValidityTable> m_onlineMailFilterTable;
206 nsCOMPtr<nsIMsgSearchValidityTable>
208 nsCOMPtr<nsIMsgSearchValidityTable> m_ldapTable;
209 nsCOMPtr<nsIMsgSearchValidityTable> m_ldapAndTable;
210 nsCOMPtr<nsIMsgSearchValidityTable> m_localABTable;
211 nsCOMPtr<nsIMsgSearchValidityTable> m_localABAndTable;
212 nsCOMPtr<nsIMsgSearchValidityTable> m_newsFilterTable;
[all …]
H A DnsIMsgSearchValidityManager.idl7 #include "nsIMsgSearchValidityTable.idl"
13 nsIMsgSearchValidityTable getTable(in nsMsgSearchValidityScope scope);
H A Dmoz.build21 "nsIMsgSearchValidityTable.idl",
H A DnsIMsgSearchValidityTable.idl10 interface nsIMsgSearchValidityTable : nsISupports {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/src/
H A DnsMsgSearchAdapter.cpp695 NS_IMPL_ISUPPORTS(nsMsgSearchValidityTable, nsIMsgSearchValidityTable) in NS_IMPL_ISUPPORTS() argument
768 int whichTable, nsIMsgSearchValidityTable** ppOutTable) { in NS_IMPL_ISUPPORTS()
933 nsIMsgSearchValidityTable** aTable) { in NewTable()
940 nsIMsgSearchValidityTable* aTable, const char* customHeaders) { in SetOtherHeadersInTable()
986 nsIMsgSearchValidityTable* table, nsMsgSearchAttribValue aSearchAttrib) { in EnableDirectoryAttribute()
1051 nsIMsgSearchValidityTable* aTable, bool isOrTable) { in SetUpABTable()
H A DnsMsgLocalSearch.cpp772 nsresult SetJunk(nsIMsgSearchValidityTable *aTable) { in SetJunk()
799 nsresult SetBody(nsIMsgSearchValidityTable* aTable) { in SetBody()
815 nsresult SetLocalNews(nsIMsgSearchValidityTable* aTable) { in SetLocalNews()