Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFetchRequest.h61 …void setContentSecurityCheck(ContentSecurityPolicyCheck contentSecurityPolicyOption) { m_options.c… in setContentSecurityCheck() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptLoader.cpp275 request.setContentSecurityCheck(DoNotCheckContentSecurityPolicy); in fetchScript()