Home
last modified time | relevance | path

Searched refs:InfoBarService (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/
H A Dinfobar_service.h29 class InfoBarService : public infobars::ContentInfoBarManager,
30 public content::WebContentsUserData<InfoBarService> {
32 ~InfoBarService() override;
33 InfoBarService(const InfoBarService&) = delete;
34 InfoBarService& operator=(const InfoBarService&) = delete;
45 explicit InfoBarService(content::WebContents* web_contents);
48 friend class content::WebContentsUserData<InfoBarService>;
H A Dinfobar_service.cc17 InfoBarService::InfoBarService(content::WebContents* web_contents) in InfoBarService() function in weblayer::InfoBarService
20 InfoBarService::~InfoBarService() {} in ~InfoBarService()
23 std::unique_ptr<infobars::InfoBar> InfoBarService::CreateConfirmInfoBar( in CreateConfirmInfoBar()
31 InfoBarService::GetResourceIdMapper() { in GetResourceIdMapper()
36 void InfoBarService::WebContentsDestroyed() { in WebContentsDestroyed()
45 WEB_CONTENTS_USER_DATA_KEY_IMPL(InfoBarService)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/infobars/
H A Dinfobar_service.cc7 InfoBarService::InfoBarService(content::WebContents* web_contents) in InfoBarService() function in InfoBarService
10 InfoBarService::~InfoBarService() { in ~InfoBarService()
16 void InfoBarService::WebContentsDestroyed() { in WebContentsDestroyed()
25 WEB_CONTENTS_USER_DATA_KEY_IMPL(InfoBarService)
H A Dinfobar_service.h27 class InfoBarService : public infobars::ContentInfoBarManager,
28 public content::WebContentsUserData<InfoBarService> {
30 ~InfoBarService() override;
39 explicit InfoBarService(content::WebContents* web_contents);
42 friend class content::WebContentsUserData<InfoBarService>;
49 DISALLOW_COPY_AND_ASSIGN(InfoBarService);
H A Dinfobar_responder.h16 class InfoBarService; variable
32 InfoBarResponder(InfoBarService* infobar_service, AutoResponseType response);
43 InfoBarService* infobar_service_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/test/
H A Dtest_infobar.cc63 InfoBarService* TestInfoBar::GetInfoBarService() { in GetInfoBarService()
64 return const_cast<InfoBarService*>( in GetInfoBarService()
68 const InfoBarService* TestInfoBar::GetInfoBarService() const { in GetInfoBarService()
71 return web_contents ? InfoBarService::FromWebContents(web_contents) : nullptr; in GetInfoBarService()
75 const InfoBarService* infobar_service = GetInfoBarService(); in GetNewInfoBars()
H A Dtest_infobar.h13 class InfoBarService; variable
41 InfoBarService* GetInfoBarService();
42 const InfoBarService* GetInfoBarService() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/permissions/
H A Dgrouped_permission_infobar_delegate_android.h14 class InfoBarService; variable
36 InfoBarService* infobar_service);
72 InfoBarService* infobar_service);
83 InfoBarService* infobar_service_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dhung_plugin_tab_helper.cc103 InfoBarService* infobar_service = in PluginCrashed()
104 InfoBarService::FromWebContents(web_contents()); in PluginCrashed()
116 InfoBarService* infobar_service = in PluginHungStatusChanged()
117 InfoBarService::FromWebContents(web_contents()); in PluginHungStatusChanged()
186 InfoBarService* infobar_service = in ShowBar()
187 InfoBarService::FromWebContents(web_contents()); in ShowBar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/search_permissions/
H A Dsearch_geolocation_disclosure_infobar_delegate.cc45 InfoBarService* infobar_service = in Create()
46 InfoBarService::FromWebContents(web_contents); in Create()
57 InfoBarService* infobar_service = in IsSearchGeolocationDisclosureOpen()
58 InfoBarService::FromWebContents(web_contents); in IsSearchGeolocationDisclosureOpen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/
H A Dglobal_confirm_info_bar_browsertest.cc43 InfoBarService* GetInfoBarServiceFromTabIndex(int tab_index) { in GetInfoBarServiceFromTabIndex()
44 return InfoBarService::FromWebContents( in GetInfoBarServiceFromTabIndex()
76 InfoBarService* infobar_service = GetInfoBarServiceFromTabIndex(i); in IN_PROC_BROWSER_TEST_F()
101 InfoBarService* infobar_service = GetInfoBarServiceFromTabIndex(0); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/devtools/
H A Dglobal_confirm_info_bar_browsertest.cc42 InfoBarService* GetInfoBarServiceFromTabIndex(int tab_index) { in GetInfoBarServiceFromTabIndex()
43 return InfoBarService::FromWebContents( in GetInfoBarServiceFromTabIndex()
77 InfoBarService* infobar_service = GetInfoBarServiceFromTabIndex(i); in IN_PROC_BROWSER_TEST_F()
109 InfoBarService* infobar_service = GetInfoBarServiceFromTabIndex(i); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/tab_sharing/
H A Dtab_sharing_infobar_delegate_unittest.cc51 InfoBarService::FromWebContents( in CreateInfobar()
149 InfoBarService* infobar_service = InfoBarService::FromWebContents( in TEST_F()
162 InfoBarService* infobar_service = in TEST_F()
163 InfoBarService::FromWebContents(web_contents); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/infobars/
H A Dreader_mode_infobar.cc56 InfoBarService::WebContentsFromInfoBar(this); in GetTab()
68 InfoBarService* service = InfoBarService::FromWebContents( in JNI_ReaderModeInfoBar_Create()
H A Ddownload_progress_infobar.cc80 InfoBarService::WebContentsFromInfoBar(this); in GetTab()
92 InfoBarService* service = InfoBarService::FromWebContents( in JNI_DownloadProgressInfoBar_Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/debugger/
H A Ddebugger_apitest.cc225 InfoBarService* service1 = InfoBarService::FromWebContents( in IN_PROC_BROWSER_TEST_F()
227 InfoBarService* service2 = InfoBarService::FromWebContents( in IN_PROC_BROWSER_TEST_F()
229 InfoBarService* service3 = InfoBarService::FromWebContents( in IN_PROC_BROWSER_TEST_F()
339 InfoBarService* service = InfoBarService::FromWebContents( in IN_PROC_BROWSER_TEST_F()
379 InfoBarService* service = InfoBarService::FromWebContents( in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/infobars/
H A Dinfobar_view_unittest.cc14 static InfoBarView* Create(InfoBarService* infobar_service) { in Create()
42 InfoBarService* infobar_service() { in infobar_service()
43 return InfoBarService::FromWebContents( in infobar_service()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ssl/
H A Dknown_interception_disclosure_infobar_browsertest.cc27 InfoBarService* infobar_service = InfoBarService::FromWebContents(contents); in GetInfobarCount()
34 InfoBarService* infobar_service = InfoBarService::FromWebContents(contents); in GetInfobar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dhung_plugin_tab_helper_unittest.cc64 InfoBarService::CreateForWebContents(web_contents()); in SetUp()
76 InfoBarService* infobar_service = in TEST_F()
77 InfoBarService::FromWebContents(web_contents()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/messaging/
H A Dincognito_connectability.h14 class InfoBarService; variable
92 typedef std::map<InfoBarService*, TabContext> PendingOrigin;
100 InfoBarService* infobar_service,
H A Dincognito_connectability.cc86 InfoBarService* infobar_service = in Query()
87 InfoBarService::FromWebContents(web_contents); in Query()
137 InfoBarService* infobar_service, in OnInteractiveResponse()
168 InfoBarService* other_infobar_service = map_entry.first; in OnInteractiveResponse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/messaging/
H A Dincognito_connectability.h14 class InfoBarService; variable
92 typedef std::map<InfoBarService*, TabContext> PendingOrigin;
100 InfoBarService* infobar_service,
H A Dincognito_connectability.cc86 InfoBarService* infobar_service = in Query()
87 InfoBarService::FromWebContents(web_contents); in Query()
137 InfoBarService* infobar_service, in OnInteractiveResponse()
168 InfoBarService* other_infobar_service = map_entry.first; in OnInteractiveResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/translate/
H A Dtranslate_manager_render_view_host_android_unittest.cc62 InfoBarService* infobar_service() { in infobar_service()
63 return InfoBarService::FromWebContents(web_contents()); in infobar_service()
103 InfoBarService::CreateForWebContents(web_contents()); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/omnibox/
H A Dalternate_nav_infobar_delegate.cc31 InfoBarService* infobar_service = in CreateForOmniboxNavigation()
32 InfoBarService::FromWebContents(web_contents); in CreateForOmniboxNavigation()
86 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL( in LinkClicked()

12345678