Home
last modified time | relevance | path

Searched refs:inside_portal (Results 1 – 17 of 17) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/web/
H A Dweb_view.h496 virtual void SetInsidePortal(bool inside_portal) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dpage.h327 void SetInsidePortal(bool inside_portal);
H A Dpage.cc1039 void Page::SetInsidePortal(bool inside_portal) { in SetInsidePortal() argument
1040 inside_portal_ = inside_portal; in SetInsidePortal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dpage.h337 void SetInsidePortal(bool inside_portal);
H A Dpage.cc1070 void Page::SetInsidePortal(bool inside_portal) { in SetInsidePortal() argument
1071 inside_portal_ = inside_portal; in SetInsidePortal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_view_impl.h428 void OnSetInsidePortal(bool inside_portal);
H A Drender_view_impl.cc486 if (params->inside_portal) in Initialize()
1799 void RenderViewImpl::OnSetInsidePortal(bool inside_portal) { in OnSetInsidePortal() argument
1800 GetWebView()->SetInsidePortal(inside_portal); in OnSetInsidePortal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.h212 void SetInsidePortal(bool inside_portal) override;
H A Dweb_view_impl.cc2987 void WebViewImpl::SetInsidePortal(bool inside_portal) { in SetInsidePortal() argument
2988 GetPage()->SetInsidePortal(inside_portal); in SetInsidePortal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.cc3198 void WebViewImpl::SetInsidePortal(bool inside_portal) { in SetInsidePortal() argument
3199 GetPage()->SetInsidePortal(inside_portal); in SetInsidePortal()
3205 web_widget_->SetIsNestedMainFrameWidget(inside_portal); in SetInsidePortal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_view_host_impl.cc385 params->inside_portal = delegate_->IsPortal(); in CreateRenderView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Drenderer.mojom105 bool inside_portal;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_contents/
H A Dweb_contents_impl.cc2350 void WebContentsImpl::NotifyInsidePortal(bool inside_portal) { in NotifyInsidePortal() argument
2352 "inside_portal", inside_portal); in NotifyInsidePortal()
2354 [](bool inside_portal, RenderViewHostImpl* rvh) { in NotifyInsidePortal() argument
2356 broadcast->SetInsidePortal(inside_portal); in NotifyInsidePortal()
2358 inside_portal)); in NotifyInsidePortal()
H A Dweb_contents_impl.h1194 void NotifyInsidePortal(bool inside_portal);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_contents/
H A Dweb_contents_impl.h1168 void NotifyInsidePortal(bool inside_portal);
H A Dweb_contents_impl.cc1931 void WebContentsImpl::NotifyInsidePortal(bool inside_portal) { in NotifyInsidePortal() argument
1932 SendPageMessage(new PageMsg_SetInsidePortal(MSG_ROUTING_NONE, inside_portal)); in NotifyInsidePortal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_object.cc2047 bool inside_portal = GetDocument() && GetDocument()->GetPage() && in CanSetFocusAttribute() local
2049 if (inside_portal) in CanSetFocusAttribute()