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

  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeSafari.cpp 74 static int cThumbMinLength[] = { 26, 20 };
118 scrollbar->height()) >= 2 * cButtonInset[scrollbar->controlSize()] + cThumbMinLength[scrollbar->controlSize()] + 1;
198 return cThumbMinLength[scrollbar->controlSize()];
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 117 static int cThumbMinLength[] = { 26, 20 };
211 scrollbar->height()) >= 2 * cButtonInset[scrollbar->controlSize()] + cThumbMinLength[scrollbar->controlSize()] + 1;
343 return cThumbMinLength[scrollbar->controlSize()];
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 122 static int cThumbMinLength[] = { 26, 20 };
255 minLengthForThumb = 2 * cButtonInset[scrollbar->controlSize()] + cThumbMinLength[scrollbar->controlSize()] + 1;
396 return cThumbMinLength[scrollbar->controlSize()];

Completed in 225 milliseconds