Searched refs:ControlStates (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebCore/platform/mac/ |
D | ThemeMac.h | 50 …virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor,… 51 …virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
|
D | ThemeMac.mm | 95 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/ |
D | ThemeChromiumMac.h | 54 …virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor,… 55 …virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
|
D | ThemeChromiumMac.mm | 241 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/ |
D | Theme.h | 100 …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
|
D | ThemeTypes.h | 45 typedef unsigned ControlStates; typedef
|
/external/webkit/WebCore/rendering/ |
D | RenderTheme.cpp | 646 ControlStates RenderTheme::controlStatesForRenderer(const RenderObject* o) const in controlStatesForRenderer() 648 ControlStates result = 0; in controlStatesForRenderer()
|
D | RenderTheme.h | 273 ControlStates controlStatesForRenderer(const RenderObject* o) const;
|