Searched defs:infobar_type (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_background.cc | 13 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/ |
D | infobar.cc | 35 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/ |
D | infobar_background.cc | 14 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) in InfoBarBackground()
|
/external/chromium_org/chrome/test/functional/ |
D | test_utils.py | 333 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/ |
D | translate_infobar_delegate.cc | 38 Type infobar_type, in Create() 294 Type infobar_type, in TranslateInfoBarDelegate()
|
D | translate_infobar_delegate.h | 85 Type infobar_type() const { return infobar_type_; } in infobar_type() function
|