/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_background.h | 14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type); 18 static SkColor GetTopColor(InfoBarDelegate::Type infobar_type); 19 static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);
|
infobar_background.cc | 13 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) 15 top_color_(GetTopColor(infobar_type)), 16 bottom_color_(GetBottomColor(infobar_type)) { 22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) { 28 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ? 32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) { 38 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_background.h | 14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
|
infobar_background.cc | 14 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) 16 top_color_(InfoBar::GetTopColor(infobar_type)), 17 bottom_color_(InfoBar::GetBottomColor(infobar_type)) {
|
translate_infobar_base.cc | 26 if (delegate->infobar_type() == BEFORE_TRANSLATE) 28 if (delegate->infobar_type() == AFTER_TRANSLATE)
|
/external/chromium_org/chrome/browser/translate/ |
translate_infobar_delegate.cc | 38 Type infobar_type, 45 if (infobar_type != TRANSLATION_ERROR) { 51 DCHECK(infobar_type == TRANSLATING || infobar_type == AFTER_TRANSLATE); 57 if ((infobar_type == TranslateInfoBarDelegate::AFTER_TRANSLATE) || 58 (infobar_type == TranslateInfoBarDelegate::TRANSLATING)) { 84 web_contents, infobar_type, old_delegate, original_language, 294 Type infobar_type, 302 infobar_type_(infobar_type),
|
translate_infobar_delegate.h | 51 // specified iff |infobar_type| == TRANSLATION_ERROR. For other infobar 56 // |infobar_type| == TRANSLATING and 65 Type infobar_type, 85 Type infobar_type() const { return infobar_type_; } function in class:TranslateInfoBarDelegate 177 Type infobar_type,
|
translate_manager_browsertest.cc | 427 infobar->infobar_type()); 436 EXPECT_EQ(TranslateInfoBarDelegate::TRANSLATING, infobar->infobar_type()); 455 EXPECT_EQ(TranslateInfoBarDelegate::AFTER_TRANSLATE, infobar->infobar_type()); 489 infobar->infobar_type()); 495 EXPECT_EQ(TranslateInfoBarDelegate::TRANSLATING, infobar->infobar_type()); 506 infobar->infobar_type()); 520 infobar->infobar_type()); 545 infobar->infobar_type()); 557 EXPECT_EQ(TranslateInfoBarDelegate::AFTER_TRANSLATE, infobar->infobar_type()); 571 infobar->infobar_type()); [all...] |
/external/chromium_org/chrome/test/functional/ |
passwords.py | 18 INFOBAR_TYPE = 'password_infobar' 139 self, self.INFOBAR_TYPE)) 155 self, self.INFOBAR_TYPE)) 164 self, self.INFOBAR_TYPE, tab_index=1), tab_index=1) 182 self, self.INFOBAR_TYPE)) 204 self, self.INFOBAR_TYPE)) 249 self, self.INFOBAR_TYPE)) 255 test_utils.AssertInfobarTypeDoesNotAppear(self, self.INFOBAR_TYPE) 266 self, self.INFOBAR_TYPE)) 268 test_utils.AssertInfobarTypeDoesNotAppear(self, self.INFOBAR_TYPE) [all...] |
test_utils.py | 333 def GetInfobarIndexByType(test, infobar_type, windex=0, tab_index=0): 338 infobar_type: The infobar type to look for. 349 if infobar_type == infobar['type']: 353 def WaitForInfobarTypeAndGetIndex(test, infobar_type, windex=0, tab_index=0): 360 infobar_type: The infobar type to look for. 369 test, infobar_type, windex, tab_index) is not None), 370 msg='Infobar type for %s did not appear.' % infobar_type) 372 return GetInfobarIndexByType(test, infobar_type, windex, tab_index) 374 def AssertInfobarTypeDoesNotAppear(test, infobar_type, windex=0, tab_index=0): 381 infobar_type: The infobar type to look for [all...] |
prefs.py | 21 INFOBAR_TYPE = 'rph_infobar' 227 self, self.INFOBAR_TYPE))
|
prefs_ui.py | 20 INFOBAR_TYPE = 'rph_infobar' 270 self, self.INFOBAR_TYPE))
|
infobars.py | 80 # infobar_type and index of the type is implemented.
|
/external/chromium_org/chrome/browser/infobars/ |
infobar.cc | 35 SkColor InfoBar::GetTopColor(InfoBarDelegate::Type infobar_type) { 40 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ? 45 SkColor InfoBar::GetBottomColor(InfoBarDelegate::Type infobar_type) { 50 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
|
infobar.h | 55 static SkColor GetTopColor(InfoBarDelegate::Type infobar_type); 56 static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
translate_infobar.cc | 48 delegate->infobar_type(), delegate->original_language_index(), 77 delegate->infobar_type()); 82 this, delegate->infobar_type()); 126 (delegate->infobar_type() ==
|
/external/chromium/chrome/browser/translate/ |
translate_infobar_delegate.h | 44 Type infobar_type, 151 TranslateInfoBarDelegate(Type infobar_type,
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
translate_infobar_base_gtk.cc | 27 if (delegate->infobar_type() == BEFORE_TRANSLATE) 29 if (delegate->infobar_type() == AFTER_TRANSLATE)
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
translate_infobar_base.mm | 36 switch (infobar->delegate()->AsTranslateInfoBarDelegate()->infobar_type()) { 131 if ([self delegate]->infobar_type() == 145 if ([self delegate]->infobar_type() == 404 TranslateInfoBarDelegate::Type state = delegate->infobar_type(); 416 delegate->infobar_type());
|
/external/chromium_org/chrome/browser/autofill/ |
autofill_interactive_uitest.cc | 841 delegate->infobar_type()); [all...] |
/external/chromium_org/chrome/browser/policy/ |
policy_browsertest.cc | [all...] |