HomeSort by relevance Sort by last modified time
    Searched refs:ControlStates (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
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;
PlatformThemeChromiumGtk.h 59 static void paintArrowButton(GraphicsContext*, const IntRect&, ArrowDirection, ControlStates);
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 states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView*
    [all...]
PlatformThemeChromiumGtk.cpp 100 void PlatformThemeChromiumGtk::paintArrowButton(GraphicsContext* gc, const IntRect& rect, ArrowDirection direction, ControlStates states)
  /external/webkit/Source/WebCore/platform/mac/
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;
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 states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView*
    [all...]
  /external/webkit/Source/WebCore/platform/
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 { }
ThemeTypes.h 45 typedef unsigned ControlStates;
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.h 191 void applyEdjeStateFromForm(Evas_Object*, ControlStates);
RenderThemeEfl.cpp 249 void RenderThemeEfl::applyEdjeStateFromForm(Evas_Object* object, ControlStates states)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTheme.h 310 ControlStates controlStatesForRenderer(const RenderObject* o) const;
RenderTheme.cpp 706 ControlStates RenderTheme::controlStatesForRenderer(const RenderObject* o) const
708 ControlStates result = 0;
    [all...]

Completed in 652 milliseconds