Searched refs:infobar_ (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/download/ |
D | download_request_infobar_delegate_unittest.cc | 21 return infobar_->AsConfirmInfoBarDelegate(); in infobar() 28 if (infobar_ != NULL) in close_infobar() 29 infobar_.release()->InfoBarClosed(); in close_infobar() 36 scoped_ptr<InfoBarDelegate> infobar_; member in MockTabDownloadState 48 infobar_.reset(new DownloadRequestInfoBarDelegate(NULL, this)); in MockTabDownloadState() 66 static_cast<DownloadRequestInfoBarDelegate*>(infobar_.get())->set_host(NULL); in Accept()
|
D | download_request_limiter.cc | 27 infobar_(NULL) { in TabDownloadState() 44 DCHECK(!infobar_); in ~TabDownloadState() 73 infobar_ = new DownloadRequestInfoBarDelegate(tab, this); in PromptUserForDownload() 74 tab->AddInfoBar(infobar_); in PromptUserForDownload() 152 if (infobar_) { in NotifyCallbacks() 154 infobar_->set_host(NULL); in NotifyCallbacks() 155 infobar_ = NULL; in NotifyCallbacks()
|
D | download_request_limiter.h | 111 bool is_showing_prompt() const { return (infobar_ != NULL); } in is_showing_prompt() 128 infobar_(NULL) { in TabDownloadState() 162 DownloadRequestInfoBarDelegate* infobar_; variable
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_browsertest.cc | 109 infobar_(NULL), in GeolocationNotificationObserver() 140 EXPECT_TRUE(infobar_); in AddWatchAndWaitForNotification() 151 infobar_ = Details<InfoBarDelegate>(details).ptr(); in Observe() 152 ASSERT_TRUE(infobar_->GetIcon()); in Observe() 153 ASSERT_TRUE(infobar_->AsConfirmInfoBarDelegate()); in Observe() 170 if (wait_for_infobar_ && infobar_) in Observe() 178 InfoBarDelegate* infobar_; member in __anonf875e1780111::GeolocationNotificationObserver 202 : infobar_(NULL), in GeolocationBrowserTest() 281 EXPECT_TRUE(notification_observer.infobar_); in AddGeolocationWatch() 282 infobar_ = notification_observer.infobar_; in AddGeolocationWatch() [all …]
|
/external/chromium/chrome/browser/ui/gtk/ |
D | collected_cookies_gtk.cc | 127 infobar_ = gtk_frame_new(NULL); in Init() 131 gtk_container_add(GTK_CONTAINER(infobar_), infobar_contents); in Init() 139 gtk_widget_show_all(infobar_); in Init() 140 gtk_widget_set_no_show_all(infobar_, TRUE); in Init() 141 gtk_widget_hide(infobar_); in Init() 142 gtk_box_pack_start(GTK_BOX(dialog_), infobar_, TRUE, TRUE, 0); in Init() 465 gtk_widget_hide(infobar_); in AddExceptions() 470 gtk_widget_show(infobar_); in AddExceptions()
|
D | collected_cookies_gtk.h | 108 GtkWidget* infobar_; variable
|
/external/chromium/chrome/browser/google/ |
D | google_url_tracker.cc | 103 infobar_(NULL) { in GoogleURLTracker() 277 infobar_ = NULL; in InfoBarClosed() 353 infobar_ = NULL; in OnNavigationCommittedOrTabClosed() 363 infobar_ = (*infobar_creator_)(tab_contents, this, fetched_google_url_); in ShowGoogleURLInfoBarIfNecessary()
|
D | google_url_tracker_unittest.cc | 253 return (g_browser_process->google_url_tracker()->infobar_ != NULL); in InfoBarIsShown() 258 g_browser_process->google_url_tracker()->infobar_); in GetInfoBarShowingURL() 264 g_browser_process->google_url_tracker()->infobar_); in AcceptGoogleURL() 272 g_browser_process->google_url_tracker()->infobar_); in CancelGoogleURL() 279 InfoBarDelegate* infobar = g_browser_process->google_url_tracker()->infobar_; in InfoBarClosed()
|
D | google_url_tracker.h | 155 InfoBarDelegate* infobar_; variable
|
/external/chromium/chrome/browser/ui/views/ |
D | collected_cookies_win.cc | 173 infobar_(NULL), in CollectedCookiesWin() 229 infobar_ = new InfobarView(); in Init() 230 layout->AddView(infobar_); in Init() 476 infobar_->UpdateVisibility(true, setting, origin_node->GetTitle()); in AddContentException()
|
D | collected_cookies_win.h | 107 InfobarView* infobar_; variable
|