Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderObject

44     virtual bool controlSupportsTints(const RenderObject*) const;
64 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
67 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
70 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
71 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
72 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
73 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
74 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
77 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&);
81 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&);