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

1 2 3 4 5

  /external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.h 67 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
70 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
73 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
76 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
78 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
81 virtual bool paintSearchField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
84 virtual bool paintSearchFieldCancelButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
89 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
92 virtual bool paintSearchFieldResultsButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
94 virtual bool paintMediaControlsBackground(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
RenderMediaControls.h 37 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
RenderTheme.h 73 bool paint(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
74 bool paintBorderOnly(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
75 bool paintDecorations(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
170 virtual bool paintCapsLockIndicator(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return 0; };
201 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; }
205 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; }
209 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; }
213 virtual bool paintInnerSpinButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; }
215 virtual bool paintOuterSpinButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; }
219 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true;
    [all...]
SVGInlineFlowBox.cpp 35 void SVGInlineFlowBox::paint(RenderObject::PaintInfo&, int, int)
RenderThemeSafari.h 89 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
92 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
96 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
99 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
102 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
105 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
108 virtual bool paintMenuListButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
111 virtual bool paintSliderTrack(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
112 virtual bool paintSliderThumb(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
114 virtual bool paintSearchField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
RenderThemeWin.h 69 virtual bool paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
73 virtual bool paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
78 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
80 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
82 virtual bool paintTextArea(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
86 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
89 virtual bool paintMenuListButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
91 virtual bool paintSliderTrack(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
92 virtual bool paintSliderThumb(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
103 virtual bool paintSearchField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
RenderThemeWince.h 68 virtual bool paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
72 virtual bool paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
77 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
79 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
81 virtual bool paintTextArea(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
85 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
88 virtual bool paintMenuListButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
90 virtual bool paintSliderTrack(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
91 virtual bool paintSliderThumb(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
102 virtual bool paintSearchField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
RenderThemeChromiumWin.h 67 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
68 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
69 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
70 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
71 virtual bool paintSliderTrack(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
72 virtual bool paintSliderThumb(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
83 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
102 bool paintTextFieldInternal(RenderObject*, const RenderObject::PaintInfo&, const IntRect&, bool);
RenderThemeMac.h 79 virtual bool paintCapsLockIndicator(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
86 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
89 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
92 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
95 virtual bool paintMenuListButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
98 virtual bool paintSliderTrack(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
101 virtual bool paintSliderThumb(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
104 virtual bool paintSearchField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
108 virtual bool paintSearchFieldCancelButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
111 virtual bool paintSearchFieldDecoration(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
RenderMediaControlsChromium.h 40 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
RenderReplica.h 48 virtual void paint(PaintInfo&, int tx, int ty);
InlineRunBox.h 42 virtual void paintBoxDecorations(RenderObject::PaintInfo&, int /*tx*/, int /*ty*/) { }
43 virtual void paintTextDecorations(RenderObject::PaintInfo&, int /*tx*/, int /*ty*/, bool /*paintedChildren*/ = false) { }
RenderThemeChromiumMac.h 83 virtual bool paintCapsLockIndicator(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
90 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
93 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
96 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
99 virtual bool paintMenuListButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
102 virtual bool paintSliderTrack(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
105 virtual bool paintSliderThumb(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
108 virtual bool paintSearchField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
112 virtual bool paintSearchFieldCancelButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
115 virtual bool paintSearchFieldDecoration(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
RenderDataGrid.h 49 virtual void paintObject(PaintInfo&, int tx, int ty);
62 void paintColumnHeaders(PaintInfo&, int tx, int ty);
63 void paintColumnHeader(DataGridColumn*, PaintInfo&, int tx, int ty);
RenderReplaced.h 49 virtual void paint(PaintInfo&, int tx, int ty);
50 bool shouldPaint(PaintInfo&, int& tx, int& ty);
66 virtual void paintReplaced(PaintInfo&, int /*tx*/, int /*ty*/) { }
RenderFieldset.h 49 virtual void paintBoxDecorations(PaintInfo&, int tx, int ty);
50 virtual void paintMask(PaintInfo&, int tx, int ty);
RenderHTMLCanvas.h 46 virtual void paintReplaced(PaintInfo&, int tx, int ty);
SVGInlineFlowBox.h 43 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
RenderListBox.h 66 virtual void paintObject(PaintInfo&, int tx, int ty);
118 void paintScrollbar(PaintInfo&, int tx, int ty);
119 void paintItemForeground(PaintInfo&, int tx, int ty, int listIndex);
120 void paintItemBackground(PaintInfo&, int tx, int ty, int listIndex);
RenderSVGHiddenContainer.h 48 virtual void paint(PaintInfo&, int parentX, int parentY);
SVGRenderSupport.h 48 static bool prepareToRenderSVGContent(RenderObject*, RenderObject::PaintInfo&, const FloatRect& boundingBox, SVGResourceFilter*&, SVGResourceFilter* rootFilter = 0);
49 static void finishRenderSVGContent(RenderObject*, RenderObject::PaintInfo&, SVGResourceFilter*&, GraphicsContext* savedContext);
76 // FIXME: This should move to RenderObject or PaintInfo
77 // Used for transforming the GraphicsContext and damage rect before passing PaintInfo to child renderers.
78 void applyTransformToPaintInfo(RenderObject::PaintInfo&, const AffineTransform& localToChildTransform);
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.h 77 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
84 bool paintMediaMuteButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r);
85 bool paintMediaPlayButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r);
86 bool paintMediaSeekBackButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r);
87 bool paintMediaSeekForwardButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r);
88 bool paintMediaSliderTrack(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
    [all...]
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.h 82 virtual bool paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
85 virtual bool paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
89 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
92 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
95 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
98 virtual bool paintMenuList(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
101 virtual bool paintMenuListButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
104 virtual bool paintSliderTrack(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
107 virtual bool paintSliderThumb(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
110 virtual bool paintSearchField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
  /external/webkit/WebCore/platform/haiku/
RenderThemeHaiku.h 58 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
61 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
65 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.h 95 virtual bool paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
98 virtual bool paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
102 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
105 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
107 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
110 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
113 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
116 virtual bool paintSearchField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
119 virtual bool paintSearchFieldResultsButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
122 virtual bool paintSearchFieldCancelButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]

Completed in 156 milliseconds

1 2 3 4 5