Home | History | Annotate | Download | only in page

Lines Matching refs:equalIgnoringCase

132     return (equalIgnoringCase(name, connectSrc)
133 || equalIgnoringCase(name, defaultSrc)
134 || equalIgnoringCase(name, fontSrc)
135 || equalIgnoringCase(name, frameSrc)
136 || equalIgnoringCase(name, imgSrc)
137 || equalIgnoringCase(name, mediaSrc)
138 || equalIgnoringCase(name, objectSrc)
139 || equalIgnoringCase(name, reportURI)
140 || equalIgnoringCase(name, sandbox)
141 || equalIgnoringCase(name, scriptSrc)
142 || equalIgnoringCase(name, styleSrc)
143 || equalIgnoringCase(name, baseURI)
144 || equalIgnoringCase(name, formAction)
145 || equalIgnoringCase(name, pluginTypes)
146 || equalIgnoringCase(name, reflectedXSS)
206 if (!equalIgnoringCase("'none'", begin, position - begin))
243 if (equalIgnoringCase("http", protectedResourceScheme))
245 return equalIgnoringCase(url.protocol(), protectedResourceScheme);
247 return equalIgnoringCase(url.protocol(), m_scheme);
253 if (equalIgnoringCase(host, m_host))
411 if (equalIgnoringCase("'none'", begin, end - begin))
419 if (equalIgnoringCase("'self'", begin, end - begin)) {
424 if (equalIgnoringCase("'unsafe-inline'", begin, end - begin)) {
429 if (equalIgnoringCase("'unsafe-eval'", begin, end - begin)) {
526 if (!equalIgnoringCase(noncePrefix.characters8(), begin, noncePrefix.length()))
1343 if (equalIgnoringCase("allow", begin, position - begin))
1345 else if (equalIgnoringCase("filter", begin, position - begin))
1347 else if (equalIgnoringCase("block", begin, position - begin))
1369 if (equalIgnoringCase(name, defaultSrc))
1371 else if (equalIgnoringCase(name, scriptSrc))
1373 else if (equalIgnoringCase(name, objectSrc))
1375 else if (equalIgnoringCase(name, frameSrc))
1377 else if (equalIgnoringCase(name, imgSrc))
1379 else if (equalIgnoringCase(name, styleSrc))
1381 else if (equalIgnoringCase(name, fontSrc))
1383 else if (equalIgnoringCase(name, mediaSrc))
1385 else if (equalIgnoringCase(name, connectSrc))
1387 else if (equalIgnoringCase(name, sandbox))
1389 else if (equalIgnoringCase(name, reportURI))
1392 if (equalIgnoringCase(name, baseURI))
1394 else if (equalIgnoringCase(name, formAction))
1396 else if (equalIgnoringCase(name, pluginTypes))
1398 else if (equalIgnoringCase(name, reflectedXSS))
1800 if (equalIgnoringCase(name, allow))
1802 else if (equalIgnoringCase(name, options))
1804 else if (equalIgnoringCase(name, policyURI))
1868 if (equalIgnoringCase(source, "'none'"))