Home
last modified time | relevance | path

Searched refs:ControlState (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/
DThemeTypes.h31 enum ControlState { enum
DTheme.h68 virtual Color selectionColor(ControlPart, ControlState, SelectionPart) const { return Color(); } in selectionColor() argument
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.h54 virtual bool stateChanged(RenderObject*, ControlState) const;
DRenderThemeAndroid.cpp107 bool RenderThemeAndroid::stateChanged(RenderObject* obj, ControlState state) const in stateChanged()
/external/webkit/Source/WebCore/rendering/
DRenderTheme.h120 virtual bool stateChanged(RenderObject*, ControlState) const;
DRenderTheme.cpp691 bool RenderTheme::stateChanged(RenderObject* o, ControlState state) const in stateChanged()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-104397 * rendering/RenderTheme.h: (WebCore::): Added ReadOnlyState to ControlState enum.
DChangeLog-2010-01-2918986 (WebCore::ControlState): Add SpinUpState.