Searched refs:isFirstSourceInList (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DContentSecurityPolicy.cpp204 bool isFirstSourceInList = true; local
210 if (isFirstSourceInList && equalIgnoringCase("'none'", beginSource, position - beginSource))
212 isFirstSourceInList = false;

Completed in 36 milliseconds