Home
last modified time | relevance | path

Searched refs:infobar_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_request_infobar_delegate_unittest.cc21 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()
Ddownload_request_limiter.cc27 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()
Ddownload_request_limiter.h111 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/
Dgeolocation_browsertest.cc109 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/
Dcollected_cookies_gtk.cc127 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()
Dcollected_cookies_gtk.h108 GtkWidget* infobar_; variable
/external/chromium/chrome/browser/google/
Dgoogle_url_tracker.cc103 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()
Dgoogle_url_tracker_unittest.cc253 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()
Dgoogle_url_tracker.h155 InfoBarDelegate* infobar_; variable
/external/chromium/chrome/browser/ui/views/
Dcollected_cookies_win.cc173 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()
Dcollected_cookies_win.h107 InfobarView* infobar_; variable