HomeSort by relevance Sort by last modified time
    Searched refs:PaintInfo (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInputSpeech.h 38 struct PaintInfo;
49 static bool paintInputFieldSpeechButton(RenderObject*, const PaintInfo&, const IntRect&);
RenderTheme.h 73 bool paint(RenderObject*, const PaintInfo&, const IntRect&);
74 bool paintBorderOnly(RenderObject*, const PaintInfo&, const IntRect&);
75 bool paintDecorations(RenderObject*, const PaintInfo&, const IntRect&);
168 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; };
190 void paintSliderTicks(RenderObject*, const PaintInfo&, const IntRect&);
224 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
228 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
232 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
235 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
238 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) { return true;
    [all...]
RenderThemeChromiumDefault.h 66 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
69 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
72 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
73 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
74 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
75 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
76 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
77 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
80 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&);
84 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderThemeChromiumSkia.h 78 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
81 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&);
84 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
89 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&);
91 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
92 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
94 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
95 virtual bool paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&);
96 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
97 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderThemeChromiumWin.h 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;
85 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE
    [all...]
GraphicsContextAnnotator.h 35 #define ANNOTATE_GRAPHICS_CONTEXT(paintInfo, renderer) \
37 if (UNLIKELY(paintInfo.context->annotationMode())) \
38 scopedGraphicsContextAnnotator.annotate(paintInfo, renderer)
43 struct PaintInfo;
58 void annotate(const PaintInfo&, const RenderObject*);
RenderMediaControls.h 35 struct PaintInfo;
43 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
RenderReplica.h 48 virtual void paint(PaintInfo&, const LayoutPoint&);
RenderFieldset.h 49 virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&);
50 virtual void paintMask(PaintInfo&, const LayoutPoint&);
RenderThemeChromiumMac.h 76 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
81 virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
97 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
99 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
101 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
104 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
107 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&);
109 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
111 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
113 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderDetailsMarker.h 40 virtual void paint(PaintInfo&, const LayoutPoint&);
RenderEmbeddedObject.h 54 virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
55 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
67 void paintSnapshotImage(PaintInfo&, const LayoutPoint&, Image*);
68 virtual void paintContents(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
RenderHTMLCanvas.h 46 virtual void paintReplaced(PaintInfo&, const LayoutPoint&);
RenderLineBoxList.h 66 void paint(RenderBoxModelObject*, PaintInfo&, const LayoutPoint&) const;
71 bool lineIntersectsDirtyRect(RenderBoxModelObject*, InlineFlowBox*, const PaintInfo&, const LayoutPoint&) const;
RenderWidget.h 58 virtual void paint(PaintInfo&, const LayoutPoint&);
62 virtual void paintContents(PaintInfo&, const LayoutPoint&);
RenderFileUploadControl.h 50 virtual void paintObject(PaintInfo&, const LayoutPoint&);
RenderReplaced.h 66 virtual void paint(PaintInfo&, const LayoutPoint&);
67 bool shouldPaint(PaintInfo&, const LayoutPoint&);
77 virtual void paintReplaced(PaintInfo&, const LayoutPoint&) { }
RenderImage.h 77 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
95 virtual void paintReplaced(PaintInfo&, const LayoutPoint&);
113 void paintAreaElementFocusRing(PaintInfo&);
RenderThemeChromiumAndroid.h 44 virtual bool paintMediaOverlayPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.h 42 void paintSelectionBackground(PaintInfo&);
43 virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom);
RenderSVGViewportContainer.h 43 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
55 virtual void applyViewportClip(PaintInfo&);
RenderSVGHiddenContainer.cpp 42 void RenderSVGHiddenContainer::paint(PaintInfo&, const LayoutPoint&)
RenderSVGResourceMarker.h 44 void draw(PaintInfo&, const AffineTransform&);
49 virtual void applyViewportClip(PaintInfo&);
RenderSVGHiddenContainer.h 43 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
SVGRenderingContext.h 28 #include "core/rendering/PaintInfo.h"
60 SVGRenderingContext(RenderObject* object, PaintInfo& paintinfo, NeedsGraphicsContextSave needsGraphicsContextSave = DontSaveGraphicsContext)
69 prepareToRenderSVGContent(object, paintinfo, needsGraphicsContextSave);
76 void prepareToRenderSVGContent(RenderObject*, PaintInfo&, NeedsGraphicsContextSave = DontSaveGraphicsContext);
109 PaintInfo* m_paintInfo;

Completed in 317 milliseconds

1 2 3 4 5 6