Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.h72 void parseReflectedXSS(const String& name, const String& value);
DCSPDirectiveList.cpp527 void CSPDirectiveList::parseReflectedXSS(const String& name, const String& value) in parseReflectedXSS() function in WebCore::CSPDirectiveList
668 parseReflectedXSS(name, value); in addDirective()