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

  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeSafari.cpp 71 static int cButtonHitInset[] = { 3, 2 };
111 scrollbar->height()) >= 2 * (cRealButtonLength[scrollbar->controlSize()] - cButtonHitInset[scrollbar->controlSize()]);
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 114 static int cButtonHitInset[] = { 3, 2 };
204 scrollbar->height()) >= 2 * (cRealButtonLength[scrollbar->controlSize()] - cButtonHitInset[scrollbar->controlSize()]);
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 116 static int cButtonHitInset[] = { 3, 2 };
246 : scrollbar->height()) >= 2 * (cRealButtonLength[scrollbar->controlSize()] - cButtonHitInset[scrollbar->controlSize()]);

Completed in 75 milliseconds