Home
last modified time | relevance | path

Searched defs:CORSMode (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DCORSMode.h14 enum CORSMode : uint8_t { enum
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DCORSMode.h14 enum CORSMode : uint8_t { enum
/dports/www/firefox/firefox-99.0/dom/base/
H A DCORSMode.h14 enum CORSMode : uint8_t { enum
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DCORSMode.h14 enum CORSMode : uint8_t { enum
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DCORSMode.h14 enum CORSMode : uint8_t { enum
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DCORSMode.h12 enum CORSMode : uint8_t { enum
/dports/www/firefox/firefox-99.0/js/loader/
H A DScriptLoadRequest.h284 mozilla::CORSMode CORSMode() const { return mFetchOptions->mCORSMode; } in CORSMode() function
/dports/www/firefox-esr/firefox-91.8.0/dom/script/
H A DScriptLoadRequest.h235 mozilla::CORSMode CORSMode() const { return mFetchOptions->mCORSMode; } in CORSMode() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/script/
H A DScriptLoadRequest.h235 mozilla::CORSMode CORSMode() const { return mFetchOptions->mCORSMode; } in CORSMode() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/script/
H A DScriptLoadRequest.h246 mozilla::CORSMode CORSMode() const { return mFetchOptions->mCORSMode; } in CORSMode() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs6744 pub type CORSMode = u8; typedef