Home | History | Annotate | Download | only in views

Lines Matching refs:tp

627   ui::ThemeProvider* tp = GetThemeProvider();
629 back_->SetImage(views::CustomButton::BS_NORMAL, tp->GetBitmapNamed(IDR_BACK));
630 back_->SetImage(views::CustomButton::BS_HOT, tp->GetBitmapNamed(IDR_BACK_H));
632 tp->GetBitmapNamed(IDR_BACK_P));
634 tp->GetBitmapNamed(IDR_BACK_D));
637 tp->GetBitmapNamed(IDR_FORWARD));
639 tp->GetBitmapNamed(IDR_FORWARD_H));
641 tp->GetBitmapNamed(IDR_FORWARD_P));
643 tp->GetBitmapNamed(IDR_FORWARD_D));
646 tp->GetBitmapNamed(IDR_RELOAD));
648 tp->GetBitmapNamed(IDR_RELOAD_H));
650 tp->GetBitmapNamed(IDR_RELOAD_P));
652 tp->GetBitmapNamed(IDR_STOP));
654 tp->GetBitmapNamed(IDR_STOP_H));
656 tp->GetBitmapNamed(IDR_STOP_P));
658 tp->GetBitmapNamed(IDR_STOP_D));
660 home_->SetImage(views::CustomButton::BS_NORMAL, tp->GetBitmapNamed(IDR_HOME));
661 home_->SetImage(views::CustomButton::BS_HOT, tp->GetBitmapNamed(IDR_HOME_H));
663 tp->GetBitmapNamed(IDR_HOME_P));
678 ui::ThemeProvider* tp = GetThemeProvider();
687 SkBitmap icon = *tp->GetBitmapNamed(id);
711 badge = *tp->GetBitmapNamed(GetUpgradeRecommendedBadge());
716 badge = *tp->GetBitmapNamed(IDR_CONFLICT_BADGE);