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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderScrollbar.cpp295 IntRect RenderScrollbar::trackRect(int startLength, int endLength) argument
304 startLength += marginLeft;
306 int totalLength = startLength + endLength;
307 return IntRect(x() + startLength, y(), width() - totalLength, height());
312 startLength += marginTop;
314 int totalLength = startLength + endLength;
316 return IntRect(x(), y() + startLength, width(), height() - totalLength);
H A DRenderScrollbarTheme.cpp88 int startLength; local
90 buttonSizesAlongTrackAxis(scrollbar, startLength, endLength);
92 return toRenderScrollbar(scrollbar)->trackRect(startLength, endLength);
H A DRenderScrollbar.h53 IntRect trackRect(int startLength, int endLength);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGParserUtilities.cpp311 unsigned startLength = 0; local
318 ++startLength;
319 if (startLength > 6)
326 if (2 + startLength < length && *ptr == '-') {
327 if (!startLength)
357 ++startLength;
358 if (startLength > 6)
365 if (!startLength)
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dunistr.h1496 * @param startLength the number of characters to extract
1505 int32_t startLength,
1523 * @param startLength the number of characters to extract
1532 int32_t startLength,
1552 * @param startLength the number of characters to extract
1566 int32_t startLength,
1586 * @param startLength the number of characters to extract
1600 int32_t startLength,
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dunistr.h1437 * @param startLength the number of characters to extract
1446 int32_t startLength,
1464 * @param startLength the number of characters to extract
1473 int32_t startLength,
1493 * @param startLength the number of characters to extract
1507 int32_t startLength,
1527 * @param startLength the number of characters to extract
1541 int32_t startLength,
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dunistr.h1437 * @param startLength the number of characters to extract
1446 int32_t startLength,
1464 * @param startLength the number of characters to extract
1473 int32_t startLength,
1493 * @param startLength the number of characters to extract
1507 int32_t startLength,
1527 * @param startLength the number of characters to extract
1541 int32_t startLength,

Completed in 115 milliseconds