Home | History | Annotate | Download | only in ui

Lines Matching refs:ThemeProperties

28   if (alignment & ThemeProperties::ALIGN_BOTTOM) {
30 } else if (alignment & ThemeProperties::ALIGN_TOP) {
37 if (alignment & ThemeProperties::ALIGN_RIGHT) {
39 } else if (alignment & ThemeProperties::ALIGN_LEFT) {
46 if (tiling != ThemeProperties::REPEAT &&
47 tiling != ThemeProperties::REPEAT_X) {
53 if (tiling != ThemeProperties::REPEAT &&
54 tiling != ThemeProperties::REPEAT_Y) {
74 canvas->FillRect(area, tp->GetColor(ThemeProperties::COLOR_NTP_BACKGROUND));
77 int tiling = tp->GetDisplayProperty(ThemeProperties::NTP_BACKGROUND_TILING);
79 ThemeProperties::NTP_BACKGROUND_ALIGNMENT);