/external/chromium_org/chrome/browser/google/ |
google_url_tracker_map_entry.cc | 20 infobar_service_(infobar_service), 34 DCHECK_EQ(infobar_service_, content::Source<InfoBarService>(source).ptr()); 37 google_url_tracker_->DeleteMapEntryForService(infobar_service_); 47 content::Source<InfoBarService>(infobar_service_)); 54 // WARNING: |infobar_service_| may point to a deleted object. Do not 56 google_url_tracker_->DeleteMapEntryForService(infobar_service_);
|
google_url_tracker_map_entry.h | 49 const InfoBarService* const infobar_service_; member in class:GoogleURLTrackerMapEntry
|
google_url_tracker_unittest.cc | 57 InfoBarService* infobar_service_; member in class:__anon7744::TestInfoBarDelegate 479 infobar_service_(infobar_service) { 492 infobar_service_); [all...] |
/external/chromium_org/chrome/browser/translate/ |
translate_browsertest.cc | 53 infobar_service_(NULL) {} 77 if (!infobar_service_) { 81 infobar_service_ = InfoBarService::FromWebContents(web_contents); 83 if (!infobar_service_) { 89 for (size_t i = 0; i < infobar_service_->infobar_count(); ++i) { 94 ConfirmInfoBarDelegate* confirm = infobar_service_->infobar_at(i)-> 99 TranslateInfoBarDelegate* translate = infobar_service_->infobar_at(i)-> 115 InfoBarService* infobar_service_; member in class:TranslateBrowserTest
|
/external/chromium_org/chrome/browser/infobars/ |
infobar_container.cc | 25 infobar_service_(NULL), 37 infobar_service_ = infobar_service; 38 if (infobar_service_) { 39 content::Source<InfoBarService> source(infobar_service_); 47 for (size_t i = 0; i < infobar_service_->infobar_count(); ++i) { 50 AddInfoBar(infobar_service_->infobar_at(i), i, false, NO_CALLBACK);
|
infobar_container.h | 128 InfoBarService* infobar_service_; member in class:InfoBarContainer
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_tab_helper.cc | 147 InfoBarService* infobar_service_; member in class:SSLTabHelper::SSLAddCertData 155 : infobar_service_(infobar_service), 157 content::Source<InfoBarService> source(infobar_service_); 169 infobar_ = SSLCertResultInfoBarDelegate::Create(infobar_service_, infobar_,
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings.h | 147 InfoBarService* infobar_service_; member in class:WebsiteSettings
|
website_settings.cc | 136 infobar_service_(infobar_service), 290 WebsiteSettingsInfoBarDelegate::Create(infobar_service_);
|
/external/chromium_org/chrome/browser/autofill/ |
autofill_browsertest.cc | 62 infobar_service_(NULL) { 70 if (infobar_service_ && (infobar_service_->infobar_count() > 0)) 71 infobar_service_->RemoveInfoBar(infobar_service_->infobar_at(0)); 101 infobar_service_ = InfoBarService::FromWebContents( 104 infobar_service_->infobar_at(0)->delegate()->AsConfirmInfoBarDelegate(); 114 InfoBarService* infobar_service_; member in class:autofill::WindowedPersonalDataManagerObserver
|
autofill_interactive_uitest.cc | 138 infobar_service_(NULL) { 146 if (infobar_service_) { 147 while (infobar_service_->infobar_count() > 0) { 148 infobar_service_->RemoveInfoBar(infobar_service_->infobar_at(0)); 170 infobar_service_ = InfoBarService::FromWebContents( 172 infobar_service_->infobar_at(0)->delegate()->AsConfirmInfoBarDelegate()-> 190 InfoBarService* infobar_service_; member in class:autofill::WindowedPersonalDataManagerObserver [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_manager_browsertest.cc | 49 infobar_service_(InfoBarService::FromWebContents(web_contents)) { 52 content::Source<InfoBarService>(infobar_service_)); 68 infobar_service_->infobar_at(0)->delegate()->AsConfirmInfoBarDelegate()-> 98 InfoBarService* infobar_service_; member in class:__anon8052::NavigationObserver
|