HomeSort by relevance Sort by last modified time
    Searched refs:m_reportURL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.h 72 void setReportURL(const KURL& url) { m_reportURL = url; }
79 KURL m_reportURL;
XSSAuditorDelegate.cpp 114 if (!m_reportURL.isEmpty())
115 PingLoader::sendViolationReport(m_document->frame(), m_reportURL, generateViolationReport(xssInfo), PingLoader::XSSAuditorViolationReport);

Completed in 39 milliseconds