trackRect 55 Source/core/rendering/RenderScrollbar.h IntRect trackRect(int startLength, int endLength); trackRect 92 Source/core/rendering/RenderScrollbarTheme.cpp return toRenderScrollbar(scrollbar)->trackRect(startLength, endLength); trackRect 67 Source/core/rendering/RenderScrollbarTheme.h virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE; trackRect 92 Source/platform/exported/WebScrollbarThemeGeometryNative.cpp return m_theme->trackRect(&client); trackRect 54 Source/platform/exported/WebScrollbarThemeGeometryNative.h virtual WebRect trackRect(WebScrollbar*) OVERRIDE; trackRect 75 Source/platform/scroll/ScrollbarTheme.cpp IntRect trackPaintRect = trackRect(scrollbar, true); trackRect 80 Source/platform/scroll/ScrollbarTheme.cpp IntRect track = trackRect(scrollbar); trackRect 137 Source/platform/scroll/ScrollbarTheme.cpp IntRect track = trackRect(scrollbar); trackRect 183 Source/platform/scroll/ScrollbarTheme.cpp result = trackRect(scrollbar, true); trackRect 190 Source/platform/scroll/ScrollbarTheme.cpp splitTrack(scrollbar, trackRect(scrollbar), beforeThumbRect, thumbRect, afterThumbRect); trackRect 233 Source/platform/scroll/ScrollbarTheme.cpp return blink::Platform::current()->scrollbarBehavior()->shouldSnapBackToDragOrigin(mousePosition, trackRect(scrollbar), scrollbar->orientation() == HorizontalScrollbar); trackRect 280 Source/platform/scroll/ScrollbarTheme.cpp IntRect constrainedTrackRect = constrainTrackRectToTrackPieces(scrollbar, trackRect(scrollbar)); trackRect 286 Source/platform/scroll/ScrollbarTheme.cpp IntRect constrainedTrackRect = constrainTrackRectToTrackPieces(scrollbar, trackRect(scrollbar)); trackRect 295 Source/platform/scroll/ScrollbarTheme.cpp IntRect track = trackRect(scrollbar); trackRect 306 Source/platform/scroll/ScrollbarTheme.cpp IntRect track = trackRect(scrollbar); trackRect 319 Source/platform/scroll/ScrollbarTheme.cpp IntRect trackRect = constrainTrackRectToTrackPieces(scrollbar, unconstrainedTrackRect); trackRect 322 Source/platform/scroll/ScrollbarTheme.cpp thumbRect = IntRect(trackRect.x() + thumbPos, trackRect.y(), thumbLength(scrollbar), scrollbar->height()); trackRect 323 Source/platform/scroll/ScrollbarTheme.cpp beforeThumbRect = IntRect(trackRect.x(), trackRect.y(), thumbPos + thumbRect.width() / 2, trackRect.height()); trackRect 324 Source/platform/scroll/ScrollbarTheme.cpp afterThumbRect = IntRect(trackRect.x() + beforeThumbRect.width(), trackRect.y(), trackRect.maxX() - beforeThumbRect.maxX(), trackRect.height()); trackRect 326 Source/platform/scroll/ScrollbarTheme.cpp thumbRect = IntRect(trackRect.x(), trackRect.y() + thumbPos, scrollbar->width(), thumbLength(scrollbar)); trackRect 327 Source/platform/scroll/ScrollbarTheme.cpp beforeThumbRect = IntRect(trackRect.x(), trackRect.y(), trackRect.width(), thumbPos + thumbRect.height() / 2); trackRect 328 Source/platform/scroll/ScrollbarTheme.cpp afterThumbRect = IntRect(trackRect.x(), trackRect.y() + beforeThumbRect.height(), trackRect.width(), trackRect.maxY() - beforeThumbRect.maxY()); trackRect 105 Source/platform/scroll/ScrollbarTheme.h virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) = 0; trackRect 79 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp IntRect alignRect = trackRect(scrollbar, false); trackRect 47 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE; trackRect 58 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE; trackRect 51 Source/platform/scroll/ScrollbarThemeMock.cpp void ScrollbarThemeMock::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect) trackRect 53 Source/platform/scroll/ScrollbarThemeMock.cpp context->fillRect(trackRect, scrollbar->enabled() ? Color::lightGray : Color(0xFFE0E0E0)); trackRect 45 Source/platform/scroll/ScrollbarThemeMock.h virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE; trackRect 47 Source/platform/scroll/ScrollbarThemeNonMacCommon.h virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE; trackRect 54 Source/platform/scroll/ScrollbarThemeOverlay.h virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE; trackRect 46 public/platform/WebScrollbarThemeGeometry.h virtual WebRect trackRect(WebScrollbar*) = 0;