Home
last modified time | relevance | path

Searched refs:paintDecorations (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.h72 bool paintDecorations(RenderObject*, const PaintInfo&, const IntRect&);
DRenderTheme.cpp379 bool RenderTheme::paintDecorations(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) in paintDecorations() function in WebCore::RenderTheme
DRenderBox.cpp1200 RenderTheme::theme().paintDecorations(this, paintInfo, snappedPaintRect); in paintBackgroundWithBorderAndBoxShadow()