Searched refs:infobar_type (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_background.h14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
18 static SkColor GetTopColor(InfoBarDelegate::Type infobar_type);
19 static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);
H A Dinfobar_background.cc13 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) argument
15 top_color_(GetTopColor(infobar_type)),
16 bottom_color_(GetBottomColor(infobar_type)) {
22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) { argument
28 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) { argument
38 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_background.h14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
H A Dinfobar_background.cc14 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) argument
16 top_color_(GetInfoBarTopColor(infobar_type)),
17 bottom_color_(GetInfoBarBottomColor(infobar_type)) {
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar.cc15 SkColor GetInfoBarTopColor(InfoBarDelegate::Type infobar_type) { argument
20 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
24 SkColor GetInfoBarBottomColor(InfoBarDelegate::Type infobar_type) { argument
29 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
H A Dinfobar.h21 SkColor GetInfoBarTopColor(InfoBarDelegate::Type infobar_type);
22 SkColor GetInfoBarBottomColor(InfoBarDelegate::Type infobar_type);
/external/chromium_org/chrome/test/functional/
H A Dtest_utils.py333 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
[all...]
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_infobar_delegate.cc51 Type infobar_type,
58 if (infobar_type != TRANSLATION_ERROR) {
64 DCHECK(infobar_type == TRANSLATING || infobar_type == AFTER_TRANSLATE);
82 new TranslateInfoBarDelegate(infobar_service, infobar_type, old_delegate,
87 if ((infobar_type == TranslateInfoBarDelegate::AFTER_TRANSLATE) ||
88 (infobar_type == TranslateInfoBarDelegate::TRANSLATING)) {
338 Type infobar_type,
346 infobar_type_(infobar_type),
48 Create( bool replace_existing_infobar, InfoBarService* infobar_service, Type infobar_type, const std::string& original_language, const std::string& target_language, TranslateErrors::Type error_type, PrefService* prefs, const ShortcutConfiguration& shortcut_config) argument
336 TranslateInfoBarDelegate( InfoBarService* infobar_service, Type infobar_type, TranslateInfoBarDelegate* old_delegate, const std::string& original_language, const std::string& target_language, TranslateErrors::Type error_type, PrefService* prefs, ShortcutConfiguration shortcut_config) argument
H A Dtranslate_infobar_delegate.h50 // specified iff |infobar_type| == TRANSLATION_ERROR. For other infobar
55 // |infobar_type| == TRANSLATING and
64 Type infobar_type,
88 Type infobar_type() const { return infobar_type_; } function in class:TranslateInfoBarDelegate
182 Type infobar_type,
H A Dtranslate_manager_browsertest.cc379 infobar->infobar_type());
388 EXPECT_EQ(TranslateInfoBarDelegate::TRANSLATING, infobar->infobar_type());
407 EXPECT_EQ(TranslateInfoBarDelegate::AFTER_TRANSLATE, infobar->infobar_type());
452 infobar->infobar_type());
466 infobar->infobar_type());
491 infobar->infobar_type());
503 EXPECT_EQ(TranslateInfoBarDelegate::AFTER_TRANSLATE, infobar->infobar_type());
517 infobar->infobar_type());
531 infobar->infobar_type());
912 infobar->infobar_type());
[all...]
/external/chromium/chrome/browser/translate/
H A Dtranslate_infobar_delegate.h44 Type infobar_type,
151 TranslateInfoBarDelegate(Type infobar_type,
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_interactive_uitest.cc870 delegate->infobar_type());
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc1696 translate_infobar_delegate->infobar_type());

Completed in 230 milliseconds