OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportURL
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp
105
void PingLoader::sendViolationReport(Frame* frame, const KURL&
reportURL
, PassRefPtr<FormData> report, ViolationReportType type)
107
ResourceRequest request(
reportURL
);
114
String referrer = SecurityPolicy::generateReferrerHeader(frame->document()->referrerPolicy(),
reportURL
, frame->loader()->outgoingReferrer());
117
OwnPtr<PingLoader> pingLoader = adoptPtr(new PingLoader(frame, request, SecurityOrigin::create(
reportURL
)->isSameSchemeHostPort(frame->document()->securityOrigin()) ? AllowStoredCredentials : DoNotAllowStoredCredentials));
PingLoader.h
66
static void sendViolationReport(Frame*, const KURL&
reportURL
, PassRefPtr<FormData> report, ViolationReportType);
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
HTTPParsers.h
73
ContentSecurityPolicy::ReflectedXSSDisposition parseXSSProtectionHeader(const String& header, String& failureReason, unsigned& failurePosition, String&
reportURL
);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp
274
String
reportURL
;
278
ContentSecurityPolicy::ReflectedXSSDisposition xssProtectionHeader = parseXSSProtectionHeader(headerValue, errorDetails, errorPosition,
reportURL
);
280
if ((xssProtectionHeader == ContentSecurityPolicy::FilterReflectedXSS || xssProtectionHeader == ContentSecurityPolicy::BlockReflectedXSS) && !
reportURL
.isEmpty()) {
281
xssProtectionReportURL = document->completeURL(
reportURL
);
/external/chromium_org/chrome_frame/test/data/
chrome_frame_tester_helpers.js
43
var
reportURL
= "/writefile/";
57
xhr.open("POST",
reportURL
+ name, true);
Completed in 83 milliseconds