Searched defs:allowFormat (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp3929 bool allowFormat = false; local
3939 allowFormat = true;
3947 allowFormat = false;
3951 } else if (allowFormat && uriValue && isValidFormatFunction(val)) {
3953 allowFormat = false;
3962 allowFormat = false;

Completed in 446 milliseconds