Searched refs:ControlState (Results 1 – 8 of 8) sorted by relevance
31 enum ControlState { enum
68 virtual Color selectionColor(ControlPart, ControlState, SelectionPart) const { return Color(); } in selectionColor() argument
54 virtual bool stateChanged(RenderObject*, ControlState) const;
107 bool RenderThemeAndroid::stateChanged(RenderObject* obj, ControlState state) const in stateChanged()
120 virtual bool stateChanged(RenderObject*, ControlState) const;
691 bool RenderTheme::stateChanged(RenderObject* o, ControlState state) const in stateChanged()
4397 * rendering/RenderTheme.h: (WebCore::): Added ReadOnlyState to ControlState enum.
18986 (WebCore::ControlState): Add SpinUpState.