Home
last modified time | relevance | path

Searched defs:WARN_IF_FILE_IS_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/quota/
H A DQuotaCommon.h95 # define WARN_IF_FILE_IS_UNKNOWN(_file) \ macro
98 # define WARN_IF_FILE_IS_UNKNOWN(_file) Result<bool, nsresult>(false) macro
/dports/www/firefox/firefox-99.0/dom/quota/
H A DQuotaCommon.h91 # define WARN_IF_FILE_IS_UNKNOWN(_file) \ macro
94 # define WARN_IF_FILE_IS_UNKNOWN(_file) Result<bool, nsresult>(false) macro
/dports/mail/thunderbird/thunderbird-91.8.0/dom/quota/
H A DQuotaCommon.h95 # define WARN_IF_FILE_IS_UNKNOWN(_file) \ macro
98 # define WARN_IF_FILE_IS_UNKNOWN(_file) Result<bool, nsresult>(false) macro