HomeSort by relevance Sort by last modified time
    Searched refs:WARNING_TYPE (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/tab_contents/
infobar_delegate.h 50 WARNING_TYPE,
infobar_delegate.cc 40 return WARNING_TYPE;
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc 28 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
38 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
translate_infobar_base.cc 49 error_background_(InfoBarDelegate::WARNING_TYPE) {
infobar_view.cc 340 (delegate()->GetInfoBarType() == InfoBarDelegate::WARNING_TYPE) ?
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.cc 75 InfoBar::GetTopColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
82 InfoBar::GetTopColor(InfoBarDelegate::WARNING_TYPE,
100 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
107 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE,
infobar_gtk.cc 210 case InfoBarDelegate::WARNING_TYPE:
226 case InfoBarDelegate::WARNING_TYPE:

Completed in 219 milliseconds