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

  /external/webkit/Source/WebCore/rendering/
RenderTheme.h 79 bool paintBorderOnly(RenderObject*, const PaintInfo&, const IntRect&);
RenderTheme.cpp 387 bool RenderTheme::paintBorderOnly(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    [all...]
RenderBox.cpp 854 if ((!style()->hasAppearance() || (!themePainted && theme()->paintBorderOnly(this, paintInfo, IntRect(tx, ty, width, height)))) && style()->hasBorder())
    [all...]

Completed in 78 milliseconds