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

  /external/webkit/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;
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, float zoomFactor, ScrollView* scrollView)
410 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
429 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
489 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
520 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
528 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
663 void ThemeChromiumMac::inflateControlPaintRect(ControlPart part, ControlStates states, IntRect& zoomedRect, float zoomFactor) const
710 void ThemeChromiumMac::paint(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollV (…)
    [all...]
  /external/webkit/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 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, float zoomFactor, ScrollView* scrollView)
257 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
276 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
333 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
364 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
372 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
528 void ThemeMac::inflateControlPaintRect(ControlPart part, ControlStates states, IntRect& zoomedRect, float zoomFactor) const
575 void ThemeMac::paint(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollV (…)
    [all...]
  /external/webkit/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/WebCore/rendering/
RenderTheme.h 273 ControlStates controlStatesForRenderer(const RenderObject* o) const;
RenderTheme.cpp 646 ControlStates RenderTheme::controlStatesForRenderer(const RenderObject* o) const
648 ControlStates result = 0;
    [all...]

Completed in 134 milliseconds