Searched refs:reportURL (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | PingLoader.cpp | 106 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()
|
D | PingLoader.h | 74 …static void sendViolationReport(LocalFrame*, const KURL& reportURL, PassRefPtr<FormData> report, V…
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
D | HTTPParsers.h | 99 …nHeader(const String& header, String& failureReason, unsigned& failurePosition, String& reportURL);
|
D | HTTPParsers.cpp | 355 …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/ |
D | XSSAuditor.cpp | 329 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()
|