Home
last modified time | relevance | path

Searched refs:PaintInfo (Results 1 – 25 of 160) sorted by relevance

1234567

/external/webkit/Source/WebCore/rendering/
DRenderTheme.h78 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; }; in paintCapsLockIndicator() argument
223 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintCheckbox() argument
227 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintRadio() argument
231 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintButton() argument
235 …virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintInnerSpinButton() argument
237 …virtual bool paintOuterSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintOuterSpinButton() argument
241 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextField() argument
[all …]
DRenderThemeWin.h69 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintCheckbox()
73 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintRadio()
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) in paintTextArea()
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 …]
DRenderThemeSafari.h89 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 …]
DRenderThemeMac.h81 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 …]
DRenderThemeWinCE.h68 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintCheckbox()
72 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintRadio()
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) in paintTextArea()
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 …]
DRenderThemeChromiumSkia.h75 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 …]
DRenderThemeChromiumWin.h67 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);
DRenderThemeChromiumLinux.h62 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&);
DRenderThemeChromiumMac.h37 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&);
DRenderThemeChromiumMac.mm23 #import "PaintInfo.h"
108 bool RenderThemeChromiumMac::paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo,…
113 bool RenderThemeChromiumMac::paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo,…
118 bool RenderThemeChromiumMac::paintMediaSliderTrack(RenderObject* object, const PaintInfo& paintInfo…
123 bool RenderThemeChromiumMac::paintMediaControlsBackground(RenderObject* object, const PaintInfo& pa…
141 bool RenderThemeChromiumMac::paintMediaVolumeSliderContainer(RenderObject* object, const PaintInfo&…
146 bool RenderThemeChromiumMac::paintMediaVolumeSliderTrack(RenderObject* object, const PaintInfo& pai…
151 bool RenderThemeChromiumMac::paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& pai…
156 bool RenderThemeChromiumMac::paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo…
DRenderThemeChromiumLinux.cpp187 bool RenderThemeChromiumLinux::paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& re… in paintCheckbox()
207 bool RenderThemeChromiumLinux::paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& rect) in paintRadio()
226 bool RenderThemeChromiumLinux::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& rect) in paintButton()
239 bool RenderThemeChromiumLinux::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r… in paintTextField()
262 bool RenderThemeChromiumLinux::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& re… in paintMenuList()
286 bool RenderThemeChromiumLinux::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect&… in paintSliderTrack()
295 bool RenderThemeChromiumLinux::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect&… in paintSliderThumb()
313 bool RenderThemeChromiumLinux::paintInnerSpinButton(RenderObject* o, const PaintInfo& i, const IntR… in paintInnerSpinButton()
325 bool RenderThemeChromiumLinux::paintProgressBar(RenderObject* o, const PaintInfo& i, const IntRect&… in paintProgressBar()
DRenderThemeChromiumSkia.cpp237 bool RenderThemeChromiumSkia::paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintTextArea()
248 bool RenderThemeChromiumSkia::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& … in paintSearchField()
274 …a::paintSearchFieldCancelButton(RenderObject* cancelButtonObject, const PaintInfo& paintInfo, cons… in paintSearchFieldCancelButton()
317 …:paintSearchFieldResultsDecoration(RenderObject* magnifierObject, const PaintInfo& paintInfo, cons… in paintSearchFieldResultsDecoration()
352 …kia::paintSearchFieldResultsButton(RenderObject* magnifierObject, const PaintInfo& paintInfo, cons… in paintSearchFieldResultsButton()
374 bool RenderThemeChromiumSkia::paintMediaControlsBackground(RenderObject* object, const PaintInfo& p… in paintMediaControlsBackground()
386 bool RenderThemeChromiumSkia::paintMediaSliderTrack(RenderObject* object, const PaintInfo& paintInf… in paintMediaSliderTrack()
398 bool RenderThemeChromiumSkia::paintMediaVolumeSliderTrack(RenderObject* object, const PaintInfo& pa… in paintMediaVolumeSliderTrack()
419 bool RenderThemeChromiumSkia::paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInf… in paintMediaSliderThumb()
431 bool RenderThemeChromiumSkia::paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& pa… in paintMediaVolumeSliderThumb()
[all …]
DRenderMediaControlsChromium.cpp71 static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& r… in paintMediaMuteButton()
87 static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& r… in paintMediaPlayButton()
109 static bool paintMediaSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) in paintMediaSlider()
168 static bool paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& … in paintMediaSliderThumb()
184 static bool paintMediaVolumeSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect&… in paintMediaVolumeSlider()
203 static bool paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const Int… in paintMediaVolumeSliderThumb()
212 static bool paintMediaTimelineContainer(RenderObject* object, const PaintInfo& paintInfo, const Int… in paintMediaTimelineContainer()
245 …aControlsPart(MediaControlElementType part, RenderObject* object, const PaintInfo& paintInfo, cons… in paintMediaControlsPart()
DRenderThemeWin.cpp676 bool RenderThemeWin::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintButton()
691 bool RenderThemeWin::paintInnerSpinButton(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintInnerSpinButton()
723 bool RenderThemeWin::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintTextField()
729 bool RenderThemeWin::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintMenuList()
784 bool RenderThemeWin::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintMenuListButton()
811 bool RenderThemeWin::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintSliderTrack()
827 bool RenderThemeWin::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintSliderThumb()
852 bool RenderThemeWin::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintSearchField()
869 bool RenderThemeWin::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, cons… in paintSearchFieldCancelButton()
920 bool RenderThemeWin::paintSearchFieldResultsDecoration(RenderObject* o, const PaintInfo& paintInfo,… in paintSearchFieldResultsDecoration()
[all …]
DRenderThemeWinCE.cpp192 bool RenderThemeWinCE::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintButton()
227 bool RenderThemeWinCE::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintTextField()
244 bool RenderThemeWinCE::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintMenuList()
251 bool RenderThemeWinCE::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintMenuListButton()
366 bool RenderThemeWinCE::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintSearchField()
371 bool RenderThemeWinCE::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, co… in paintSearchFieldCancelButton()
416 bool RenderThemeWinCE::paintSearchFieldResultsDecoration(RenderObject* o, const PaintInfo& paintInf… in paintSearchFieldResultsDecoration()
429 bool RenderThemeWinCE::paintSearchFieldResultsButton(RenderObject* o, const PaintInfo& paintInfo, c… in paintSearchFieldResultsButton()
489 bool RenderThemeWinCE::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintSliderTrack()
512 bool RenderThemeWinCE::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintSliderThumb()
[all …]
DRenderBox.h32 struct PaintInfo;
235 virtual void paint(PaintInfo&, int tx, int ty);
343 bool pushContentsClip(PaintInfo&, int tx, int ty);
344 void popContentsClip(PaintInfo&, PaintPhase originalPhase, int tx, int ty);
346 virtual void paintObject(PaintInfo&, int /*tx*/, int /*ty*/) { ASSERT_NOT_REACHED(); } in paintObject() argument
347 virtual void paintBoxDecorations(PaintInfo&, int tx, int ty);
348 virtual void paintMask(PaintInfo&, int tx, int ty);
414 …void paintFillLayer(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, i…
415 …void paintFillLayers(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, …
417 void paintBoxDecorationsWithSize(PaintInfo&, int tx, int ty, int width, int height);
[all …]
/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.h120 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 …]
DRenderThemeEfl.cpp271 bool RenderThemeEfl::paintThemePart(RenderObject* object, FormType type, const PaintInfo& info, con… in paintThemePart()
804 bool RenderThemeEfl::paintSliderTrack(RenderObject* object, const PaintInfo& info, const IntRect& r… in paintSliderTrack()
833 bool RenderThemeEfl::paintSliderThumb(RenderObject* object, const PaintInfo& info, const IntRect& r… in paintSliderThumb()
854 bool RenderThemeEfl::paintCheckbox(RenderObject* object, const PaintInfo& info, const IntRect& rect) in paintCheckbox()
875 bool RenderThemeEfl::paintRadio(RenderObject* object, const PaintInfo& info, const IntRect& rect) in paintRadio()
898 bool RenderThemeEfl::paintButton(RenderObject* object, const PaintInfo& info, const IntRect& rect) in paintButton()
916 bool RenderThemeEfl::paintMenuList(RenderObject* object, const PaintInfo& info, const IntRect& rect) in paintMenuList()
934 bool RenderThemeEfl::paintTextField(RenderObject* object, const PaintInfo& info, const IntRect& rec… in paintTextField()
944 bool RenderThemeEfl::paintTextArea(RenderObject* object, const PaintInfo& info, const IntRect& rect) in paintTextArea()
960 bool RenderThemeEfl::paintSearchFieldDecoration(RenderObject* object, const PaintInfo& info, const … in paintSearchFieldDecoration()
[all …]
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.h78 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
85 …virtual bool paintMediaFullscreenButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect…
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& …
89 …virtual bool paintMediaSeekForwardButton(RenderObject* o, const PaintInfo& paintInfo, const IntRec…
90 … virtual bool paintMediaSliderTrack(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
91 … virtual bool paintMediaSliderThumb(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
92 …virtual bool paintMediaControlsBackground(RenderObject* object, const PaintInfo& paintInfo, const …
97 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
[all …]
DRenderThemeAndroid.cpp89 static SkCanvas* getCanvasFromInfo(const PaintInfo& info) in getCanvasFromInfo()
248 bool RenderThemeAndroid::paintCheckbox(RenderObject* obj, const PaintInfo& info, const IntRect& rec… in paintCheckbox()
254 bool RenderThemeAndroid::paintButton(RenderObject* obj, const PaintInfo& info, const IntRect& rect) in paintButton()
339 bool RenderThemeAndroid::paintMediaFullscreenButton(RenderObject* o, const PaintInfo& paintInfo, co… in paintMediaFullscreenButton()
350 bool RenderThemeAndroid::paintMediaMuteButton(RenderObject* o, const PaintInfo& paintInfo, const In… in paintMediaMuteButton()
361 bool RenderThemeAndroid::paintMediaPlayButton(RenderObject* o, const PaintInfo& paintInfo, const In… in paintMediaPlayButton()
378 bool RenderThemeAndroid::paintMediaSeekBackButton(RenderObject* o, const PaintInfo& paintInfo, cons… in paintMediaSeekBackButton()
389 bool RenderThemeAndroid::paintMediaSeekForwardButton(RenderObject* o, const PaintInfo& paintInfo, c… in paintMediaSeekForwardButton()
400 bool RenderThemeAndroid::paintMediaControlsBackground(RenderObject* o, const PaintInfo& paintInfo, … in paintMediaControlsBackground()
413 bool RenderThemeAndroid::paintMediaSliderTrack(RenderObject* o, const PaintInfo& paintInfo, const I… in paintMediaSliderTrack()
[all …]
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.h100 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 …]
DRenderThemeGtk.cpp218 bool RenderThemeGtk::paintMenuListButton(RenderObject* object, const PaintInfo& info, const IntRect… in paintMenuListButton()
223 bool RenderThemeGtk::paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintTextArea()
274 bool RenderThemeGtk::paintSearchFieldResultsButton(RenderObject* o, const PaintInfo& i, const IntRe… in paintSearchFieldResultsButton()
320 bool RenderThemeGtk::paintSearchFieldResultsDecoration(RenderObject* renderObject, const PaintInfo&… in paintSearchFieldResultsDecoration()
339 bool RenderThemeGtk::paintSearchFieldCancelButton(RenderObject* renderObject, const PaintInfo& pain… in paintSearchFieldCancelButton()
360 bool RenderThemeGtk::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& rect) in paintSearchField()
365 bool RenderThemeGtk::paintCapsLockIndicator(RenderObject* renderObject, const PaintInfo& paintInfo,… in paintCapsLockIndicator()
492 bool RenderThemeGtk::paintMediaFullscreenButton(RenderObject* renderObject, const PaintInfo& paintI… in paintMediaFullscreenButton()
497 bool RenderThemeGtk::paintMediaMuteButton(RenderObject* renderObject, const PaintInfo& paintInfo, c… in paintMediaMuteButton()
506 bool RenderThemeGtk::paintMediaPlayButton(RenderObject* renderObject, const PaintInfo& paintInfo, c… in paintMediaPlayButton()
[all …]
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.h96 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/platform/wx/
DRenderThemeWx.cpp59 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintCheckbox()
66 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintRadio()
76 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
79 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
84 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
87 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
263 bool RenderThemeWx::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintButton()
322 bool RenderThemeWx::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintTextField()
344 bool RenderThemeWx::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintMenuList()
373 bool RenderThemeWx::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintMenuListButton()
/external/webkit/Source/WebCore/platform/haiku/
DRenderThemeHaiku.h58 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&);

1234567