Home
last modified time | relevance | path

Searched defs:appearance (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderThemeChromiumWin.cpp86 static bool supportsFocus(ControlPart appearance) in supportsFocus()
499 ControlPart appearance = o->style()->appearance(); in determineState() local
DRenderThemeChromiumGtk.cpp104 static bool supportsFocus(ControlPart appearance) in supportsFocus()
DRenderThemeWin.cpp387 ControlPart appearance = o->style()->appearance(); in determineState() local
/external/webkit/WebCore/platform/gtk/
DRenderThemeGtk.cpp57 static bool supportsFocus(ControlPart appearance) in supportsFocus()
208 static void setToggleSize(RenderStyle* style, ControlPart appearance) in setToggleSize()
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp472 ControlPart appearance = applyTheme(option, o); in paintButton() local
507 ControlPart appearance = applyTheme(panel, o); in paintTextField() local
571 ControlPart appearance = applyTheme(opt, o); in paintMenuList() local
/external/webkit/WebCore/platform/android/
DRenderThemeAndroid.cpp145 bool RenderThemeAndroid::supportsFocus(ControlPart appearance) in supportsFocus()
/external/webkit/WebCore/rendering/style/
DRenderStyle.h584 …ControlPart appearance() const { return static_cast<ControlPart>(rareNonInheritedData->m_appearanc… in appearance() function