Home
last modified time | relevance | path

Searched refs:processedLength (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSParser.cpp4088 int processedLength = 0; in checkForValidDouble() local
4092 processedLength = i; in checkForValidDouble()
4103 if (decimalMarkSeen && processedLength == 1) in checkForValidDouble()
4106 return processedLength; in checkForValidDouble()