Home
last modified time | relevance | path

Searched refs:SetIsInert (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/testing/
H A Dfake_remote_frame_host.h33 void SetIsInert(bool inert) override;
H A Dfake_remote_frame_host.cc34 void FakeRemoteFrameHost::SetIsInert(bool inert) {} in SetIsInert() function in blink::FakeRemoteFrameHost
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/testing/
H A Dfake_remote_frame_host.h36 void SetIsInert(bool inert) override;
H A Dfake_remote_frame_host.cc34 void FakeRemoteFrameHost::SetIsInert(bool inert) {} in SetIsInert() function in blink::FakeRemoteFrameHost
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/web/
H A Dweb_frame_widget.h130 virtual void SetIsInert(bool) {} in SetIsInert() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_dialog_element.cc98 document.GetFrame()->SetIsInert(document.LocalOwner() && in InertSubtreesChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dcross_process_frame_connector.h123 void SetIsInert(bool inert);
H A Dcross_process_frame_connector.cc369 void CrossProcessFrameConnector::SetIsInert(bool inert) { in SetIsInert() function in content::CrossProcessFrameConnector
372 view_->SetIsInert(); in SetIsInert()
H A Drender_frame_proxy_host.h159 void SetIsInert(bool inert) override;
H A Drender_frame_proxy_host.cc661 void RenderFrameProxyHost::SetIsInert(bool inert) { in SetIsInert() function in content::RenderFrameProxyHost
662 cross_process_frame_connector_->SetIsInert(inert); in SetIsInert()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_dialog_element.cc95 document.GetFrame()->SetIsInert(document.LocalOwner() && in InertSubtreesChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dcross_process_frame_connector.cc386 void CrossProcessFrameConnector::SetIsInert(bool inert) { in SetIsInert() function in content::CrossProcessFrameConnector
389 view_->SetIsInert(); in SetIsInert()
H A Dcross_process_frame_connector.h268 void SetIsInert(bool inert);
H A Drender_frame_proxy_host.h167 void SetIsInert(bool inert) override;
H A Drender_frame_proxy_host.cc475 void RenderFrameProxyHost::SetIsInert(bool inert) { in SetIsInert() function in content::RenderFrameProxyHost
476 cross_process_frame_connector_->SetIsInert(inert); in SetIsInert()
H A Drender_widget_host_view_child_frame.cc446 void RenderWidgetHostViewChildFrame::SetIsInert() { in SetIsInert() function in content::RenderWidgetHostViewChildFrame
743 SetIsInert(); in WillSendScreenRects()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dremote_frame.h55 void SetIsInert(bool) override;
H A Dweb_frame_widget_impl.h116 void SetIsInert(bool) override;
H A Dframe.h217 virtual void SetIsInert(bool) = 0;
H A Dremote_frame.cc212 void RemoteFrame::SetIsInert(bool inert) { in SetIsInert() function in blink::RemoteFrame
214 GetRemoteFrameHostRemote().SetIsInert(inert); in SetIsInert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dremote_frame.h73 void SetIsInert(bool) override;
H A Dframe.h220 virtual void SetIsInert(bool) = 0;
H A Dremote_frame.cc271 void RemoteFrame::SetIsInert(bool inert) { in SetIsInert() function in blink::RemoteFrame
273 GetRemoteFrameHostRemote().SetIsInert(inert); in SetIsInert()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_host_view_child_frame.h184 void SetIsInert();
H A Drender_widget_host_view_child_frame.cc427 void RenderWidgetHostViewChildFrame::SetIsInert() { in SetIsInert() function in content::RenderWidgetHostViewChildFrame
726 SetIsInert(); in WillSendScreenRects()

12