Home | History | Annotate | Download | only in front-end

Lines Matching refs:totalLength

342     _getUnusedTotalRatioMessage: function(unusedLength, totalLength)
344 var pctUnused = Math.round(unusedLength / totalLength * 100);
356 var totalLength = 0;
362 if (type === "totalLength") {
363 totalLength = evalResult[i++];
389 var totalUnusedPercent = totalUnusedLength / totalLength;
390 topMessage.value = self._getUnusedTotalRatioMessage(totalUnusedLength, totalLength);
437 styleSheetToUnusedRules.push("totalLength");