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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAura.cpp 92 blink::WebThemeEngine::Part paintPart;
100 paintPart = blink::WebThemeEngine::PartScrollbarLeftArrow;
105 paintPart = blink::WebThemeEngine::PartScrollbarRightArrow;
110 paintPart = blink::WebThemeEngine::PartScrollbarUpArrow;
115 paintPart = blink::WebThemeEngine::PartScrollbarDownArrow;
130 blink::Platform::current()->themeEngine()->paint(canvas, paintPart, state, blink::WebRect(rect), 0);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 259 void RenderScrollbar::paintPart(GraphicsContext* graphicsContext, ScrollbarPart partType, const IntRect& rect)

Completed in 1820 milliseconds