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

  /external/webkit/WebCore/platform/win/
ScrollbarThemeSafari.cpp 71 static int cButtonHitInset[] = { 3, 2 };
111 scrollbar->height()) >= 2 * (cRealButtonLength[scrollbar->controlSize()] - cButtonHitInset[scrollbar->controlSize()]);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 110 static int cButtonHitInset[] = { 3, 2 };
200 scrollbar->height()) >= 2 * (cRealButtonLength[scrollbar->controlSize()] - cButtonHitInset[scrollbar->controlSize()]);
  /external/webkit/WebCore/platform/mac/
ScrollbarThemeMac.mm 97 static int cButtonHitInset[] = { 3, 2 };
187 scrollbar->height()) >= 2 * (cRealButtonLength[scrollbar->controlSize()] - cButtonHitInset[scrollbar->controlSize()]);

Completed in 657 milliseconds