Searched refs:ControlStates (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DThemeChromiumMac.h54 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
55 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
H A DPlatformThemeChromiumGtk.h59 static void paintArrowButton(GraphicsContext*, const IntRect&, ArrowDirection, ControlStates);
H A DThemeChromiumMac.mm250 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 DPlatformThemeChromiumGtk.cpp100 void PlatformThemeChromiumGtk::paintArrowButton(GraphicsContext* gc, const IntRect& rect, ArrowDirection direction, ControlStates states)
/external/webkit/Source/WebCore/platform/mac/
H A DThemeMac.h50 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
51 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
H A DThemeMac.mm137 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 DTheme.h100 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 DThemeTypes.h45 typedef unsigned ControlStates; typedef in namespace:WebCore
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h191 void applyEdjeStateFromForm(Evas_Object*, ControlStates);
H A DRenderThemeEfl.cpp249 void RenderThemeEfl::applyEdjeStateFromForm(Evas_Object* object, ControlStates states)
/external/webkit/Source/WebCore/rendering/
H A DRenderTheme.h310 ControlStates controlStatesForRenderer(const RenderObject* o) const;
H A DRenderTheme.cpp706 ControlStates RenderTheme::controlStatesForRenderer(const RenderObject* o) const
708 ControlStates result = 0;

Completed in 629 milliseconds