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

  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_apitest.cc 8 #include "chrome/browser/infobars/infobar_service.h"
31 InfoBarService* infobar_service = local
33 ASSERT_TRUE(infobar_service);
36 SimpleAlertInfoBarDelegate::Create(infobar_service,
accessibility_extension_api.cc 18 #include "chrome/browser/infobars/infobar_service.h"
229 InfoBarService* infobar_service = InfoBarService::FromWebContents(contents); local
230 for (size_t i = 0; i < infobar_service->infobar_count(); ++i) {
233 infobar_service->infobar_at(i)->AsConfirmInfoBarDelegate();
  /external/chromium_org/chrome/browser/ui/startup/
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());
  /external/chromium_org/chrome/browser/media/
chrome_media_stream_infobar_browsertest.cc 12 #include "chrome/browser/infobars/infobar_service.h"
96 InfoBarService* infobar_service = local
98 EXPECT_EQ(0u, infobar_service->infobar_count());
webrtc_browsertest_base.cc 9 #include "chrome/browser/infobars/infobar_service.h"
112 InfoBarService* infobar_service = local
114 infobar_service->RemoveInfoBar(infobar);
  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 10 #include "chrome/browser/infobars/infobar_service.h"
127 InfoBarService* infobar_service = InfoBarService::FromWebContents( local
129 ASSERT_EQ(1u, infobar_service->infobar_count());
130 InfoBarDelegate* delegate = infobar_service->infobar_at(0);
  /external/chromium_org/chrome/browser/google/
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/
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...]
pepper_broker_infobar_delegate.cc 10 #include "chrome/browser/infobars/infobar_service.h"
96 InfoBarService* infobar_service = local
98 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
100 infobar_service, url, plugin_path,
115 InfoBarService* infobar_service,
122 : ConfirmInfoBarDelegate(infobar_service),
  /external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc 13 #include "chrome/browser/infobars/infobar_service.h"
40 InfoBarService* infobar_service = local
42 ASSERT_EQ(1U, infobar_service->infobar_count());
44 infobar_service->infobar_at(0)->AsConfirmInfoBarDelegate();
47 ASSERT_EQ(0U, infobar_service->infobar_count());
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_unittest.cc 12 #include "chrome/browser/infobars/infobar_service.h"
228 // |infobar_service|.
229 InfoBarService* infobar_service = local
231 scoped_ptr<InfoBarDelegate> delegate(infobar_service->infobar_at(0));
232 infobar_service->RemoveInfoBar(delegate.get());
  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller.cc 12 #include "chrome/browser/infobars/infobar_service.h"
270 InfoBarService* infobar_service = GetInfoBarService(id); local
271 if (!infobar_service || in_shutdown_) {
279 RegisterForInfoBarNotifications(infobar_service);
286 UnregisterForInfoBarNotifications(infobar_service);
303 InfoBarService* infobar_service) {
306 content::Source<InfoBarService>(infobar_service))) {
309 content::Source<InfoBarService>(infobar_service));
314 InfoBarService* infobar_service) {
317 content::Source<InfoBarService>(infobar_service))) {
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager_browsertest.cc 16 #include "chrome/browser/infobars/infobar_service.h"
382 InfoBarService* infobar_service = InfoBarService::FromWebContents( local
384 ASSERT_EQ(1U, infobar_service->infobar_count());
386 infobar_service->infobar_at(0)->AsConfirmInfoBarDelegate();
  /external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.cc 12 #include "chrome/browser/infobars/infobar_service.h"
104 InfoBarService* infobar_service = local
107 infobar_service, &metric_logger, save_card_callback);
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_unittest.cc 16 #include "chrome/browser/infobars/infobar_service.h"
132 InfoBarService* infobar_service() { function in class:__anon8853::WebsiteSettingsTest
140 infobar_service(), url(), ssl(), cert_store()));
366 EXPECT_EQ(0u, infobar_service()->infobar_count());
368 EXPECT_EQ(0u, infobar_service()->infobar_count());
388 EXPECT_EQ(0u, infobar_service()->infobar_count());
392 ASSERT_EQ(1u, infobar_service()->infobar_count());
396 // |infobar_service|.
397 scoped_ptr<InfoBarDelegate> delegate(infobar_service()->infobar_at(0));
398 infobar_service()->RemoveInfoBar(delegate.get())
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_unittest.cc 22 #include "chrome/browser/infobars/infobar_service.h"
106 InfoBarService* infobar_service() { function in class:GeolocationPermissionContextTests
259 EXPECT_EQ(0U, infobar_service()->infobar_count());
261 ASSERT_EQ(1U, infobar_service()->infobar_count());
263 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
266 infobar_service()->RemoveInfoBar(infobar_delegate);
277 EXPECT_EQ(0U, infobar_service()->infobar_count());
279 EXPECT_EQ(1U, infobar_service()->infobar_count());
281 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
288 EXPECT_EQ(0U, infobar_service()->infobar_count())
    [all...]
geolocation_browsertest.cc 17 #include "chrome/browser/infobars/infobar_service.h"
641 InfoBarService* infobar_service = InfoBarService::FromWebContents( local
643 size_t num_infobars_before_cancel = infobar_service->infobar_count();
646 size_t num_infobars_after_cancel = infobar_service->infobar_count();
  /external/chromium_org/chrome/browser/translate/
translate_manager_browsertest.cc 17 #include "chrome/browser/infobars/infobar_service.h"
143 InfoBarService* infobar_service() { function in class:TranslateManagerBrowserTest
150 return (infobar_service()->infobar_count() == 1) ?
151 infobar_service()->infobar_at(0)->AsTranslateInfoBarDelegate() : NULL;
161 infobar_service()->RemoveInfoBar(infobar);
184 infobar_service()->RemoveInfoBar(infobar);
237 content::Source<InfoBarService>(infobar_service()));
245 content::Source<InfoBarService>(infobar_service()));
710 EXPECT_EQ(0U, infobar_service()->infobar_count());
714 EXPECT_EQ(0U, infobar_service()->infobar_count())
    [all...]
  /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...]
browser.cc 62 #include "chrome/browser/infobars/infobar_service.h"
852 InfoBarService* infobar_service = local
    [all...]
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 19 #include "chrome/browser/infobars/infobar_service.h"
66 // |infobar_service|.
67 static void Create(InfoBarService* infobar_service,
77 InfoBarService* infobar_service,
118 InfoBarService* infobar_service,
125 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
127 infobar_service, notification_service, origin, display_name,
132 InfoBarService* infobar_service,
139 : ConfirmInfoBarDelegate(infobar_service),
458 InfoBarService* infobar_service local
    [all...]
notification_browsertest.cc 19 #include "chrome/browser/infobars/infobar_service.h"
318 InfoBarService* infobar_service = InfoBarService::FromWebContents( local
321 ASSERT_EQ(1U, infobar_service->infobar_count());
323 infobar_service->infobar_at(0)->AsConfirmInfoBarDelegate();
363 InfoBarService* infobar_service = InfoBarService::FromWebContents( local
367 content::Source<InfoBarService>(infobar_service));
402 InfoBarService* infobar_service = InfoBarService::FromWebContents( local
404 if (infobar_index >= infobar_service->infobar_count()) {
410 infobar_service->infobar_at(infobar_index);
414 infobar_service->RemoveInfoBar(infobar_delegate)
    [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 45 #include "chrome/browser/infobars/infobar_service.h"
2815 InfoBarService* infobar_service = InfoBarService::FromWebContents( local
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 40 #include "chrome/browser/infobars/infobar_service.h"
1184 InfoBarService* infobar_service = InfoBarService::FromWebContents(contents); local
1655 InfoBarService* infobar_service = InfoBarService::FromWebContents(contents); local
    [all...]

Completed in 1200 milliseconds