• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/rendering/

Lines Matching defs:RenderObject

42     virtual bool controlSupportsTints(const RenderObject*) const;
47 virtual void adjustRepaintRect(const RenderObject*, IntRect&) OVERRIDE;
80 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
86 virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&);
101 NSView* documentViewFor(RenderObject*) const;
109 virtual bool paintMediaFullscreenButton(RenderObject*, const PaintInfo&, const IntRect&);
110 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&);
111 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&);
112 virtual bool paintMediaSeekBackButton(RenderObject*, const PaintInfo&, const IntRect&);
113 virtual bool paintMediaSeekForwardButton(RenderObject*, const PaintInfo&, const IntRect&);
114 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
115 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
116 virtual bool paintMediaRewindButton(RenderObject*, const PaintInfo&, const IntRect&);
117 virtual bool paintMediaReturnToRealtimeButton(RenderObject*, const PaintInfo&, const IntRect&);
118 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
119 virtual bool paintMediaCurrentTime(RenderObject*, const PaintInfo&, const IntRect&);
120 virtual bool paintMediaTimeRemaining(RenderObject*, const PaintInfo&, const IntRect&);
121 virtual bool paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&);
122 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
123 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
124 virtual bool paintMediaFullScreenVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
125 virtual bool paintMediaFullScreenVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
141 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
144 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
147 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
150 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
155 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&);
158 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
161 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
164 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&);
168 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
171 virtual bool paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&);
174 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&);
177 virtual bool paintSearchFieldResultsButton(RenderObject*, const PaintInfo&, const IntRect&);
185 virtual bool paintSnapshottedPluginOverlay(RenderObject*, const PaintInfo&, const IntRect&);
192 FloatRect convertToPaintingRect(const RenderObject* inputRenderer, const RenderObject* partRenderer, const FloatRect& inputRect, const IntRect&) const;
203 void updateCheckedState(NSCell*, const RenderObject*);
204 void updateEnabledState(NSCell*, const RenderObject*);
205 void updateFocusedState(NSCell*, const RenderObject*);
206 void updatePressedState(NSCell*, const RenderObject*);
208 virtual void updateActiveState(NSCell*, const RenderObject*) { }
212 void setPopupButtonCellState(const RenderObject*, const IntRect&);
216 void paintMenuListButtonGradients(RenderObject*, const PaintInfo&, const IntRect&);
222 void setSearchCellState(RenderObject*, const IntRect&);