HomeSort by relevance Sort by last modified time
    Searched defs:GetBottomColor (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc 16 bottom_color_(GetBottomColor(infobar_type)) {
32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) {
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 223 void InfoBar::GetBottomColor(InfoBarDelegate::Type type,
264 GetBottomColor(delegate_->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
translate_infobar_base_gtk.cc 95 void TranslateInfoBarBase::GetBottomColor(InfoBarDelegate::Type type,
98 InfoBar::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
100 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
103 InfoBar::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE,
107 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE,

Completed in 1695 milliseconds