Home
last modified time | relevance | path

Searched defs:infobar_type (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_background.cc13 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) in InfoBarBackground()
22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) { in GetTopColor()
32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) { in GetBottomColor()
/external/chromium_org/chrome/browser/infobars/
Dinfobar.cc35 SkColor InfoBar::GetTopColor(InfoBarDelegate::Type infobar_type) { in GetTopColor()
45 SkColor InfoBar::GetBottomColor(InfoBarDelegate::Type infobar_type) { in GetBottomColor()
/external/chromium_org/chrome/browser/ui/views/infobars/
Dinfobar_background.cc14 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) in InfoBarBackground()
/external/chromium_org/chrome/test/functional/
Dtest_utils.py333 def GetInfobarIndexByType(test, infobar_type, windex=0, tab_index=0): argument
353 def WaitForInfobarTypeAndGetIndex(test, infobar_type, windex=0, tab_index=0): argument
374 def AssertInfobarTypeDoesNotAppear(test, infobar_type, windex=0, tab_index=0): argument
/external/chromium_org/chrome/browser/translate/
Dtranslate_infobar_delegate.cc38 Type infobar_type, in Create()
294 Type infobar_type, in TranslateInfoBarDelegate()
Dtranslate_infobar_delegate.h85 Type infobar_type() const { return infobar_type_; } in infobar_type() function