Searched defs:PaintInfo (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintInfo.h52 struct PaintInfo { struct in namespace:blink
53 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior newPaintBehavior, function in struct:blink::PaintInfo
H A DRenderBlock.h42 struct PaintInfo;
165 const RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*) const;
167 const RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*) const;
247 LayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const PaintInfo* = 0) const;
281 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
283 virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE;
284 virtual void paintChildren(PaintInfo&, const LayoutPoint&);
287 virtual void paintFloats(PaintInfo&, const LayoutPoint&, bool) { }
399 LayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const PaintInfo*) const;
401 LayoutUnit lastLogicalTop, LayoutUnit lastLogicalLeft, LayoutUnit lastLogicalRight, LayoutUnit logicalBottom, const PaintInfo*) cons
404 clipOutFloatingObjects(const RenderBlock*, const PaintInfo*, const LayoutPoint&, const LayoutSize&) const argument
[all...]
H A DRenderTheme.cpp48 #include "core/rendering/PaintInfo.h"
231 bool RenderTheme::paint(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
337 bool RenderTheme::paintBorderOnly(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
375 bool RenderTheme::paintDecorations(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
811 bool RenderTheme::paintMeter(RenderObject*, const PaintInfo&, const IntRect&) argument
816 void RenderTheme::paintSliderTicks(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
1103 bool RenderTheme::paintUsingFallbackTheme(RenderObject* o, const PaintInfo& i, const IntRect& r)
1126 bool RenderTheme::paintCheckboxUsingFallbackTheme(RenderObject* o, const PaintInfo& i, const IntRect& r)
1168 bool RenderTheme::paintRadioUsingFallbackTheme(RenderObject* o, const PaintInfo& i, const IntRect& r)
H A DRenderTheme.h70 bool paint(RenderObject*, const PaintInfo&, const IntRect&);
71 bool paintBorderOnly(RenderObject*, const PaintInfo&, const IntRect&);
72 bool paintDecorations(RenderObject*, const PaintInfo&, const IntRect&);
157 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; }; argument
176 void paintSliderTicks(RenderObject*, const PaintInfo&, const IntRect&);
214 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
218 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
222 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
225 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
228 virtual bool paintTextField(RenderObject*, const PaintInfo argument
230 paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) argument
233 paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) argument
236 paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) argument
240 paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) argument
242 paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
245 paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
248 paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) argument
251 paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&) argument
254 paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&) argument
257 paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&) argument
259 paintMediaFullscreenButton(RenderObject*, const PaintInfo&, const IntRect&) argument
260 paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) argument
261 paintMediaOverlayPlayButton(RenderObject*, const PaintInfo&, const IntRect&) argument
262 paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) argument
263 paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
264 paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
265 paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&) argument
266 paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
267 paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
268 paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&) argument
269 paintMediaCastButton(RenderObject*, const PaintInfo&, const IntRect&) argument
270 paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&) argument
271 paintMediaCurrentTime(RenderObject*, const PaintInfo&, const IntRect&) argument
272 paintMediaTimeRemaining(RenderObject*, const PaintInfo&, const IntRect&) argument
273 paintMediaFullScreenVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
274 paintMediaFullScreenVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
[all...]

Completed in 457 milliseconds