HomeSort by relevance Sort by last modified time
    Searched refs:infobar_service (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/media/
media_stream_infobar_delegate.cc 11 #include "chrome/browser/infobars/infobar_service.h"
44 InfoBarService* infobar_service =
47 new MediaStreamInfoBarDelegate(infobar_service, controller.Pass()));
48 for (size_t i = 0; i < infobar_service->infobar_count(); ++i) {
50 infobar_service->infobar_at(i)->AsMediaStreamInfoBarDelegate();
52 infobar_service->ReplaceInfoBar(old_infobar, infobar.Pass());
56 infobar_service->AddInfoBar(infobar.Pass());
61 InfoBarService* infobar_service,
63 : ConfirmInfoBarDelegate(infobar_service),
midi_permission_infobar_delegate.h 25 // Creates a infobar delegate and adds it to |infobar_service|.
27 static InfoBarDelegate* Create(InfoBarService* infobar_service,
34 MIDIPermissionInfoBarDelegate(InfoBarService* infobar_service,
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate_android.h 16 InfoBarService* infobar_service,
geolocation_infobar_delegate.h 22 // Creates a geolocation infobar delegate and adds it to |infobar_service|.
24 static InfoBarDelegate* Create(InfoBarService* infobar_service,
31 GeolocationInfoBarDelegate(InfoBarService* infobar_service,
  /external/chromium_org/chrome/browser/nacl_host/
nacl_infobar_delegate.h 17 explicit NaClInfoBarDelegate(InfoBarService* infobar_service);
  /external/chromium_org/chrome/browser/ui/startup/
autolaunch_prompt_win.cc 14 #include "chrome/browser/infobars/infobar_service.h"
39 // Creates an autolaunch infobar delegate and adds it to |infobar_service|.
40 static void Create(InfoBarService* infobar_service, Profile* profile);
43 AutolaunchInfoBarDelegate(InfoBarService* infobar_service,
71 void AutolaunchInfoBarDelegate::Create(InfoBarService* infobar_service,
73 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
74 new AutolaunchInfoBarDelegate(infobar_service, profile)));
78 InfoBarService* infobar_service,
80 : ConfirmInfoBarDelegate(infobar_service),
session_crashed_infobar_delegate.cc 36 InfoBarService* infobar_service =
38 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
39 new SessionCrashedInfoBarDelegate(infobar_service, profile)));
43 InfoBarService* infobar_service,
45 : ConfirmInfoBarDelegate(infobar_service),
session_crashed_infobar_delegate_unittest.cc 10 #include "chrome/browser/infobars/infobar_service.h"
61 InfoBarService* infobar_service = local
63 EXPECT_EQ(1U, infobar_service->infobar_count());
83 infobar_service = InfoBarService::FromWebContents(web_contents);
84 EXPECT_EQ(1U, infobar_service->infobar_count());
default_browser_prompt.cc 16 #include "chrome/browser/infobars/infobar_service.h"
62 // |infobar_service|.
63 static void Create(InfoBarService* infobar_service,
68 DefaultBrowserInfoBarDelegate(InfoBarService* infobar_service,
105 void DefaultBrowserInfoBarDelegate::Create(InfoBarService* infobar_service,
108 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
109 new DefaultBrowserInfoBarDelegate(infobar_service, prefs,
114 InfoBarService* infobar_service,
117 : ConfirmInfoBarDelegate(infobar_service),
  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc 13 #include "chrome/browser/infobars/infobar_service.h"
35 // Creates a request quota infobar delegate and adds it to |infobar_service|.
37 InfoBarService* infobar_service,
46 InfoBarService* infobar_service,
72 InfoBarService* infobar_service,
78 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
79 new RequestQuotaInfoBarDelegate(infobar_service, context, origin_url,
85 InfoBarService* infobar_service,
91 : ConfirmInfoBarDelegate(infobar_service),
178 InfoBarService* infobar_service local
    [all...]
three_d_api_observer.cc 9 #include "chrome/browser/infobars/infobar_service.h"
20 // Creates a 3D API infobar delegate and adds it to |infobar_service|.
21 static void Create(InfoBarService* infobar_service,
59 void ThreeDAPIInfoBarDelegate::Create(InfoBarService* infobar_service,
62 if (!infobar_service)
64 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
65 new ThreeDAPIInfoBarDelegate(infobar_service, url, requester)));
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 8 #include "chrome/browser/infobars/infobar_service.h"
24 InfoBarService* infobar_service,
27 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
29 infobar_service, metric_logger, save_card_callback)));
33 InfoBarService* infobar_service,
36 : ConfirmInfoBarDelegate(infobar_service),
  /external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc 16 #include "chrome/browser/infobars/infobar_service.h"
133 // Creates a hung plugin infobar delegate and adds it to |infobar_service|.
135 static HungPluginInfoBarDelegate* Create(InfoBarService* infobar_service,
142 InfoBarService* infobar_service,
163 InfoBarService* infobar_service,
167 return static_cast<HungPluginInfoBarDelegate*>(infobar_service->AddInfoBar(
169 helper, infobar_service, plugin_child_id, plugin_name))));
174 InfoBarService* infobar_service,
177 : ConfirmInfoBarDelegate(infobar_service),
278 InfoBarService* infobar_service local
300 InfoBarService* infobar_service = local
414 InfoBarService* infobar_service = local
425 InfoBarService* infobar_service = local
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.h 27 PluginInfoBarDelegate(InfoBarService* infobar_service,
52 // |infobar_service|.
53 static void Create(InfoBarService* infobar_service,
59 UnauthorizedPluginInfoBarDelegate(InfoBarService* infobar_service,
86 // |infobar_service|.
87 static void Create(InfoBarService* infobar_service,
92 OutdatedPluginInfoBarDelegate(InfoBarService* infobar_service,
138 static void Create(InfoBarService* infobar_service,
152 PluginInstallerInfoBarDelegate(InfoBarService* infobar_service,
207 // |infobar_service|
    [all...]
plugin_infobar_delegates.cc 11 #include "chrome/browser/infobars/infobar_service.h"
47 PluginInfoBarDelegate::PluginInfoBarDelegate(InfoBarService* infobar_service,
49 : ConfirmInfoBarDelegate(infobar_service),
85 InfoBarService* infobar_service,
89 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
90 new UnauthorizedPluginInfoBarDelegate(infobar_service, content_settings,
113 InfoBarService* infobar_service,
117 : PluginInfoBarDelegate(infobar_service, identifier),
172 InfoBarService* infobar_service,
178 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.cc 12 #include "chrome/browser/infobars/infobar_service.h"
26 void ExtensionInfoBarDelegate::Create(InfoBarService* infobar_service,
31 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
32 new ExtensionInfoBarDelegate(browser, infobar_service, extension, url,
33 infobar_service->web_contents(), height)));
38 InfoBarService* infobar_service,
43 : InfoBarDelegate(infobar_service),
  /external/chromium_org/chrome/browser/password_manager/
password_manager_delegate_impl.cc 11 #include "chrome/browser/infobars/infobar_service.h"
56 SavePasswordInfoBarDelegate(InfoBarService* infobar_service,
97 InfoBarService* infobar_service =
99 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
100 new SavePasswordInfoBarDelegate(infobar_service, form_to_save)));
104 InfoBarService* infobar_service,
106 : ConfirmInfoBarDelegate(infobar_service),
  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 20 // |infobar_service| for an existing delegate for the same |handler|; replaces
22 // |infobar_service|.
23 static void Create(InfoBarService* infobar_service,
28 RegisterProtocolHandlerInfoBarDelegate(InfoBarService* infobar_service,
  /external/chromium_org/chrome/browser/google/
google_url_tracker_infobar_delegate.h 18 // |infobar_service|. Returns the delegate if it was successfully added.
20 InfoBarService* infobar_service,
39 GoogleURLTrackerInfoBarDelegate(InfoBarService* infobar_service,
google_url_tracker_map_entry.cc 17 InfoBarService* infobar_service,
20 infobar_service_(infobar_service),
google_url_tracker_infobar_delegate.cc 9 #include "chrome/browser/infobars/infobar_service.h"
21 InfoBarService* infobar_service,
25 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
27 infobar_service, google_url_tracker, search_url))));
73 InfoBarService* infobar_service,
76 : ConfirmInfoBarDelegate(infobar_service),
google_url_tracker_navigation_helper_impl.cc 9 #include "chrome/browser/infobars/infobar_service.h"
111 InfoBarService* infobar_service = local
116 if (infobar_service) {
118 controller, infobar_service,
130 InfoBarService* infobar_service = local
132 DCHECK(infobar_service);
136 tracker_->OnNavigationCommitted(infobar_service, search_url);
  /external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.cc 48 InfoBarService* infobar_service)
49 : InfoBarDelegate(infobar_service) {
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.h 15 // Creates an alternate nav infobar delegate and adds it to |infobar_service|.
16 static void Create(InfoBarService* infobar_service,
  /external/chromium_org/chrome/browser/ssl/
ssl_tab_helper.cc 20 #include "chrome/browser/infobars/infobar_service.h"
46 // NULL, adds the infobar to |infobar_service|; otherwise, replaces
49 static InfoBarDelegate* Create(InfoBarService* infobar_service,
55 SSLCertResultInfoBarDelegate(InfoBarService* infobar_service,
76 InfoBarService* infobar_service,
81 new SSLCertResultInfoBarDelegate(infobar_service, message, cert));
83 infobar_service->ReplaceInfoBar(previous_infobar, infobar.Pass()) :
84 infobar_service->AddInfoBar(infobar.Pass());
88 InfoBarService* infobar_service,
91 : ConfirmInfoBarDelegate(infobar_service),
    [all...]

Completed in 1025 milliseconds

12 3 4