Home | History | Annotate | Download | only in rendering

Lines Matching refs:IntRect

75         virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
78 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&);
81 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
86 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&);
89 virtual bool paintSearchFieldResultsButton(RenderObject*, const PaintInfo&, const IntRect&);
91 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
92 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
93 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
95 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
96 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
97 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&);
98 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&);
111 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
149 IntRect determinateProgressValueRectFor(RenderProgress*, const IntRect&) const;
150 IntRect indeterminateProgressValueRectFor(RenderProgress*, const IntRect&) const;
151 IntRect progressValueRectFor(RenderProgress*, const IntRect&) const;
156 bool paintMediaButtonInternal(GraphicsContext*, const IntRect&, Image*);
157 IntRect convertToPaintingRect(RenderObject* inputRenderer, const RenderObject* partRenderer, IntRect partRect, const IntRect& localOffset) const;