Searched defs:startLength (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.cpp89 int startLength; local
91 buttonSizesAlongTrackAxis(scrollbar, startLength, endLength);
93 return toRenderScrollbar(scrollbar)->trackRect(startLength, endLength);
H A DRenderScrollbar.cpp299 IntRect RenderScrollbar::trackRect(int startLength, int endLength) argument
308 startLength += marginLeft;
310 int totalLength = startLength + endLength;
311 return IntRect(x() + startLength, y(), width() - totalLength, height());
316 startLength += marginTop;
318 int totalLength = startLength + endLength;
320 return IntRect(x(), y() + startLength, width(), height() - totalLength);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.cpp305 unsigned startLength = 0; local
312 ++startLength;
313 if (startLength > 6)
320 if (2 + startLength < length && *ptr == '-') {
321 if (!startLength)
351 ++startLength;
352 if (startLength > 6)
359 if (!startLength)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 100 milliseconds