Searched defs:paintPart (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeAura.cpp92 blink::WebThemeEngine::Part paintPart; local
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/
H A DRenderScrollbar.cpp259 void RenderScrollbar::paintPart(GraphicsContext* graphicsContext, ScrollbarPart partType, const IntRect& rect) function in class:blink::RenderScrollbar

Completed in 298 milliseconds