Searched refs:endLength (Results 1 – 7 of 7) sorted by relevance
89 int endLength; in trackRect() local90 buttonSizesAlongTrackAxis(scrollbar, startLength, endLength); in trackRect()92 return toRenderScrollbar(scrollbar)->trackRect(startLength, endLength); in trackRect()
307 IntRect RenderScrollbar::trackRect(int startLength, int endLength) in trackRect() argument317 endLength += marginRight; in trackRect()318 int totalLength = startLength + endLength; in trackRect()325 endLength += marginBottom; in trackRect()326 int totalLength = startLength + endLength; in trackRect()
55 IntRect trackRect(int startLength, int endLength);
120 const size_t endLength = length - ucharsPerLoop + 1;121 for (; i < endLength; i += ucharsPerLoop) {
383 unsigned endLength = 0; in parseUnicodeRange() local388 ++endLength; in parseUnicodeRange()389 if (endLength > 6) in parseUnicodeRange()395 if (!endLength) in parseUnicodeRange()
914 endLength = macLength + totalPaddingLength915 if endLength > len(bytes):919 startIndex = len(bytes) - endLength925 bytes = bytes[:-endLength]
396 char* endLength = NULL; in readSymDB() local455 lengthNum = strtoul(length, &endLength, 16); in readSymDB()456 if(0 == errno && endLength != length) in readSymDB()