Home
last modified time | relevance | path

Searched refs:RenderFrameProxyHost (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_frame_proxy_host.cc76 RenderFrameProxyHost* RenderFrameProxyHost::FromID(int process_id, in FromID()
85 RenderFrameProxyHost* RenderFrameProxyHost::FromFrameToken( in FromFrameToken()
99 RenderFrameProxyHost::RenderFrameProxyHost( in RenderFrameProxyHost() function in content::RenderFrameProxyHost
145 RenderFrameProxyHost::~RenderFrameProxyHost() { in ~RenderFrameProxyHost()
166 void RenderFrameProxyHost::SetChildRWHView( in SetChildRWHView()
230 RenderFrameProxyHost* parent_proxy = in InitRenderFrameProxy()
379 void RenderFrameProxyHost::UpdateOpener() { in UpdateOpener()
405 void RenderFrameProxyHost::Detach() { in Detach()
596 void RenderFrameProxyHost::FocusPage() { in FocusPage()
698 void RenderFrameProxyHost::AdvanceFocus( in AdvanceFocus()
[all …]
H A Drender_frame_proxy_host.h68 class CONTENT_EXPORT RenderFrameProxyHost
71 public mojom::RenderFrameProxyHost,
75 using CreatedCallback = base::RepeatingCallback<void(RenderFrameProxyHost*)>;
77 static RenderFrameProxyHost* FromID(int process_id, int routing_id);
78 static RenderFrameProxyHost* FromFrameToken(
86 RenderFrameProxyHost(SiteInstance* site_instance,
89 ~RenderFrameProxyHost() override;
237 mojo::AssociatedReceiver<mojom::RenderFrameProxyHost>&
279 mojo::AssociatedReceiver<mojom::RenderFrameProxyHost>
300 DISALLOW_COPY_AND_ASSIGN(RenderFrameProxyHost);
H A Drender_frame_host_manager.h44 class RenderFrameProxyHost; variable
54 base::RepeatingCallback<void(RenderFrameProxyHost*)>;
108 std::unique_ptr<RenderFrameProxyHost>>;
216 RenderFrameProxyHost* GetProxyToParent();
221 RenderFrameProxyHost* GetProxyToOuterDelegate();
290 RenderFrameProxyHost* GetRenderFrameProxyHost(SiteInstance* instance) const;
431 RenderFrameProxyHost* CreateOuterDelegateProxy(
443 RenderFrameProxyHost* proxy);
498 RenderFrameProxyHost* proxy);
607 RenderFrameProxyHost* CreateRenderFrameProxyHost(
[all …]
H A Drender_frame_host_manager_unittest.cc1200 RenderFrameProxyHost* rfph1 = in TEST_P()
1207 RenderFrameProxyHost* rfph2 = in TEST_P()
1389 RenderFrameProxyHost* rfph1 = in TEST_P()
2076 RenderFrameProxyHost* proxy) { in OpenerFrameToken()
2145 RenderFrameProxyHost* tab1_proxy = in TEST_P()
2148 RenderFrameProxyHost* tab2_proxy = in TEST_P()
2198 RenderFrameProxyHost* opener_proxy = in TEST_P()
2392 RenderFrameProxyHost* proxyB = in TEST_P()
2415 RenderFrameProxyHost* proxyC = in TEST_P()
2511 RenderFrameProxyHost* proxyC = in TEST_P()
[all …]
H A Drender_frame_host_manager.cc582 RenderFrameProxyHost* proxy = nullptr; in UnloadOldFrame()
615 RenderFrameProxyHost* proxy = nullptr; in DiscardUnusedFrame()
1036 RenderFrameProxyHost* proxy_to_parent = in OnDidChangeCollapsedState()
1176 RenderFrameProxyHost* proxy_host = in CreateRenderFrameProxyHost()
2505 RenderFrameProxyHost* outer_delegate_proxy = in CreateProxiesForChildFrame()
2548 RenderFrameProxyHost* proxy) { in SwapOuterDelegateFrame()
2574 RenderFrameProxyHost* proxy) { in InitRenderView()
2756 RenderFrameProxyHost* existing_proxy, in GetReplacementRoutingId()
3238 RenderFrameProxyHost* proxy = in CreateOpenerProxies()
3290 RenderFrameProxyHost* outer_delegate_proxy = in ExecutePageBroadcastMethod()
[all …]
H A Dcross_process_frame_connector.h43 class RenderFrameProxyHost; variable
88 RenderFrameProxyHost* frame_proxy_in_parent_renderer);
380 RenderFrameProxyHost* frame_proxy_in_parent_renderer_;
H A Dframe_tree.cc144 RenderFrameProxyHost* render_frame_proxy_host = in FindByRoutingID()
145 RenderFrameProxyHost::FromID(process_id, routing_id); in FindByRoutingID()
286 RenderFrameProxyHost* outer_delegate_proxy = in CreateProxiesForSiteInstance()
369 RenderFrameProxyHost* proxy = in SetFocusedFrame()
491 RenderFrameProxyHost* proxy = in SetPageFocus()
H A Dback_forward_cache_impl.h30 class RenderFrameProxyHost; variable
62 std::unique_ptr<RenderFrameProxyHost>>;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Drender_frame_proxy_host.cc66 RenderFrameProxyHost* RenderFrameProxyHost::FromID(int process_id, in FromID()
74 RenderFrameProxyHost::RenderFrameProxyHost( in RenderFrameProxyHost() function in content::RenderFrameProxyHost
119 RenderFrameProxyHost::~RenderFrameProxyHost() { in ~RenderFrameProxyHost()
139 void RenderFrameProxyHost::SetChildRWHView( in SetChildRWHView()
212 RenderFrameProxyHost* parent_proxy = in InitRenderFrameProxy()
339 void RenderFrameProxyHost::VisibilityChanged( in VisibilityChanged()
344 void RenderFrameProxyHost::UpdateOpener() { in UpdateOpener()
369 void RenderFrameProxyHost::OnDetach() { in OnDetach()
392 void RenderFrameProxyHost::OnOpenURL( in OnOpenURL()
627 RenderFrameProxyHost* source_proxy = in OnAdvanceFocus()
[all …]
H A Drender_frame_proxy_host.h69 class CONTENT_EXPORT RenderFrameProxyHost
72 public mojom::RenderFrameProxyHost,
75 using CreatedCallback = base::RepeatingCallback<void(RenderFrameProxyHost*)>;
77 static RenderFrameProxyHost* FromID(int process_id, int routing_id);
83 RenderFrameProxyHost(SiteInstance* site_instance,
86 ~RenderFrameProxyHost() override;
230 mojo::AssociatedReceiver<mojom::RenderFrameProxyHost>
242 DISALLOW_COPY_AND_ASSIGN(RenderFrameProxyHost);
H A Drender_frame_host_manager.h42 class RenderFrameProxyHost; variable
101 std::unique_ptr<RenderFrameProxyHost>>;
219 RenderFrameProxyHost* GetProxyToParent();
224 RenderFrameProxyHost* GetProxyToOuterDelegate();
288 RenderFrameProxyHost* GetRenderFrameProxyHost(SiteInstance* instance) const;
416 RenderFrameProxyHost* CreateOuterDelegateProxy(
428 RenderFrameProxyHost* proxy);
478 RenderFrameProxyHost* proxy);
569 RenderFrameProxyHost* CreateRenderFrameProxyHost(
H A Drender_frame_host_manager_unittest.cc1217 RenderFrameProxyHost* rfph1 = in TEST_P()
1224 RenderFrameProxyHost* rfph2 = in TEST_P()
1407 RenderFrameProxyHost* rfph1 = in TEST_P()
2117 RenderFrameProxyHost* tab1_proxy = in TEST_P()
2120 RenderFrameProxyHost* tab2_proxy = in TEST_P()
2172 RenderFrameProxyHost* opener_proxy = in TEST_P()
2365 RenderFrameProxyHost* proxyB = in TEST_P()
2394 RenderFrameProxyHost* proxyC = in TEST_P()
2496 RenderFrameProxyHost* proxyC = in TEST_P()
3398 std::map<RenderFrameProxyHost*,
[all …]
H A Drender_frame_host_manager.cc654 RenderFrameProxyHost* proxy = nullptr; in UnloadOldFrame()
688 RenderFrameProxyHost* proxy = nullptr; in DiscardUnusedFrame()
1107 RenderFrameProxyHost* proxy_to_parent = in OnDidChangeCollapsedState()
1137 RenderFrameProxyHost* proxy = pair.second.get(); in OnDidUpdateFrameOwnerProperties()
1190 RenderFrameProxyHost* proxy = pair.second.get(); in UpdateUserActivationState()
1253 RenderFrameProxyHost* proxy_host = in CreateRenderFrameProxyHost()
2291 RenderFrameProxyHost* outer_delegate_proxy = in CreateProxiesForChildFrame()
2334 RenderFrameProxyHost* proxy) { in SwapOuterDelegateFrame()
2359 RenderFrameProxyHost* proxy) { in InitRenderView()
2957 RenderFrameProxyHost* proxy = in CreateOpenerProxies()
[all …]
H A Dcross_process_frame_connector.h25 class RenderFrameProxyHost; variable
68 RenderFrameProxyHost* frame_proxy_in_parent_renderer);
199 RenderFrameProxyHost* frame_proxy_in_parent_renderer_;
H A Dframe_tree.cc141 RenderFrameProxyHost* render_frame_proxy_host = in FindByRoutingID()
142 RenderFrameProxyHost::FromID(process_id, routing_id); in FindByRoutingID()
283 RenderFrameProxyHost* outer_delegate_proxy = in CreateProxiesForSiteInstance()
360 RenderFrameProxyHost* proxy = in SetFocusedFrame()
483 RenderFrameProxyHost* proxy = in SetPageFocus()
H A Dback_forward_cache_impl.h29 class RenderFrameProxyHost; variable
52 std::unique_ptr<RenderFrameProxyHost>>;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Dframe_proxy.mojom12 // RenderFrameProxyHost. Implemented by the browser process, called by renderer
14 interface RenderFrameProxyHost {
19 // Mojo interface for communicating from RenderFrameProxyHost to
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dscoped_active_url.h20 class RenderFrameProxyHost; variable
37 explicit ScopedActiveURL(RenderFrameProxyHost* proxy);
H A Dscoped_active_url.cc29 ScopedActiveURL::ScopedActiveURL(RenderFrameProxyHost* proxy) in ScopedActiveURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dscoped_active_url.h20 class RenderFrameProxyHost; variable
37 explicit ScopedActiveURL(RenderFrameProxyHost* proxy);
H A Dscoped_active_url.cc29 ScopedActiveURL::ScopedActiveURL(RenderFrameProxyHost* proxy) in ScopedActiveURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/
H A Dframe_proxy.mojom13 // RenderFrameProxyHost. Implemented by the browser process, called by renderer
15 interface RenderFrameProxyHost {
23 // Mojo interface for communicating from RenderFrameProxyHost to
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/portal/
H A Dportal_created_observer.cc43 RenderFrameProxyHost* proxy_host = portal_->CreateProxyAndAttachPortal(); in CreatePortal()
59 RenderFrameProxyHost* proxy_host = portal_->CreateProxyAndAttachPortal(); in AdoptPortal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/portal/
H A Dportal.h27 class RenderFrameProxyHost; variable
69 RenderFrameProxyHost* CreateProxyAndAttachPortal();
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/portal/
H A Dportal.h27 class RenderFrameProxyHost; variable
69 RenderFrameProxyHost* CreateProxyAndAttachPortal();

123