Home
last modified time | relevance | path

Searched refs:web_contents_ (Results 26 – 50 of 718) sorted by relevance

12345678910>>...29

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_contents/
H A Dweb_contents_view_aura.cc686 : web_contents_(web_contents), in WebContentsViewAura()
732 if (!web_contents_) in EndDrag()
1134 if (web_contents_->GetDelegate() && in TakeFocus()
1135 !web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse) && in TakeFocus()
1232 if (!web_contents_->GetDelegate()) in OnMouseEvent()
1245 web_contents_->GetDelegate()->ActivateContents(web_contents_); in OnMouseEvent()
1280 if (web_contents_->GetDelegate() && in DragEnteredCallback()
1315 web_contents_->GetInputEventRouter() in OnDragEntered()
1388 web_contents_->GetInputEventRouter() in OnDragUpdated()
1536 web_contents_->GetInputEventRouter() in OnPerformDrop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/headless/test/
H A Dheadless_browser_test.cc42 : web_contents_(web_contents), in SynchronousLoadObserver()
60 HeadlessWebContents* web_contents_; // Not owned. member in headless::__anonef2eba6b0111::SynchronousLoadObserver
71 web_contents_(web_contents), in EvaluateHelper()
94 HeadlessWebContents* web_contents_; // Not owned. member in headless::__anonef2eba6b0111::EvaluateHelper
232 web_contents_(nullptr), in HeadlessAsyncDevTooledBrowserTest()
239 EXPECT_TRUE(web_contents_->GetDevToolsTarget()); in DevToolsTargetReady()
287 web_contents_ = web_contents_builder.Build(); in RunTest()
289 web_contents_->AddObserver(this); in RunTest()
295 web_contents_->RemoveObserver(this); in RunTest()
296 web_contents_->Close(); in RunTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_contents/
H A Dweb_contents_view_aura.cc685 : web_contents_(web_contents), in WebContentsViewAura()
722 if (!web_contents_) in EndDrag()
1094 if (web_contents_->GetDelegate() && in TakeFocus()
1095 !web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse) && in TakeFocus()
1193 if (!web_contents_->GetDelegate()) in OnMouseEvent()
1206 web_contents_->GetDelegate()->ActivateContents(web_contents_); in OnMouseEvent()
1241 if (web_contents_->GetDelegate() && in DragEnteredCallback()
1276 web_contents_->GetInputEventRouter() in OnDragEntered()
1349 web_contents_->GetInputEventRouter() in OnDragUpdated()
1497 web_contents_->GetInputEventRouter() in OnPerformDrop()
[all …]
H A Dweb_contents_view_child_frame.cc26 : web_contents_(web_contents), in WebContentsViewChildFrame()
34 return web_contents_->GetOuterWebContents()->GetView(); in GetOuterView()
38 return web_contents_->GetOuterWebContents()->GetView(); in GetOuterView()
43 web_contents_->GetOuterWebContents()->GetRenderViewHost()); in GetOuterDelegateView()
61 if (RenderWidgetHostView* view = web_contents_->GetRenderWidgetHostView()) in GetContainerBounds()
83 if (auto* view = web_contents_->GetRenderWidgetHostView()) in CreateViewForWidget()
148 RenderFrameProxyHost* rfp = web_contents_->GetMainFrame() in TakeFocus()
153 web_contents_->GetOuterDelegateFrameTreeNodeId()); in TakeFocus()
178 web_contents_->GetOuterWebContents()->SystemDragEnded(source_rwh); in StartDragging()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/security_interstitials/content/
H A Dsecurity_interstitial_controller_client.cc27 web_contents_(web_contents), in SecurityInterstitialControllerClient()
50 return web_contents_->GetController().CanGoBack(); in CanGoBack()
57 if (web_contents_->GetController().CanGoBack()) { in GoBackAfterNavigationCommitted()
58 web_contents_->GetController().GoBack(); in GoBackAfterNavigationCommitted()
60 web_contents_->GetController().LoadURL( in GoBackAfterNavigationCommitted()
71 web_contents_->GetController().Reload(content::ReloadType::NORMAL, true); in Reload()
79 web_contents_->OpenURL(params); in OpenUrlInCurrentTab()
87 web_contents_->OpenURL(params); in OpenUrlInNewForegroundTab()
117 return web_contents_->GetController().GetEntryCount() > 0; in CanGoBackBeforeNavigation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/background/
H A Dbackground_contents.cc59 web_contents_ = WebContents::CreateWithSessionStorage( in BackgroundContents()
62 web_contents_ = WebContents::Create(create_params); in BackgroundContents()
65 web_contents_.get(), extensions::VIEW_TYPE_BACKGROUND_CONTENTS); in BackgroundContents()
66 web_contents_->SetDelegate(this); in BackgroundContents()
67 content::WebContentsObserver::Observe(web_contents_.get()); in BackgroundContents()
69 web_contents_.get()); in BackgroundContents()
73 web_contents_.get(), this); in BackgroundContents()
80 if (!web_contents_.get()) // Will be null for unit tests. in ~BackgroundContents()
87 return web_contents_.get() ? web_contents_->GetURL() : GURL::EmptyGURL(); in GetURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.cc96 tab_strip->GetIndexOfWebContents(web_contents_)); in CloseTabImpl()
99 web_contents_->RemoveUserData(UserDataKey()); in CloseTabImpl()
103 web_contents_->Close(); in CloseTabImpl()
106 WebContents* web_contents_; member in __anon2f37f2730111::TabCloser
169 : web_contents_(web_contents), in SupervisedUserInterstitial()
260 ReportChildAccountFeedback(web_contents_, message, url_); in ShowFeedback()
273 if (web_contents_->IsBeingDestroyed()) in AttemptMoveAwayFromCurrentFrameURL()
278 if (web_contents_->GetController().CanGoBack()) { in AttemptMoveAwayFromCurrentFrameURL()
279 web_contents_->GetController().GoBack(); in AttemptMoveAwayFromCurrentFrameURL()
283 TabCloser::MaybeClose(web_contents_); in AttemptMoveAwayFromCurrentFrameURL()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/ui_host/
H A Dvr_ui_host_impl.cc149 if (web_contents_) in ~VRUiHostImpl()
184 if (web_contents_ != contents) { in SetWebXRWebContents()
185 if (web_contents_) { in SetWebXRWebContents()
193 if (web_contents_) in SetWebXRWebContents()
198 web_contents_ = contents; in SetWebXRWebContents()
280 if (web_contents_) { in SetLocationInfoOnUi()
351 DCHECK(web_contents_); in InitCapturingStates()
397 web_contents_->GetMainFrame()); in PollCapturingState()
424 indicator->IsBeingMirrored(web_contents_) || in PollCapturingState()
425 indicator->IsCapturingWindow(web_contents_) || in PollCapturingState()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/search/
H A Dsearch_tab_helper.cc160 web_contents_(web_contents), in SearchTabHelper()
197 if (search::IsInstantNTP(web_contents_)) { in OnTabActivated()
239 web_contents_->UpdateTitleForEntry( in DidStartNavigation()
261 web_contents_->UpdateTitleForEntry( in TitleWasSet()
270 RecordNewTabLoadTime(web_contents_); in DidFinishLoad()
278 if (search::IsInstantNTP(web_contents_)) in NavigationEntryCommitted()
295 search::FocusOmnibox(focus, web_contents_); in FocusOmnibox()
393 search::PasteIntoOmnibox(text, web_contents_); in PasteIntoOmnibox()
722 web_contents_, search_provider_name, in DeleteAutocompleteMatch()
808 web_contents_->OpenURL(content::OpenURLParams( in OpenExtensionsPage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/content/triggers/
H A Dad_redirect_trigger.cc60 : web_contents_(web_contents), in AdRedirectTrigger()
91 TriggerManager::GetSBErrorDisplayOptions(*prefs_, web_contents_); in CreateAdRedirectReport()
94 resource.url = web_contents_->GetURL(); in CreateAdRedirectReport()
96 web_contents_->GetMainFrame()->GetProcess()->GetID(), in CreateAdRedirectReport()
97 web_contents_->GetMainFrame()->GetRoutingID()); in CreateAdRedirectReport()
100 TriggerType::AD_REDIRECT, web_contents_, resource, in CreateAdRedirectReport()
120 base::Unretained(web_contents_), base::TimeDelta(), in CreateAdRedirectReport()
129 web_contents_->GetOriginalOpener(); in OnDidBlockNavigation()
132 initiator_frame = web_contents_->GetFocusedFrame(); in OnDidBlockNavigation()
H A Dad_popup_trigger.cc61 : web_contents_(web_contents), in AdPopupTrigger()
92 TriggerManager::GetSBErrorDisplayOptions(*prefs_, web_contents_); in CreateAdPopupReport()
95 resource.url = web_contents_->GetURL(); in CreateAdPopupReport()
97 web_contents_->GetMainFrame()->GetProcess()->GetID(), in CreateAdPopupReport()
98 web_contents_->GetMainFrame()->GetRoutingID()); in CreateAdPopupReport()
101 TriggerType::AD_POPUP, web_contents_, resource, url_loader_factory_, in CreateAdPopupReport()
121 base::Unretained(web_contents_), base::TimeDelta(), in CreateAdPopupReport()
130 if (!DetectGoogleAd(render_frame, web_contents_->GetURL())) { in PopupWasBlocked()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/content/triggers/
H A Dad_redirect_trigger.cc61 : web_contents_(web_contents), in AdRedirectTrigger()
93 TriggerManager::GetSBErrorDisplayOptions(*prefs_, web_contents_); in CreateAdRedirectReport()
96 resource.url = web_contents_->GetURL(); in CreateAdRedirectReport()
98 web_contents_->GetMainFrame()->GetProcess()->GetID(), in CreateAdRedirectReport()
99 web_contents_->GetMainFrame()->GetRoutingID()); in CreateAdRedirectReport()
102 TriggerType::AD_REDIRECT, web_contents_, resource, in CreateAdRedirectReport()
122 base::Unretained(web_contents_), base::TimeDelta(), in CreateAdRedirectReport()
131 web_contents_->GetOriginalOpener(); in OnDidBlockNavigation()
134 initiator_frame = web_contents_->GetFocusedFrame(); in OnDidBlockNavigation()
H A Dad_popup_trigger.cc62 : web_contents_(web_contents), in AdPopupTrigger()
94 TriggerManager::GetSBErrorDisplayOptions(*prefs_, web_contents_); in CreateAdPopupReport()
97 resource.url = web_contents_->GetURL(); in CreateAdPopupReport()
99 web_contents_->GetMainFrame()->GetProcess()->GetID(), in CreateAdPopupReport()
100 web_contents_->GetMainFrame()->GetRoutingID()); in CreateAdPopupReport()
103 TriggerType::AD_POPUP, web_contents_, resource, url_loader_factory_, in CreateAdPopupReport()
123 base::Unretained(web_contents_), base::TimeDelta(), in CreateAdPopupReport()
132 if (!DetectGoogleAd(render_frame, web_contents_->GetURL())) { in PopupWasBlocked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/page_info/
H A Dchrome_page_info_delegate.cc53 : web_contents_(web_contents) {} in ChromePageInfoDelegate()
56 return Profile::FromBrowserContext(web_contents_->GetBrowserContext()); in GetProfile()
145 InfoBarService::FromWebContents(web_contents_); in CreateInfoBarDelegate()
154 chrome::ShowSiteSettings(chrome::FindBrowserWithWebContents(web_contents_), in ShowSiteSettings()
184 return vr::VrTabHelper::IsContentDisplayedInHeadset(web_contents_); in IsContentDisplayedInVrHeadset()
193 SecurityStateTabHelper::CreateForWebContents(web_contents_); in GetSecurityLevel()
195 auto* helper = SecurityStateTabHelper::FromWebContents(web_contents_); in GetSecurityLevel()
207 SecurityStateTabHelper::CreateForWebContents(web_contents_); in GetVisibleSecurityState()
209 auto* helper = SecurityStateTabHelper::FromWebContents(web_contents_); in GetVisibleSecurityState()
217 web_contents_); in GetPageSpecificContentSettingsDelegate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dtab_dialogs_views.cc30 : web_contents_(contents) { in TabDialogsViews()
37 return web_contents_->GetNativeView(); in GetDialogParentView()
41 CollectedCookiesViews::CreateAndShowForWebContents(web_contents_); in ShowCollectedCookies()
47 HungRendererDialogView::Show(web_contents_, render_widget_host, in ShowHungRendererDialog()
53 HungRendererDialogView::Hide(web_contents_, render_widget_host); in HideHungRendererDialog()
80 web_contents_, user_action ? LocationBarBubbleDelegateView::USER_GESTURE in ShowManagePasswordsBubble()
89 if (bubble->GetWebContents() == web_contents_) in HideManagePasswordsBubble()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/app_window/
H A Dapp_web_contents_helper.cc28 web_contents_(web_contents), in AppWebContentsHelper()
59 web_contents_->GetMainFrame()->AddMessageToConsole( in OpenURLFromTab()
73 app_delegate_->OpenURLFromTab(browser_context_, web_contents_, params); in OpenURLFromTab()
75 web_contents_->GetMainFrame()->AddMessageToConsole( in OpenURLFromTab()
91 APIPermission::kPointerLock, extension, web_contents_->GetMainFrame()); in RequestToLockMouse()
94 web_contents_->GotResponseToLockMouseRequest( in RequestToLockMouse()
97 web_contents_->GotResponseToLockMouseRequest( in RequestToLockMouse()
108 app_delegate_->RequestMediaAccessPermission(web_contents_, request, in RequestMediaAccessPermission()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/app_window/
H A Dapp_web_contents_helper.cc28 web_contents_(web_contents), in AppWebContentsHelper()
59 web_contents_->GetMainFrame()->AddMessageToConsole( in OpenURLFromTab()
73 app_delegate_->OpenURLFromTab(browser_context_, web_contents_, params); in OpenURLFromTab()
75 web_contents_->GetMainFrame()->AddMessageToConsole( in OpenURLFromTab()
91 APIPermission::kPointerLock, extension, web_contents_->GetMainFrame()); in RequestToLockMouse()
94 web_contents_->GotResponseToLockMouseRequest( in RequestToLockMouse()
97 web_contents_->GotResponseToLockMouseRequest( in RequestToLockMouse()
108 app_delegate_->RequestMediaAccessPermission(web_contents_, request, in RequestMediaAccessPermission()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/shell/browser/
H A Dshell_web_contents_view_delegate_mac.mm90 : web_contents_(web_contents) {
226 web_contents_->Cut();
229 web_contents_->Copy();
232 web_contents_->Paste();
235 web_contents_->Delete();
245 web_contents_->GetController().GoToOffset(-1);
246 web_contents_->Focus();
249 web_contents_->GetController().GoToOffset(1);
250 web_contents_->Focus();
254 web_contents_->Focus();
[all …]
H A Dshell_web_contents_view_delegate_views.cc27 web_contents_(web_contents), in ContextMenuModel()
40 ShellDevToolsFrontend::Show(web_contents_); in ExecuteCommand()
50 WebContents* web_contents_; member in content::__anon0e7ea3c00111::ContextMenuModel
65 : web_contents_(web_contents) {} in ShellWebContentsViewDelegate()
79 aura::Window* web_contents_window = web_contents_->GetNativeView(); in ShowContextMenu()
88 context_menu_model_.reset(new ContextMenuModel(web_contents_, params)); in ShowContextMenu()
93 web_contents_->GetTopLevelNativeWindow()); in ShowContextMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/
H A Dcontext_menu_helper.cc35 : web_contents_(web_contents) { in ContextMenuHelper()
39 web_contents_->GetJavaWebContents()) in ContextMenuHelper()
54 web_contents_, vr::UiSuppressedElement::kContextMenu)) { in ShowContextMenu()
55 web_contents_->NotifyContextMenuClosed(params.custom_context); in ShowContextMenu()
60 gfx::NativeView view = web_contents_->GetNativeView(); in ShowContextMenu()
63 web_contents_, params.link_url); in ShowContextMenu()
75 web_contents_->NotifyContextMenuClosed(context_menu_params_.custom_context); in OnContextMenuClosed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/
H A Dbackground_tab_manager.cc31 web_contents_ = nullptr; in BackgroundTabManager()
37 web_contents_ = nullptr; in ~BackgroundTabManager()
46 return web_contents_ == web_contents; in IsBackgroundTab()
53 DCHECK(!web_contents_); in RegisterBackgroundTab()
54 web_contents_ = web_contents; in RegisterBackgroundTab()
62 DCHECK(web_contents_); in UnregisterBackgroundTab()
63 web_contents_ = nullptr; in UnregisterBackgroundTab()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/engine/browser/
H A Dnavigation_controller_impl.cc49 : web_contents_(web_contents), weak_factory_(this) { in NavigationControllerImpl()
50 Observe(web_contents_); in NavigationControllerImpl()
78 if (web_contents_->GetController().GetVisibleEntry() == nullptr) { in SetEventListener()
94 web_contents_->GetController().GetVisibleEntry(), web_contents_, in OnNavigationEntryChanged()
171 web_contents_->GetController().LoadURLWithParams(params_converted); in LoadUrl()
177 if (web_contents_->GetController().CanGoBack()) in GoBack()
178 web_contents_->GetController().GoBack(); in GoBack()
182 if (web_contents_->GetController().CanGoForward()) in GoForward()
183 web_contents_->GetController().GoForward(); in GoForward()
187 web_contents_->Stop(); in Stop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Dnavigation_controller_impl.cc21 : web_contents_(web_contents), weak_factory_(this) { in NavigationControllerImpl()
22 Observe(web_contents_); in NavigationControllerImpl()
50 if (web_contents_->GetController().GetVisibleEntry() == nullptr) { in SetEventListener()
65 web_contents_->GetController().GetVisibleEntry(); in GetVisibleNavigationState()
75 if (web_contents_->IsCrashed()) { in GetVisibleNavigationState()
96 state.set_can_go_back(web_contents_->GetController().CanGoBack()); in GetVisibleNavigationState()
184 if (web_contents_->GetController().CanGoBack()) in GoBack()
185 web_contents_->GetController().GoBack(); in GoBack()
189 if (web_contents_->GetController().CanGoForward()) in GoForward()
190 web_contents_->GetController().GoForward(); in GoForward()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/thin_webview/internal/
H A Dthin_webview.cc42 web_contents_(nullptr) {} in ThinWebView()
67 web_contents_ = web_contents; in SetWebContents()
68 ui::ViewAndroid* view_android = web_contents_->GetNativeView(); in SetWebContents()
73 compositor_view_->SetRootLayer(web_contents_->GetNativeView()->GetLayer()); in SetWebContents()
95 if (web_contents_) in SizeChanged()
100 if (!web_contents_) in ResizeWebContents()
103 web_contents_->GetNativeView()->OnPhysicalBackingSizeChanged(size); in ResizeWebContents()
104 web_contents_->GetNativeView()->OnSizeChanged(size.width(), size.height()); in ResizeWebContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/dom_distiller/
H A Ddistillable_page_utils_browsertest.cc91 AddObserver(web_contents_, &holder_); in SetUpOnMainThread()
127 content::WebContents* web_contents_ = nullptr; member in dom_distiller::TestOption
156 EXPECT_THAT(GetLatestResult(web_contents_), in IN_PROC_BROWSER_TEST_F()
185 EXPECT_THAT(GetLatestResult(web_contents_), in IN_PROC_BROWSER_TEST_F()
194 EXPECT_THAT(GetLatestResult(web_contents_), in IN_PROC_BROWSER_TEST_F()
215 GetLatestResult(web_contents_), in IN_PROC_BROWSER_TEST_F()
231 GetLatestResult(web_contents_), in IN_PROC_BROWSER_TEST_F()
251 GetLatestResult(web_contents_), in IN_PROC_BROWSER_TEST_F()
267 GetLatestResult(web_contents_), in IN_PROC_BROWSER_TEST_F()
273 RemoveObserver(web_contents_, &holder_); in IN_PROC_BROWSER_TEST_F()
[all …]

12345678910>>...29