Home | History | Annotate | Download | only in gtk

Lines Matching refs:appearance

196 static bool supportsFocus(ControlPart appearance)
198 switch (appearance) {
215 return supportsFocus(style->appearance());
229 if (o->style()->appearance() == CheckboxPart
230 || o->style()->appearance() == RadioPart) {
274 // FIXME: Disabled does not always give the correct appearance for ReadOnly
346 static void setToggleSize(const RenderThemeGtk* theme, RenderStyle* style, ControlPart appearance)
355 switch (appearance) {
401 if (style->appearance() == PushButtonPart) {
507 if (o->style()->appearance() == MediaSliderThumbPart) {