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

  /external/chromium_org/third_party/WebKit/Source/platform/
Theme.h 97 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect& /*zoomedRect*/, float /*zoomFactor*/, ScrollView*) const { }
103 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect& /*zoomedRect*/, float /*zoomFactor*/) const { }
ThemeTypes.h 44 typedef unsigned ControlStates;
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.h 54 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
55 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
ThemeMac.mm 146 static void updateStates(NSCell* cell, ControlStates states)
182 static ThemeDrawState convertControlStatesToThemeDrawState(ThemeButtonKind kind, ControlStates states)
270 static NSButtonCell *checkbox(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
291 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
354 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
375 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
427 static void setUpButtonCell(NSButtonCell *cell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
444 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
456 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
521 static void paintStepper(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView*
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h 286 ControlStates controlStatesForRenderer(const RenderObject* o) const;
RenderTheme.cpp 635 ControlStates RenderTheme::controlStatesForRenderer(const RenderObject* o) const
637 ControlStates result = 0;
    [all...]

Completed in 57 milliseconds