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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParser-in.cpp1008 static const unsigned likelyMultipartTransformStringLengthCutoff = 32; local
1009 if (string.length() < shortestValidTransformStringLength || string.length() > likelyMultipartTransformStringLengthCutoff)

Completed in 61 milliseconds