/external/chromium/chrome/browser/download/ |
download_request_infobar_delegate_unittest.cc | 21 return infobar_->AsConfirmInfoBarDelegate(); 28 if (infobar_ != NULL) 29 infobar_.release()->InfoBarClosed(); 36 scoped_ptr<InfoBarDelegate> infobar_; member in class:MockTabDownloadState 48 infobar_.reset(new DownloadRequestInfoBarDelegate(NULL, this)); 66 static_cast<DownloadRequestInfoBarDelegate*>(infobar_.get())->set_host(NULL);
|
download_request_limiter.cc | 27 infobar_(NULL) { 44 DCHECK(!infobar_); 73 infobar_ = new DownloadRequestInfoBarDelegate(tab, this); 74 tab->AddInfoBar(infobar_); 152 if (infobar_) { 154 infobar_->set_host(NULL); 155 infobar_ = NULL;
|
download_request_limiter.h | 111 bool is_showing_prompt() const { return (infobar_ != NULL); } 128 infobar_(NULL) { 162 DownloadRequestInfoBarDelegate* infobar_; member in class:DownloadRequestLimiter::TabDownloadState
|
/external/chromium/chrome/browser/ui/gtk/ |
collected_cookies_gtk.cc | 127 infobar_ = gtk_frame_new(NULL); 131 gtk_container_add(GTK_CONTAINER(infobar_), infobar_contents); 139 gtk_widget_show_all(infobar_); 140 gtk_widget_set_no_show_all(infobar_, TRUE); 141 gtk_widget_hide(infobar_); 142 gtk_box_pack_start(GTK_BOX(dialog_), infobar_, TRUE, TRUE, 0); local 465 gtk_widget_hide(infobar_); 470 gtk_widget_show(infobar_);
|
collected_cookies_gtk.h | 108 GtkWidget* infobar_; member in class:CollectedCookiesGtk
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 109 infobar_(NULL), 140 EXPECT_TRUE(infobar_); 151 infobar_ = Details<InfoBarDelegate>(details).ptr(); 152 ASSERT_TRUE(infobar_->GetIcon()); 153 ASSERT_TRUE(infobar_->AsConfirmInfoBarDelegate()); 170 if (wait_for_infobar_ && infobar_) 178 InfoBarDelegate* infobar_; member in class:__anon3597::GeolocationNotificationObserver 202 : infobar_(NULL), 281 EXPECT_TRUE(notification_observer.infobar_); 282 infobar_ = notification_observer.infobar_ 360 InfoBarDelegate* infobar_; member in class:__anon3597::GeolocationBrowserTest [all...] |
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac.mm | 176 [infoBar_ setGradient:bannerGradient]; 181 [infoBar_ setStrokeColor:bannerStrokeColor]; 452 NSRect infoBarFrame = [infoBar_ frame]; 459 [infoBar_ setFrame:infoBarFrame]; 460 [[[self window] contentView] addSubview:infoBar_]; 469 infoBar_, NSViewAnimationTargetKey,
|
collected_cookies_mac.h | 79 IBOutlet VerticalGradientView* infoBar_;
|
/external/chromium/chrome/browser/google/ |
google_url_tracker.cc | 103 infobar_(NULL) { 277 infobar_ = NULL; 353 infobar_ = NULL; 363 infobar_ = (*infobar_creator_)(tab_contents, this, fetched_google_url_);
|
google_url_tracker_unittest.cc | 253 return (g_browser_process->google_url_tracker()->infobar_ != NULL); 258 g_browser_process->google_url_tracker()->infobar_); 264 g_browser_process->google_url_tracker()->infobar_); 272 g_browser_process->google_url_tracker()->infobar_); 279 InfoBarDelegate* infobar = g_browser_process->google_url_tracker()->infobar_;
|
google_url_tracker.h | 155 InfoBarDelegate* infobar_; member in class:GoogleURLTracker
|
/external/chromium/chrome/browser/ui/views/ |
collected_cookies_win.h | 107 InfobarView* infobar_; member in class:CollectedCookiesWin
|
collected_cookies_win.cc | 173 infobar_(NULL), 229 infobar_ = new InfobarView(); 230 layout->AddView(infobar_); 476 infobar_->UpdateVisibility(true, setting, origin_node->GetTitle());
|