HomeSort by relevance Sort by last modified time
    Searched defs:trackRect (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/mock/
ScrollbarThemeMock.cpp 35 IntRect ScrollbarThemeMock::trackRect(ScrollbarThemeClient* scrollbar, bool)
50 void ScrollbarThemeMock::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect)
52 context->fillRect(trackRect, scrollbar->enabled() ? Color::lightGray : Color(0xFFE0E0E0));
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromium.cpp 78 IntRect ScrollbarThemeChromium::trackRect(ScrollbarThemeClient* scrollbar, bool)
ScrollbarThemeChromiumOverlay.cpp 91 IntRect ScrollbarThemeChromiumOverlay::trackRect(ScrollbarThemeClient* scrollbar, bool)
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarThemeGeometryNative.cpp 89 WebRect WebScrollbarThemeGeometryNative::trackRect(WebScrollbar* scrollbar)
92 return m_theme->trackRect(&client);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 83 IntRect RenderScrollbarTheme::trackRect(ScrollbarThemeClient* scrollbar, bool)
92 return toRenderScrollbar(scrollbar)->trackRect(startLength, endLength);
RenderScrollbar.cpp 307 IntRect RenderScrollbar::trackRect(int startLength, int endLength)
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollbarTheme.cpp 72 IntRect trackPaintRect = trackRect(scrollbar, true);
77 IntRect track = trackRect(scrollbar);
138 IntRect track = trackRect(scrollbar);
184 result = trackRect(scrollbar, true);
191 splitTrack(scrollbar, trackRect(scrollbar), beforeThumbRect, thumbRect, afterThumbRect);
208 IntRect trackRect = constrainTrackRectToTrackPieces(scrollbar, unconstrainedTrackRect);
212 thumbRect = IntRect(trackRect.x() + thumbPos, trackRect.y() + (trackRect.height() - thickness) / 2, thumbLength(scrollbar), thickness);
213 beforeThumbRect = IntRect(trackRect.x(), trackRect.y(), thumbPos + thumbRect.width() / 2, trackRect.height())
    [all...]

Completed in 393 milliseconds