paintCheckbox     274 Source/core/rendering/RenderTheme.cpp         return paintCheckbox(o, paintInfo, r);
paintCheckbox     218 Source/core/rendering/RenderTheme.h     virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
paintCheckbox      66 Source/core/rendering/RenderThemeChromiumDefault.h     virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;