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

  /external/webkit/Source/WebCore/platform/
ScrollbarThemeComposite.cpp 66 IntRect forwardButtonEndPaintRect;
77 forwardButtonEndPaintRect = forwardButtonRect(scrollbar, ForwardButtonEndPart, true);
78 if (damageRect.intersects(forwardButtonEndPaintRect))
140 paintButton(graphicsContext, scrollbar, forwardButtonEndPaintRect, ForwardButtonEndPart);
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.cpp 196 IntRect forwardButtonEndPaintRect;
207 forwardButtonEndPaintRect = forwardButtonRect(scrollbar, ForwardButtonEndPart, true);
208 if (damageRect.intersects(forwardButtonEndPaintRect))
245 paintButton(graphicsContext, scrollbar, forwardButtonEndPaintRect, ForwardButtonEndPart);

Completed in 44 milliseconds