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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp     [all...]
ScrollbarThemeMacCommon.mm 135 void ScrollbarThemeMacCommon::paintOverhangBackground(GraphicsContext* context, const IntRect& horizontalOverhangRect, const IntRect& verticalOverhangRect, const IntRect& dirtyRect)
138 const bool hasVerticalOverhang = !verticalOverhangRect.isEmpty();
151 context->fillRect(intersection(verticalOverhangRect, dirtyRect));
154 void ScrollbarThemeMacCommon::paintOverhangShadows(GraphicsContext* context, const IntSize& scrollOffset, const IntRect& horizontalOverhangRect, const IntRect& verticalOverhangRect, const IntRect& dirtyRect)
174 const bool hasVerticalOverhang = !verticalOverhangRect.isEmpty();
206 shadowRect.setWidth(shadowRect.width() - verticalOverhangRect.width());
208 shadowRect.setX(shadowRect.x() + verticalOverhangRect.width());
235 IntRect shadowRect = verticalOverhangRect;
238 shadowRect.setX(verticalOverhangRect.maxX() - shadowRect.width());
249 shadowRect = verticalOverhangRect;
    [all...]
ScrollbarTheme.cpp 318 void ScrollbarTheme::paintOverhangBackground(GraphicsContext* context, const IntRect& horizontalOverhangRect, const IntRect& verticalOverhangRect, const IntRect& dirtyRect)
323 if (!verticalOverhangRect.isEmpty())
324 context->fillRect(intersection(verticalOverhangRect, dirtyRect));
ScrollView.h 338 void calculateOverhangAreasForPainting(IntRect& horizontalOverhangRect, IntRect& verticalOverhangRect);

Completed in 239 milliseconds