Home
last modified time | relevance | path

Searched refs:paintBorder (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.h124 void paintBorder(GraphicsContext*, const IntRect&);
DPopupContainer.cpp342 paintBorder(gc, rect); in paint()
345 void PopupContainer::paintBorder(GraphicsContext* gc, const IntRect& rect) in paintBorder() function in WebCore::PopupContainer
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFieldset.cpp186 paintBorder(paintInfo, paintRect, style()); in paintBoxDecorations()
DRenderBoxModelObject.h165 …void paintBorder(const PaintInfo&, const LayoutRect&, const RenderStyle*, BackgroundBleedAvoidance…
DInlineFlowBox.cpp1296 …boxModelObject()->paintBorder(paintInfo, paintRect, renderer()->style(isFirstLineStyle()), Backgro… in paintBoxDecorations()
1320 …boxModelObject()->paintBorder(paintInfo, LayoutRect(stripX, stripY, stripWidth, stripHeight), rend… in paintBoxDecorations()
DRenderTableCell.cpp1223 paintBorder(paintInfo, paintRect, style()); in paintBoxDecorations()
DRenderBox.cpp1304 paintBorder(paintInfo, paintRect, style(), bleedAvoidance); in paintBackgroundWithBorderAndBoxShadow()
1315 paintBorder(paintInfo, paintRect, style(), bleedAvoidance); in paintBackgroundWithBorderAndBoxShadow()
DRenderBoxModelObject.cpp1734 void RenderBoxModelObject::paintBorder(const PaintInfo& info, const LayoutRect& rect, const RenderS… in paintBorder() function in WebCore::RenderBoxModelObject