Searched refs:ControlStates (Results 1 - 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/platform/chromium/ |
H A D | ThemeChromiumMac.h | 54 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const; 55 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
|
H A D | PlatformThemeChromiumGtk.h | 59 static void paintArrowButton(GraphicsContext*, const IntRect&, ArrowDirection, ControlStates);
|
H A D | ThemeChromiumMac.mm | 250 static void updateStates(NSCell* cell, ControlStates states) 289 static ThemeDrawState convertControlStatesToThemeDrawState(ThemeButtonKind kind, ControlStates states) 352 static NSButtonCell *checkbox(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 373 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 437 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 456 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 517 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor) 548 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor) 556 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 621 static void paintStepper(ControlStates state [all...] |
H A D | PlatformThemeChromiumGtk.cpp | 100 void PlatformThemeChromiumGtk::paintArrowButton(GraphicsContext* gc, const IntRect& rect, ArrowDirection direction, ControlStates states)
|
/external/webkit/Source/WebCore/platform/mac/ |
H A D | ThemeMac.h | 50 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const; 51 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
|
H A D | ThemeMac.mm | 137 static void updateStates(NSCell* cell, ControlStates states) 171 static ThemeDrawState convertControlStatesToThemeDrawState(ThemeButtonKind kind, ControlStates states) 234 static NSButtonCell *checkbox(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 255 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 316 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 335 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 405 static void setUpButtonCell(NSButtonCell *cell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor) 428 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor) 442 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 517 static void paintStepper(ControlStates state [all...] |
/external/webkit/Source/WebCore/platform/ |
H A D | Theme.h | 100 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect& /*zoomedRect*/, float /*zoomFactor*/, ScrollView*) const { } 106 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect& /*zoomedRect*/, float /*zoomFactor*/) const { }
|
H A D | ThemeTypes.h | 45 typedef unsigned ControlStates; typedef in namespace:WebCore
|
/external/webkit/Source/WebCore/platform/efl/ |
H A D | RenderThemeEfl.h | 191 void applyEdjeStateFromForm(Evas_Object*, ControlStates);
|
H A D | RenderThemeEfl.cpp | 249 void RenderThemeEfl::applyEdjeStateFromForm(Evas_Object* object, ControlStates states)
|
/external/webkit/Source/WebCore/rendering/ |
H A D | RenderTheme.h | 310 ControlStates controlStatesForRenderer(const RenderObject* o) const;
|
H A D | RenderTheme.cpp | 706 ControlStates RenderTheme::controlStatesForRenderer(const RenderObject* o) const 708 ControlStates result = 0;
|
Completed in 283 milliseconds