Home
last modified time | relevance | path

Searched refs:web_local_frame_ (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspector_emulation_agent.cc33 : web_local_frame_(web_local_frame_impl), in InspectorEmulationAgent()
64 return web_local_frame_ ? web_local_frame_->ViewImpl() : nullptr; in GetWebViewImpl()
85 if (!web_local_frame_) in Restore()
162 if (!web_local_frame_) in disable()
389 web_local_frame_->View()->Scheduler()->SetInitialVirtualTime( in setVirtualTimePolicy()
412 DCHECK(web_local_frame_); in ApplyVirtualTimePolicy()
413 web_local_frame_->View()->Scheduler()->SetVirtualTimePolicy( in ApplyVirtualTimePolicy()
470 WebView* view = web_local_frame_->View(); in VirtualTimeBudgetExpired()
539 if (web_local_frame_) { in setUserAgentOverride()
598 if (!web_local_frame_) { in AssertPage()
[all …]
H A Dinspector_emulation_agent.h113 Member<WebLocalFrameImpl> web_local_frame_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_emulation_agent.cc36 : web_local_frame_(web_local_frame_impl), in InspectorEmulationAgent()
70 return web_local_frame_ ? web_local_frame_->ViewImpl() : nullptr; in GetWebViewImpl()
89 if (!web_local_frame_) in Restore()
169 if (!web_local_frame_) in disable()
397 web_local_frame_->View()->Scheduler()->SetInitialVirtualTime( in setVirtualTimePolicy()
420 DCHECK(web_local_frame_); in ApplyVirtualTimePolicy()
421 web_local_frame_->View()->Scheduler()->SetVirtualTimePolicy( in ApplyVirtualTimePolicy()
512 WebView* view = web_local_frame_->View(); in VirtualTimeBudgetExpired()
584 if (web_local_frame_) { in setUserAgentOverride()
711 if (!web_local_frame_) { in AssertPage()
[all …]
H A Dinspector_emulation_agent.h126 Member<WebLocalFrameImpl> web_local_frame_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Dwebrtc_audio_renderer_test.cc147 web_local_frame_(blink::WebLocalFrame::CreateMainFrame( in MAYBE_WebRtcAudioRendererTest()
165 web_local_frame_, base::UnguessableToken::Create(), device_id, in SetupRenderer()
172 web_local_frame_, _)) in SetupRenderer()
228 WebLocalFrame* web_local_frame_ = nullptr; member in blink::MAYBE_WebRtcAudioRendererTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_widget_unittest.cc274 web_local_frame_ = blink::WebLocalFrame::CreateMainFrame( in SetUp()
277 widget_.get(), web_local_frame_, in SetUp()
292 web_local_frame_ = nullptr; in TearDown()
320 blink::WebLocalFrame* web_local_frame_; member in content::RenderWidgetUnittest
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dtest_plugin.h172 blink::WebLocalFrame* web_local_frame_; variable
H A Dtest_plugin.cc124 web_local_frame_(frame), in TestPlugin()
588 web_local_frame_->HasTransientUserActivation(); in HandleInputEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/blink/
H A Dwebmediaplayer_impl_unittest.cc349 web_local_frame_(blink::WebLocalFrame::CreateMainFrame( in WebMediaPlayerImplTest()
469 web_local_frame_, &client_, &encrypted_client_, &delegate_, in InitializeWebMediaPlayerImplInternal()
480 blink::WebLocalFrame* GetWebLocalFrame() { return web_local_frame_; } in GetWebLocalFrame()
847 blink::WebLocalFrame* web_local_frame_; member in media::WebMediaPlayerImplTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/blink/
H A Dwebmediaplayer_impl_unittest.cc327 web_local_frame_( in WebMediaPlayerImplTest()
415 web_local_frame_, &client_, &encrypted_client_, &delegate_, in InitializeWebMediaPlayerImpl()
445 blink::WebLocalFrame* GetWebLocalFrame() { return web_local_frame_; } in GetWebLocalFrame()
823 blink::WebLocalFrame* web_local_frame_; member in media::WebMediaPlayerImplTest