Searched refs:fetchContext (Results 1 – 6 of 6) sorted by relevance
68 …frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubres… in loadImage()69 frame->loader().fetchContext().setFirstPartyForCookies(request); in loadImage()85 …frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubres… in sendLinkAuditPing()86 frame->loader().fetchContext().setFirstPartyForCookies(request); in sendLinkAuditPing()113 …frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubres… in sendViolationReport()114 frame->loader().fetchContext().setFirstPartyForCookies(request); in sendViolationReport()
29 …frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubres… in prepareRequest()30 frame->loader().fetchContext().setFirstPartyForCookies(request); in prepareRequest()
120 FetchContext& fetchContext() const { return *m_fetchContext; } in fetchContext() function
108 …CachePolicy parentCachePolicy = toLocalFrame(parentFrame)->loader().fetchContext().cachePolicy(toL… in cachePolicy()
94 FetchContext& fetchContext() const { return loader().fetchContext(); } in fetchContext() function
265 return frame->fetchContext(); in context()