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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderScrollbarTheme.cpp89 int endLength; local
90 buttonSizesAlongTrackAxis(scrollbar, startLength, endLength);
92 return toRenderScrollbar(scrollbar)->trackRect(startLength, endLength);
H A DRenderScrollbar.h53 IntRect trackRect(int startLength, int endLength);
H A DRenderScrollbar.cpp295 IntRect RenderScrollbar::trackRect(int startLength, int endLength) argument
305 endLength += marginRight;
306 int totalLength = startLength + endLength;
313 endLength += marginBottom;
314 int totalLength = startLength + endLength;
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGParserUtilities.cpp332 unsigned endLength = 0; local
337 ++endLength;
338 if (endLength > 6)
344 if (!endLength)
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DASCIIFastPath.h125 const size_t endLength = length - ucharsPerLoop + 1; local
126 for (; i < endLength; i += ucharsPerLoop) {

Completed in 78 milliseconds