Home
last modified time | relevance | path

Searched defs:ResourceLoaderOptions (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_loader_options.h76 struct PLATFORM_EXPORT ResourceLoaderOptions { struct
89 FetchInitiatorInfo initiator_info;
91 DataBufferingPolicy data_buffering_policy;
94 RequestInitiatorContext request_initiator_context;
95 SynchronousPolicy synchronous_policy;
100 String content_security_policy_nonce;
101 IntegrityMetadataSet integrity_metadata;
102 ParserDisposition parser_disposition;
107 scoped_refptr<const DOMWrapperWorld> world_for_csp;
114 url_loader_factory;
[all …]
H A Dfetch_context.cc48 ResourceLoaderOptions&, in PrepareRequest() argument
59 const ResourceLoaderOptions&) {} in PopulateResourceRequest()
H A Dresource_loader_options.cc39 ResourceLoaderOptions::ResourceLoaderOptions( in ResourceLoaderOptions() function in blink::ResourceLoaderOptions
H A Dfetch_context.h117 const ResourceLoaderOptions&, in CanRequest()
127 const ResourceLoaderOptions&, in CheckCSPForRequest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_loader_options.h82 struct PLATFORM_EXPORT ResourceLoaderOptions { struct
95 FetchInitiatorInfo initiator_info;
97 DataBufferingPolicy data_buffering_policy;
100 RequestInitiatorContext request_initiator_context;
101 SynchronousPolicy synchronous_policy;
109 bool cors_flag;
114 String content_security_policy_nonce;
115 IntegrityMetadataSet integrity_metadata;
116 ParserDisposition parser_disposition;
117 CacheAwareLoadingEnabled cache_aware_loading_enabled;
[all …]
H A Dfetch_context.h114 const ResourceLoaderOptions&, in CanRequest()
122 const ResourceLoaderOptions&, in CheckCSPForRequest()
H A Dresource_loader_options.cc37 ResourceLoaderOptions::ResourceLoaderOptions() in ResourceLoaderOptions() function in blink::ResourceLoaderOptions
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/testing/
H A Dmock_fetch_context.h41 const ResourceLoaderOptions&, in CanRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/testing/
H A Dmock_fetch_context.h48 const ResourceLoaderOptions&, in CanRequest()