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

  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeSafari.cpp 70 static int cButtonInset[] = { 14, 11 };
72 // cRealButtonLength - cButtonInset
118 scrollbar->height()) >= 2 * cButtonInset[scrollbar->controlSize()] + cThumbMinLength[scrollbar->controlSize()] + 1;
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 113 static int cButtonInset[] = { 14, 11 };
115 // cRealButtonLength - cButtonInset
211 scrollbar->height()) >= 2 * cButtonInset[scrollbar->controlSize()] + cThumbMinLength[scrollbar->controlSize()] + 1;
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 117 // cRealButtonLength - cButtonInset
121 static int cButtonInset[] = { 14, 11 };
255 minLengthForThumb = 2 * cButtonInset[scrollbar->controlSize()] + cThumbMinLength[scrollbar->controlSize()] + 1;

Completed in 1385 milliseconds