Home
last modified time | relevance | path

Searched refs:is_cors_enabled (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/common/
Dscheme_registrar_impl.cc43 const bool is_cors_enabled = options & CEF_SCHEME_OPTION_CORS_ENABLED; in AddCustomScheme() local
55 if (is_cors_enabled) in AddCustomScheme()
62 is_secure, is_cors_enabled, is_csp_bypassing, is_fetch_enabled}; in AddCustomScheme()
/third_party/cef/libcef/common/net/
Dscheme_info.h43 bool is_cors_enabled; member
Dscheme_registration.cc48 if (internal_schemes[i].is_cors_enabled) in AddInternalSchemes()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch8312 + regScheme.is_cors_enabled = true;
8318 + << " is_cors:"<< regScheme.is_cors_enabled << " is_fetch:" << regScheme.is_fet…