Home
last modified time | relevance | path

Searched refs:reportURL (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DPingLoader.cpp106 void PingLoader::sendViolationReport(LocalFrame* frame, const KURL& reportURL, PassRefPtr<FormData>… in sendViolationReport() argument
108 ResourceRequest request(reportURL); in sendViolationReport()
118 …PingLoader::start(frame, request, initiatorInfo, SecurityOrigin::create(reportURL)->isSameSchemeHo… in sendViolationReport()
DPingLoader.h74 …static void sendViolationReport(LocalFrame*, const KURL& reportURL, PassRefPtr<FormData> report, V…
/external/chromium_org/third_party/WebKit/Source/platform/network/
DHTTPParsers.h99 …nHeader(const String& header, String& failureReason, unsigned& failurePosition, String& reportURL);
DHTTPParsers.cpp355 …onHeader(const String& header, String& failureReason, unsigned& failurePosition, String& reportURL) in parseXSSProtectionHeader() argument
434 reportURL = header.substring(startPos, pos - startPos); in parseXSSProtectionHeader()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DXSSAuditor.cpp329 String reportURL; in init() local
333 …ssProtectionHeader = parseXSSProtectionHeader(headerValue, errorDetails, errorPosition, reportURL); in init()
335 …eader == FilterReflectedXSS || xssProtectionHeader == BlockReflectedXSS) && !reportURL.isEmpty()) { in init()
336 xssProtectionReportURL = document->completeURL(reportURL); in init()