Home
last modified time | relevance | path

Searched refs:ReadOnlyState (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/
DThemeTypes.h37 ReadOnlyState = 1 << 5, enumerator
/external/webkit/Tools/DumpRenderTree/chromium/
DWebThemeControlDRTWin.h77 ReadOnlyState, enumerator
DWebThemeControlDRTWin.cpp239 case ReadOnlyState: in markState()
DWebThemeEngineDRTWin.cpp687 cstate = WebThemeControlDRTWin::ReadOnlyState; in paintTextField()
/external/webkit/Source/WebCore/platform/chromium/
DPlatformThemeChromiumGtk.cpp184 if (states & EnabledState && !(states & ReadOnlyState)) in paintArrowButton()
DThemeChromiumMac.mm291 if (states & ReadOnlyState)
296 // Do not process PressedState if !EnabledState or ReadOnlyState.
/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp109 renderer()->theme()->stateChanged(renderer(), ReadOnlyState); in parseMappedAttribute()
/external/webkit/Source/WebCore/platform/mac/
DThemeMac.mm173 if (states & ReadOnlyState)
178 // Do not process PressedState if !EnabledState or ReadOnlyState.
/external/webkit/Source/WebCore/rendering/
DRenderTheme.cpp726 result |= ReadOnlyState; in controlStatesForRenderer()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-104397 * rendering/RenderTheme.h: (WebCore::): Added ReadOnlyState to ControlState enum.
DChangeLog-2010-12-0692381 If the button has ReadOnlyState, paint the button as same as it is disabled.