Home
last modified time | relevance | path

Searched refs:ControlStates (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/mac/
DThemeMac.h50 …virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor,…
51 …virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
DThemeMac.mm95 static void updateStates(NSCell* cell, ControlStates states)
176 static NSButtonCell *checkbox(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
197 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect…
257 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
276 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, f…
333 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, cons…
364 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, floa…
372 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const Int…
528 void ThemeMac::inflateControlPaintRect(ControlPart part, ControlStates states, IntRect& zoomedRect,…
575 void ThemeMac::paint(ControlPart part, ControlStates states, GraphicsContext* context, const IntRec…
/external/webkit/WebCore/platform/chromium/
DThemeChromiumMac.h54 …virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor,…
55 …virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
DThemeChromiumMac.mm241 static void updateStates(NSCell* cell, ControlStates states)
326 static NSButtonCell *checkbox(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
347 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect…
410 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
429 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, f…
489 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, cons…
520 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, floa…
528 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const Int…
663 void ThemeChromiumMac::inflateControlPaintRect(ControlPart part, ControlStates states, IntRect& zoo…
710 void ThemeChromiumMac::paint(ControlPart part, ControlStates states, GraphicsContext* context, cons…
/external/webkit/WebCore/platform/
DTheme.h100 …virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect& /*zoomedRect*/, fl… in paint() argument
106 …virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect& /*zoomedRect*/, float /*… in inflateControlPaintRect() argument
DThemeTypes.h45 typedef unsigned ControlStates; typedef
/external/webkit/WebCore/rendering/
DRenderTheme.cpp646 ControlStates RenderTheme::controlStatesForRenderer(const RenderObject* o) const in controlStatesForRenderer()
648 ControlStates result = 0; in controlStatesForRenderer()
DRenderTheme.h273 ControlStates controlStatesForRenderer(const RenderObject* o) const;