Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderObject

67     virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
68 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
69 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
70 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
71 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
72 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
77 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
78 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
81 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
86 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
104 unsigned determineState(RenderObject*, ControlSubPart = None);
105 unsigned determineSliderThumbState(RenderObject*);
106 unsigned determineClassicState(RenderObject*, ControlSubPart = None);
108 ThemeData getThemeData(RenderObject*, ControlSubPart = None);
110 bool paintTextFieldInternal(RenderObject*, const PaintInfo&, const IntRect&, bool);