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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditor.cpp196 bool commaSeen = false; local
201 || ((currentChar == '/' || currentChar == '\\') && (commaSeen || ++slashCount > 2))
202 || (currentChar == '<' && commaSeen)) {
207 commaSeen = true;

Completed in 143 milliseconds