HomeSort by relevance Sort by last modified time
    Searched defs:infobar_service_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/google/
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:__anon5028::TestInfoBarDelegate
479 infobar_service_(infobar_service) {
492 infobar_service_);
    [all...]
  /external/chromium_org/chrome/browser/infobars/
infobar_container.h 128 InfoBarService* infobar_service_; member in class:InfoBarContainer
  /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:__anon5336::NavigationObserver
  /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/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/ui/website_settings/
website_settings.h 147 InfoBarService* infobar_service_; member in class:WebsiteSettings
  /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...]

Completed in 268 milliseconds