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

  /external/webkit/WebCore/platform/
Scrollbar.cpp 270 int thumbLen = theme()->thumbLength(this);
272 int maxPos = trackLen - thumbLen;
279 setCurrentPos(static_cast<float>(thumbPos + delta) * maximum() / (trackLen - thumbLen));
393 int thumbLen = theme()->thumbLength(this);
397 m_pressedPos = theme()->trackPosition(this) + theme()->thumbPosition(this) + thumbLen / 2;
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 246 unsigned int thumbLen, exifLen;
250 ret = encodeThumbImg(&thumbLen);
256 bufSize = EXIF_FILE_SIZE + thumbLen;

Completed in 239 milliseconds