Searched defs:infobar_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_request_infobar_delegate_unittest.cc21 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);
H A Ddownload_request_limiter.h111 bool is_showing_prompt() const { return (infobar_ != NULL); }
128 infobar_(NULL) {
162 DownloadRequestInfoBarDelegate* infobar_; member in class:DownloadRequestLimiter::TabDownloadState
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_controller.h23 base::WeakPtr<InfoBarCocoa> infobar_; variable
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dtranslate_language_menu_model.h47 TranslateInfoBarBase* infobar_; member in class:TranslateLanguageMenuModel
/external/chromium/chrome/browser/ui/views/
H A Dcollected_cookies_win.h107 InfobarView* infobar_; member in class:CollectedCookiesWin
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_delegate.h100 void set_infobar(InfoBar* infobar) { infobar_ = infobar; }
123 InfoBar* infobar() { return infobar_; }
131 InfoBar* infobar_; member in class:InfoBarDelegate
/external/chromium_org/chrome/browser/ui/views/
H A Dcollected_cookies_views.h119 InfobarView* infobar_; member in class:CollectedCookiesViews
/external/chromium/chrome/browser/google/
H A Dgoogle_url_tracker.h155 InfoBarDelegate* infobar_; member in class:GoogleURLTracker
/external/chromium/chrome/browser/ui/gtk/
H A Dcollected_cookies_gtk.h108 GtkWidget* infobar_; member in class:CollectedCookiesGtk
H A Dcollected_cookies_gtk.cc127 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_);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dcollected_cookies_gtk.h108 GtkWidget* infobar_; member in class:CollectedCookiesGtk
H A Dcollected_cookies_gtk.cc163 infobar_ = gtk_frame_new(NULL);
167 gtk_container_add(GTK_CONTAINER(infobar_), infobar_contents);
175 gtk_widget_show_all(infobar_);
176 gtk_widget_set_no_show_all(infobar_, TRUE);
177 gtk_widget_hide(infobar_);
178 gtk_box_pack_start(GTK_BOX(dialog_), infobar_, TRUE, TRUE, 0); local
497 gtk_widget_hide(infobar_);
502 gtk_widget_show(infobar_);
/external/chromium_org/chrome/browser/content_settings/
H A Dpermission_queue_controller.cc53 bool has_infobar() const { return !!infobar_; }
54 InfoBar* infobar() { return infobar_; }
66 InfoBar* infobar_; member in class:PermissionQueueController::PendingInfoBarRequest
82 infobar_(NULL) {
107 infobar_ = GeolocationInfoBarDelegate::Create(
112 infobar_ = MIDIPermissionInfoBarDelegate::Create(
118 infobar_ = ProtectedMediaIdentifierInfoBarDelegate::Create(
/external/chromium_org/chrome/browser/ssl/
H A Dssl_tab_helper.cc138 // Displays an infobar, replacing |infobar_| if it exists.
148 InfoBar* infobar_; member in class:SSLTabHelper::SSLAddCertData
156 infobar_(NULL) {
169 infobar_ = SSLCertResultInfoBarDelegate::Create(infobar_service_, infobar_,
179 if (infobar_ ==
183 infobar_ = NULL;
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc109 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:__anon2209::GeolocationNotificationObserver
202 : infobar_(NULL),
281 EXPECT_TRUE(notification_observer.infobar_);
282 infobar_
360 InfoBarDelegate* infobar_; member in class:__anon2209::GeolocationBrowserTest
[all...]
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc143 bool has_infobar() const { return !!infobar_; }
144 InfoBar* infobar() { return infobar_; }
149 InfoBar* infobar_; member in class:__anon5331::GeolocationNotificationObserver
160 infobar_(NULL),
186 infobar_ = content::Details<InfoBar::AddedDetails>(details).ptr();
187 ASSERT_FALSE(infobar_->delegate()->GetIcon().IsEmpty());
188 ASSERT_TRUE(infobar_->delegate()->AsConfirmInfoBarDelegate());
203 if ((wait_for_infobar_ && infobar_) ||
221 EXPECT_TRUE(wait_for_infobar_ ? (infobar_ != NULL) : navigation_completed_);
301 InfoBar* infobar_; member in class:GeolocationBrowserTest
[all...]
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc116 InfoBar* infobar_; member in class:ExtensionDevToolsClientHost
303 infobar_(infobar),
323 if (infobar_) {
325 infobar_->delegate())->set_client_host(this);
339 if (infobar_) {
341 infobar_->delegate())->set_client_host(NULL);
343 agent_host_->GetRenderViewHost()))->RemoveInfoBar(infobar_);
411 if (content::Details<InfoBar::RemovedDetails>(details)->first == infobar_) {
412 infobar_ = NULL;

Completed in 689 milliseconds