HomeSort by relevance Sort by last modified time
    Searched refs:InfoBarService (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/ui/
collected_cookies_infobar_delegate.h 10 class InfoBarService;
21 static void Create(InfoBarService* infobar_service);
24 explicit CollectedCookiesInfoBarDelegate(InfoBarService* infobar_service);
collected_cookies_infobar_delegate.cc 16 void CollectedCookiesInfoBarDelegate::Create(InfoBarService* infobar_service) {
22 InfoBarService* infobar_service)
  /external/chromium_org/chrome/browser/ui/content_settings/
media_setting_changed_infobar_delegate.h 10 class InfoBarService;
18 static void Create(InfoBarService* infobar_service);
21 explicit MediaSettingChangedInfoBarDelegate(InfoBarService* infobar_service);
  /external/chromium_org/chrome/browser/ui/startup/
google_api_keys_infobar_delegate.h 13 class InfoBarService;
20 static void Create(InfoBarService* infobar_service);
23 explicit GoogleApiKeysInfoBarDelegate(InfoBarService* infobar_service);
obsolete_os_infobar_delegate.h 13 class InfoBarService;
20 static void Create(InfoBarService* infobar_service);
23 explicit ObsoleteOSInfoBarDelegate(InfoBarService* infobar_service);
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_infobar_delegate.h 10 class InfoBarService;
21 static void Create(InfoBarService* infobar_service);
24 explicit WebsiteSettingsInfoBarDelegate(InfoBarService* infobar_service);
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.h 16 static void Create(InfoBarService* infobar_service,
24 AlternateNavInfoBarDelegate(InfoBarService* owner,
29 virtual InfoBar* CreateInfoBar(InfoBarService* owner) OVERRIDE;
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 17 DEFINE_WEB_CONTENTS_USER_DATA_KEY(InfoBarService);
19 InfoBarDelegate* InfoBarService::AddInfoBar(
35 // TODO(pkasting): Remove InfoBarService arg from delegate constructors and
54 content::Source<InfoBarService>(this),
59 void InfoBarService::RemoveInfoBar(InfoBarDelegate* infobar) {
63 InfoBarDelegate* InfoBarService::ReplaceInfoBar(
86 content::Source<InfoBarService>(this),
91 InfoBarService::InfoBarService(content::WebContents* web_contents)
100 InfoBarService::~InfoBarService()
    [all...]
simple_alert_infobar_delegate.h 16 static void Create(InfoBarService* infobar_service,
22 SimpleAlertInfoBarDelegate(InfoBarService* infobar_service,
infobar_service.h 20 class InfoBarService : public content::WebContentsObserver,
22 public content::WebContentsUserData<InfoBarService> {
57 // Returns the infobar at the given |index|. The InfoBarService retains
69 friend class content::WebContentsUserData<InfoBarService>;
73 // Delegates for InfoBars associated with this InfoBarService. We do not own
77 explicit InfoBarService(content::WebContents* web_contents);
78 virtual ~InfoBarService();
101 DISALLOW_COPY_AND_ASSIGN(InfoBarService);
confirm_infobar_delegate.h 63 explicit ConfirmInfoBarDelegate(InfoBarService* infobar_service);
70 virtual InfoBar* CreateInfoBar(InfoBarService* owner) OVERRIDE;
insecure_content_infobar_delegate.h 23 static void Create(InfoBarService* infobar_service, InfoBarType type);
38 InsecureContentInfoBarDelegate(InfoBarService* infobar_service,
simple_alert_infobar_delegate.cc 11 void SimpleAlertInfoBarDelegate::Create(InfoBarService* infobar_service,
21 InfoBarService* infobar_service,
  /external/chromium_org/chrome/android/testshell/
testshell_stubs.cc 19 class InfoBarService;
29 InfoBarService* owner,
53 InfoBar* ConfirmInfoBarDelegate::CreateInfoBar(InfoBarService* owner) {
59 InfoBar* TranslateInfoBarDelegate::CreateInfoBar(InfoBarService* owner) {
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate.h 13 class InfoBarService;
22 InfoBarService* infobar_service,
30 InfoBarService* infobar_service,
47 InfoBarService* infobar_service,
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
alternate_nav_infobar_gtk.h 17 AlternateNavInfoBarGtk(InfoBarService* owner,
translate_message_infobar_gtk.h 15 TranslateMessageInfoBar(InfoBarService* owner,
  /external/chromium_org/chrome/browser/android/
tab_android_test_stubs.cc 29 InfoBarService* owner,
53 InfoBar* ConfirmInfoBarDelegate::CreateInfoBar(InfoBarService* owner) {
59 InfoBar* TranslateInfoBarDelegate::CreateInfoBar(InfoBarService* owner) {
  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 12 class InfoBarService;
23 static void Create(InfoBarService* infobar_service,
28 RegisterProtocolHandlerInfoBarDelegate(InfoBarService* infobar_service,
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.h 15 class InfoBarService;
24 static InfoBarDelegate* Create(InfoBarService* infobar_service,
31 GeolocationInfoBarDelegate(InfoBarService* infobar_service,
  /external/chromium_org/chrome/browser/google/
google_url_tracker_map_entry.cc 17 InfoBarService* infobar_service,
34 DCHECK_EQ(infobar_service_, content::Source<InfoBarService>(source).ptr());
47 content::Source<InfoBarService>(infobar_service_));
google_url_tracker_map_entry.h 13 class InfoBarService;
23 InfoBarService* infobar_service,
49 const InfoBarService* const infobar_service_;
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.h 15 class InfoBarService;
27 static InfoBarDelegate* Create(InfoBarService* infobar_service,
34 MIDIPermissionInfoBarDelegate(InfoBarService* infobar_service,
  /external/chromium_org/chrome/browser/nacl_host/
nacl_infobar_delegate.cc 25 InfoBarService* infobar_service =
26 InfoBarService::FromWebContents(web_contents);
33 NaClInfoBarDelegate::NaClInfoBarDelegate(InfoBarService* infobar_service)
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_apitest.cc 31 InfoBarService* infobar_service =
32 InfoBarService::FromWebContents(web_contents);

Completed in 817 milliseconds

1 2 3 4 5 6 7