HomeSort by relevance Sort by last modified time
    Searched refs:infobar (Results 51 - 58 of 58) sorted by null

1 23

  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.h 48 // Infobar that's shown when a plug-in requires user authorization to run.
51 // Creates an unauthorized plugin infobar delegate and adds it to
81 // Infobar that's shown when a plug-in is out of date.
85 // Creates an outdated plugin infobar delegate and adds it to
116 // Replaces this infobar with one showing |message|. The new infobar will
127 // The main purpose for this class is to popup/close the infobar when there is
134 // Shows an infobar asking whether to install the plugin represented by
136 // During installation of the plug-in, the infobar will change to reflect the
143 // Replaces |infobar|, which must currently be owned, with an infobar askin
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc     [all...]
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.cc 18 #include "chrome/browser/infobars/infobar.h"
85 EXPECT_EQ(0u, expected_infobars_.size()) << "Missing an expected infobar";
93 InfoBarDelegate* infobar = local
96 infobar->AsConfirmInfoBarDelegate();
99 ASSERT_FALSE(expected_infobars_.empty()) << "Unexpected infobar";
106 // TODO(bauerb): We should close the infobar.
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2330 InfoBarDelegate* infobar = tc->GetInfoBarDelegateAt(i); local
2399 InfoBarDelegate* infobar = NULL; local
3565 InfoBarDelegate* infobar = tab_contents->GetInfoBarDelegateAt(i); local
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 16 #include "chrome/browser/infobars/infobar.h"
130 // until the infobar has been displayed; otherwise it will block until the
144 InfoBarDelegate* infobar() { return infobar_; } function in class:__anon7531::GeolocationNotificationObserver
231 // 1. Infobar is displayed when a geolocation is requested from an unauthorized
233 // 2. Denying the infobar triggers the correct error callback.
234 // 3. Allowing the infobar does not trigger an error, and allow a geoposition to
359 infobar_ = notification_observer.infobar();
383 LOG(WARNING) << "will set infobar response";
396 LOG(WARNING) << "infobar response set";
454 // Infobar was displayed, deny access and check for error code
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 1691 InfoBarDelegate* infobar = infobar_service->infobar_at(0); local
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 2821 InfoBarDelegate* infobar = infobar_service->infobar_at(0); local
    [all...]

Completed in 481 milliseconds

1 23