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

  /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.h 111 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/views/infobars/
translate_language_menu_model.h 46 TranslateInfoBarBase* infobar_; member in class:TranslateLanguageMenuModel
  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.h 107 InfobarView* infobar_; member in class:CollectedCookiesWin
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.h 117 InfobarView* infobar_; member in class:CollectedCookiesViews
  /external/chromium/chrome/browser/google/
google_url_tracker.h 155 InfoBarDelegate* infobar_; member in class:GoogleURLTracker
  /external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.h 108 GtkWidget* infobar_; member in class:CollectedCookiesGtk
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_);
  /external/chromium_org/chrome/browser/ui/gtk/
collected_cookies_gtk.h 108 GtkWidget* infobar_; member in class:CollectedCookiesGtk
collected_cookies_gtk.cc 163 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/
permission_queue_controller.cc 50 bool has_infobar() const { return !!infobar_; }
51 InfoBarDelegate* infobar() { return infobar_; }
63 InfoBarDelegate* infobar_; member in class:PermissionQueueController::PendingInfoBarRequest
79 infobar_(NULL) {
104 infobar_ = GeolocationInfoBarDelegate::Create(
109 infobar_ = MIDIPermissionInfoBarDelegate::Create(
  /external/chromium_org/chrome/browser/ssl/
ssl_tab_helper.cc 140 // Displays an infobar, replacing |infobar_| if it exists.
150 InfoBarDelegate* infobar_; member in class:SSLTabHelper::SSLAddCertData
158 infobar_(NULL) {
171 infobar_ = SSLCertResultInfoBarDelegate::Create(infobar_service_, infobar_,
181 if (infobar_ ==
185 infobar_ = NULL;
  /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:__anon4612::GeolocationNotificationObserver
202 : infobar_(NULL),
281 EXPECT_TRUE(notification_observer.infobar_);
282 infobar_ = notification_observer.infobar_
360 InfoBarDelegate* infobar_; member in class:__anon4612::GeolocationBrowserTest
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 143 bool has_infobar() const { return !!infobar_; }
144 InfoBarDelegate* infobar() { return infobar_; }
149 InfoBarDelegate* infobar_; member in class:__anon7531::GeolocationNotificationObserver
160 infobar_(NULL),
186 infobar_ = content::Details<InfoBarAddedDetails>(details).ptr();
187 ASSERT_FALSE(infobar_->GetIcon().IsEmpty());
188 ASSERT_TRUE(infobar_->AsConfirmInfoBarDelegate());
203 if ((wait_for_infobar_ && infobar_) ||
221 EXPECT_TRUE(wait_for_infobar_ ? (infobar_ != NULL) : navigation_completed_);
280 InfoBarDelegate* infobar_; member in class:GeolocationBrowserTest
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 122 ExtensionDevToolsInfoBarDelegate* infobar_; member in class:ExtensionDevToolsClientHost
313 infobar_(infobar),
333 if (infobar_) {
334 infobar_->set_client_host(this);
348 if (infobar_) {
349 infobar_->set_client_host(NULL);
351 agent_host_->GetRenderViewHost()))->RemoveInfoBar(infobar_);
419 if (content::Details<InfoBarRemovedDetails>(details)->first == infobar_) {
420 infobar_ = NULL;

Completed in 403 milliseconds