Searched refs:sendViolationReport (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | PingLoader.h | 66 …static void sendViolationReport(Frame*, const KURL& reportURL, PassRefPtr<FormData> report, Violat…
|
D | PingLoader.cpp | 102 void PingLoader::sendViolationReport(Frame* frame, const KURL& reportURL, PassRefPtr<FormData> repo… in sendViolationReport() function in WebCore::PingLoader
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | XSSAuditorDelegate.cpp | 115 …PingLoader::sendViolationReport(m_document->frame(), m_reportURL, generateViolationReport(xssInfo)… in didBlockScript()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | ContentSecurityPolicy.cpp | 1909 …PingLoader::sendViolationReport(frame, reportURIs[i], report, PingLoader::ContentSecurityPolicyVio… in reportViolation()
|