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

  /external/webkit/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/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 113 static int cThumbMinLength[] = { 26, 20 };
207 scrollbar->height()) >= 2 * cButtonInset[scrollbar->controlSize()] + cThumbMinLength[scrollbar->controlSize()] + 1;
339 return cThumbMinLength[scrollbar->controlSize()];
  /external/webkit/WebCore/platform/mac/
ScrollbarThemeMac.mm 100 static int cThumbMinLength[] = { 26, 20 };
194 scrollbar->height()) >= 2 * cButtonInset[scrollbar->controlSize()] + cThumbMinLength[scrollbar->controlSize()] + 1;
326 return cThumbMinLength[scrollbar->controlSize()];

Completed in 611 milliseconds