HomeSort by relevance Sort by last modified time
    Searched refs:startLength (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 299 IntRect RenderScrollbar::trackRect(int startLength, int endLength)
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);
RenderScrollbarTheme.cpp 89 int startLength;
91 buttonSizesAlongTrackAxis(scrollbar, startLength, endLength);
93 return toRenderScrollbar(scrollbar)->trackRect(startLength, endLength);
RenderScrollbar.h 55 IntRect trackRect(int startLength, int endLength);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 305 unsigned startLength = 0;
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/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 478 milliseconds