Home
last modified time | relevance | path

Searched refs:isReportOnly (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.h63 bool isReportOnly() const { return m_reportOnly; } in isReportOnly() function
DCSPDirectiveList.cpp38 if (directives->isReportOnly() && directives->reportURIs().isEmpty()) in create()