Searched defs:paintRadio (Results 1 – 3 of 3) sorted by relevance
285 bool RenderThemeChromiumDefault::paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& rec… in paintRadio() function in WebCore::RenderThemeChromiumDefault
295 bool RenderThemeChromiumWin::paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintRadio() function in WebCore::RenderThemeChromiumWin
228 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintRadio() function