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

  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 26 base::WeakPtr<InfoBarCocoa> infobar_; member in namespace:NSViewController
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.h 115 InfobarView* infobar_; member in class:CollectedCookiesViews
  /external/chromium_org/components/infobars/core/
infobar_delegate.h 116 void set_infobar(InfoBar* infobar) { infobar_ = infobar; }
133 InfoBar* infobar() { return infobar_; }
141 InfoBar* infobar_; member in class:infobars::InfoBarDelegate
  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller.cc 54 bool has_infobar() const { return !!infobar_; }
55 infobars::InfoBar* infobar() { return infobar_; }
68 infobars::InfoBar* infobar_; member in class:PermissionQueueController::PendingInfobarRequest
86 infobar_(NULL) {
111 infobar_ = GeolocationInfoBarDelegate::Create(
116 infobar_ = MidiPermissionInfoBarDelegate::Create(
122 infobar_ = ProtectedMediaIdentifierInfoBarDelegate::Create(
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 140 bool has_infobar() const { return !!infobar_; }
141 infobars::InfoBar* infobar() { return infobar_; }
146 infobars::InfoBar* infobar_; member in class:__anon8605::GeolocationNotificationObserver
157 infobar_(NULL),
183 infobar_ = content::Details<infobars::InfoBar::AddedDetails>(details).ptr();
184 ASSERT_FALSE(infobar_->delegate()->GetIcon().IsEmpty());
185 ASSERT_TRUE(infobar_->delegate()->AsConfirmInfoBarDelegate());
200 if ((wait_for_infobar_ && infobar_) ||
216 EXPECT_TRUE(wait_for_infobar_ ? (infobar_ != NULL) : navigation_completed_);
297 infobars::InfoBar* infobar_; member in class:GeolocationBrowserTest
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 130 infobars::InfoBar* infobar_; member in class:extensions::ExtensionDevToolsClientHost
323 infobar_(infobar),
344 if (infobar_) {
346 infobar_->delegate())->set_client_host(this);
360 if (infobar_) {
362 infobar_->delegate())->set_client_host(NULL);
365 infobar_service->RemoveInfoBar(infobar_);
438 infobar_) {
439 infobar_ = NULL;

Completed in 518 milliseconds