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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromium.cpp 126 FloatRect tickRect(rect.x(), yPos, rect.width(), 3);
127 context->fillRect(tickRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMac.mm 177 FloatRect tickRect(rect.x(), yPos, rect.width(), 2);
178 context->fillRect(tickRect);
179 context->strokeRect(tickRect, 1);

Completed in 47 milliseconds