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

  /external/webkit/WebCore/rendering/
RenderScrollbarTheme.cpp 87 int startLength;
89 buttonSizesAlongTrackAxis(scrollbar, startLength, endLength);
91 return toRenderScrollbar(scrollbar)->trackRect(startLength, endLength);
  /external/webkit/WebCore/svg/
SVGFontElement.cpp 111 unsigned startLength = 0;
115 if (++startLength > 6)
121 if (2 + startLength < length && characters[2 + startLength] == '-') {
122 if (!startLength)
128 for (unsigned i = 2 + startLength + 1; i < length; ++i) {
141 return 2 + startLength + 1 + endLength;
146 for (unsigned i = 2 + startLength; i < length; ++i) {
149 if (++startLength > 6)
155 if (!startLength)
    [all...]

Completed in 53 milliseconds