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

1 2 3 4 5 6

  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumMac.h 37 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&);
38 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&);
39 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
40 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
46 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
47 virtual bool paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&);
48 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
49 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
RenderThemeWin.h 69 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r)
73 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r)
78 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
81 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&);
83 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
85 virtual bool paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r)
89 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
92 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
94 virtual bool paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r);
95 virtual bool paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r)
    [all...]
RenderThemeChromiumWin.h 67 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
68 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
69 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
70 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
71 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
72 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
83 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
90 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&);
96 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&);
118 bool paintTextFieldInternal(RenderObject*, const PaintInfo&, const IntRect&, bool)
    [all...]
RenderTheme.h 78 bool paint(RenderObject*, const PaintInfo&, const IntRect&);
79 bool paintBorderOnly(RenderObject*, const PaintInfo&, const IntRect&);
80 bool paintDecorations(RenderObject*, const PaintInfo&, const IntRect&);
173 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; };
223 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
227 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
231 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
235 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
237 virtual bool paintOuterSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
241 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) { return true;
    [all...]
RenderInputSpeech.h 43 static bool paintInputFieldSpeechButton(RenderObject*, const PaintInfo&, const IntRect&);
RenderMediaControlsChromium.h 39 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
RenderThemeChromiumLinux.h 62 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
65 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
68 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
69 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
70 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
71 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
72 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
75 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&);
78 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&);
RenderThemeSafari.h 89 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
92 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
96 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
99 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
102 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
105 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
108 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
111 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
112 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
114 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderThemeWinCE.h 68 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r)
72 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r)
77 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
79 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
81 virtual bool paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r)
85 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
88 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
90 virtual bool paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r);
91 virtual bool paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r);
97 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderThemeMac.h 81 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&);
85 virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&);
107 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
110 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
113 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
116 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
121 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&);
124 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
127 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
130 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderThemeChromiumSkia.h 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&)
    [all...]
RenderMediaControls.h 42 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
RenderReplica.h 48 virtual void paint(PaintInfo&, int tx, int ty);
RenderFieldset.h 47 virtual void paintBoxDecorations(PaintInfo&, int tx, int ty);
48 virtual void paintMask(PaintInfo&, int tx, int ty);
RenderReplaced.h 56 virtual void paint(PaintInfo&, int tx, int ty);
57 bool shouldPaint(PaintInfo&, int& tx, int& ty);
70 virtual void paintReplaced(PaintInfo&, int /*tx*/, int /*ty*/) { }
RenderThemeChromiumMac.mm 23 #import "PaintInfo.h"
108 bool RenderThemeChromiumMac::paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
110 return RenderMediaControlsChromium::paintMediaControlsPart(MediaPlayButton, object, paintInfo, rect);
113 bool RenderThemeChromiumMac::paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
115 return RenderMediaControlsChromium::paintMediaControlsPart(MediaMuteButton, object, paintInfo, rect);
118 bool RenderThemeChromiumMac::paintMediaSliderTrack(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
120 return RenderMediaControlsChromium::paintMediaControlsPart(MediaSlider, object, paintInfo, rect)
    [all...]
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.h 29 #include "PaintInfo.h"
78 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
85 virtual bool paintMediaFullscreenButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
86 virtual bool paintMediaMuteButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
87 virtual bool paintMediaPlayButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
88 virtual bool paintMediaSeekBackButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    [all...]
  /external/webkit/Source/WebCore/platform/haiku/
RenderThemeHaiku.h 58 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
61 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
65 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.h 100 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r);
103 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r);
107 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
109 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
110 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
123 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
124 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
127 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&);
130 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&);
133 virtual bool paintSearchFieldResultsButton(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.h 120 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
123 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
126 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
129 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
132 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
135 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
138 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&);
141 virtual bool paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&);
144 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&);
147 virtual bool paintSearchFieldResultsButton(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.h 96 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r);
99 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r);
103 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
106 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
109 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
112 virtual bool paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r);
115 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
120 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&);
123 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
126 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRoot.h 39 virtual void paint(PaintInfo&, int tx, int ty);
RenderMathMLSquareRoot.h 38 virtual void paint(PaintInfo&, int tx, int ty);
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.h 43 void paintSelectionBackground(PaintInfo&);
44 virtual void paint(PaintInfo&, int tx, int ty, int lineTop, int lineBottom);
SVGRenderSupport.h 28 #include "PaintInfo.h"
45 static bool prepareToRenderSVGContent(RenderObject*, PaintInfo&);
46 static void finishRenderSVGContent(RenderObject*, PaintInfo&, GraphicsContext* savedContext);
61 static bool paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo&);

Completed in 311 milliseconds

1 2 3 4 5 6