Home
last modified time | relevance | path

Searched refs:local_frame (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webcodecs/
H A Dplane.cc34 auto local_frame = handle_->frame(); in Plane() local
35 if (local_frame) { in Plane()
36 DCHECK(local_frame->IsMappable() || local_frame->HasGpuMemoryBuffer()); in Plane()
44 if (!local_frame) in stride()
48 return local_frame->stride(plane_); in stride()
53 if (!local_frame) in rows()
55 return local_frame->rows(plane_); in rows()
60 if (!local_frame) in length()
65 return local_frame->rows(plane_) * local_frame->stride(plane_); in length()
71 if (!local_frame) { in readInto()
[all …]
H A Dvideo_frame.cc232 if (!local_frame || !IsSupportedPlanarFormat(local_frame.get())) in format()
251 if (!local_frame || !IsSupportedPlanarFormat(local_frame.get())) in planes()
267 if (!local_frame) in codedWidth()
274 if (!local_frame) in codedHeight()
281 if (!local_frame) in cropLeft()
288 if (!local_frame) in cropTop()
295 if (!local_frame) in cropWidth()
302 if (!local_frame) in cropHeight()
309 if (!local_frame) in displayWidth()
316 if (!local_frame) in displayHeight()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dpage.cc376 if (!local_frame) in InitialStyleChanged()
656 local_frame->GetDocument() in SettingsChanged()
705 LocalFrame* local_frame = nullptr; in SettingsChanged() local
707 !local_frame->Loader() in SettingsChanged()
721 if (!local_frame) in SettingsChanged()
736 local_frame->UpdateAdHighlight(); in SettingsChanged()
748 if (!local_frame) in SettingsChanged()
785 local_frame->GetDocument() in SettingsChanged()
816 if (!local_frame) in InvalidatePaint()
834 if (!local_frame) in UpdateAcceleratedCompositingSettings()
[all …]
H A Dframe_tree.cc293 LocalFrame* local_frame = To<LocalFrame>(this_frame_.Get()); in FindFrameForNavigationInternal() local
294 Frame* named_frame = local_frame->Client()->FindFrame(name); in FindFrameForNavigationInternal()
298 DCHECK(!named_frame || local_frame->GetDocument() in FindFrameForNavigationInternal()
375 auto* local_frame = blink::DynamicTo<blink::LocalFrame>(frame); in printFrames() local
376 blink::LocalFrameView* view = local_frame ? local_frame->View() : nullptr; in printFrames()
384 printf(" document=%p\n", local_frame ? local_frame->GetDocument() : nullptr); in printFrames()
387 local_frame && local_frame->GetDocument() in printFrames()
388 ? local_frame->GetDocument()->Url().GetString().Utf8().c_str() in printFrames()
/dports/games/flare-engine/flare-engine-1.12/src/
H A DWidgetHorizontalList.cpp85 button_left->local_frame = local_frame; in render()
88 button_right->local_frame = local_frame; in render()
95 label.local_frame = local_frame; in render()
103 topLeft.x = pos.x + local_frame.x - local_offset.x; in render()
104 topLeft.y = pos.y + local_frame.y - local_offset.y; in render()
110 if (local_frame.w && in render()
111 (topLeft.x<local_frame.x || bottomRight.x>(local_frame.x+local_frame.w))) { in render()
114 if (local_frame.h && in render()
115 (topLeft.y<local_frame.y || bottomRight.y>(local_frame.y+local_frame.h))) { in render()
157 …Point new_mouse(mouse.x + local_frame.x - local_offset.x, mouse.y + local_frame.y - local_offset.y… in checkTooltip()
H A DWidgetCheckBox.cpp121 cb->local_frame = local_frame; in render()
131 topLeft.x = pos.x + local_frame.x - local_offset.x; in render()
132 topLeft.y = pos.y + local_frame.y - local_offset.y; in render()
138 if (local_frame.w && in render()
139 (topLeft.x<local_frame.x || bottomRight.x>(local_frame.x+local_frame.w))) { in render()
142 if (local_frame.h && in render()
143 (topLeft.y<local_frame.y || bottomRight.y>(local_frame.y+local_frame.h))) { in render()
159 …Point new_mouse(mouse.x + local_frame.x - local_offset.x, mouse.y + local_frame.y - local_offset.y… in checkTooltip()
H A DWidgetSlider.cpp162 sl->local_frame = local_frame; in render()
176 topLeft.x = pos.x + local_frame.x - local_offset.x; in render()
177 topLeft.y = pos.y + local_frame.y - local_offset.y; in render()
183 if (local_frame.w && in render()
184 (topLeft.x<local_frame.x || bottomRight.x>(local_frame.x+local_frame.w))) { in render()
187 if (local_frame.h && in render()
188 (topLeft.y<local_frame.y || bottomRight.y>(local_frame.y+local_frame.h))) { in render()
203 new_mouse.x = pos_knob.x + (pos_knob.w * 2) + local_frame.x - local_offset.x; in render()
204 new_mouse.y = pos_knob.y + (pos_knob.h / 2) + local_frame.y - local_offset.y; in render()
H A DWidgetScrollBox.cpp73 child->local_frame = pos; in addChildWidget()
266 contents->local_frame = local_frame; in render()
274 children[i]->local_frame = pos; in render()
280 scrollbar->local_frame = local_frame; in render()
291 topLeft.x = sb_rect.x + local_frame.x - local_offset.x; in render()
292 topLeft.y = sb_rect.y + local_frame.y - local_offset.y; in render()
298 if (local_frame.w && in render()
299 (topLeft.x<local_frame.x || bottomRight.x>(local_frame.x+local_frame.w))) { in render()
302 if (local_frame.h && in render()
303 (topLeft.y<local_frame.y || bottomRight.y>(local_frame.y+local_frame.h))) { in render()
H A DWidgetInput.cpp47 pos.x = pos_base.x + offset_x + local_frame.x - local_offset.x; in setPos()
48 pos.y = pos_base.y + offset_y + local_frame.y - local_offset.y; in setPos()
219 background->local_frame = local_frame; in render()
239 topLeft.x = pos.x + local_frame.x - local_offset.x; in render()
240 topLeft.y = pos.y + local_frame.y - local_offset.y; in render()
246 if (local_frame.w && in render()
247 (topLeft.x<local_frame.x || bottomRight.x>(local_frame.x+local_frame.w))) { in render()
250 if (local_frame.h && in render()
251 (topLeft.y<local_frame.y || bottomRight.y>(local_frame.y+local_frame.h))) { in render()
H A DWidgetListBox.cpp191 …Point new_mouse(mouse.x + local_frame.x - local_offset.x, mouse.y + local_frame.y - local_offset.y… in checkTooltip()
346 listboxs->local_frame = local_frame; in render()
365 vlabels[i].local_frame = local_frame; in render()
375 topLeft.x = rows[0].x + local_frame.x - local_offset.x; in render()
376 topLeft.y = rows[0].y + local_frame.y - local_offset.y; in render()
377 bottomRight.x = rows[rows.size() - 1].x + rows[0].w + local_frame.x - local_offset.x; in render()
382 if (local_frame.w && in render()
383 (topLeft.x<local_frame.x || bottomRight.x>(local_frame.x+local_frame.w))) { in render()
386 if (local_frame.h && in render()
387 (topLeft.y<local_frame.y || bottomRight.y>(local_frame.y+local_frame.h))) { in render()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dpage.cc397 if (!local_frame) in InitialStyleChanged()
444 local_frame->OnPageLifecycleStateUpdated(); in SetPaused()
583 local_frame->OnPageLifecycleStateUpdated(); in OnSetPageFrozen()
684 local_frame->GetDocument() in SettingsChanged()
745 if (!local_frame) in SettingsChanged()
760 local_frame->UpdateAdHighlight(); in SettingsChanged()
772 if (!local_frame) in SettingsChanged()
809 auto* window = local_frame->DomWindow(); in SettingsChanged()
839 if (!local_frame) in InvalidatePaint()
857 if (!local_frame) in UpdateAcceleratedCompositingSettings()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dremote_frame_owner.cc72 LocalFrame* local_frame = To<LocalFrame>(failed_frame); in RenderFallbackContent() local
73 DCHECK(local_frame->IsProvisional() || ContentFrame() == local_frame); in RenderFallbackContent()
74 local_frame->GetLocalFrameHostRemote().RenderFallbackContentInParentProcess(); in RenderFallbackContent()
78 LocalFrame& local_frame = To<LocalFrame>(*frame_); in IntrinsicSizingInfoChanged() local
81 local_frame.View()->GetIntrinsicSizingInfo(intrinsic_sizing_info); in IntrinsicSizingInfoChanged()
85 WebLocalFrameImpl::FromFrame(local_frame) in IntrinsicSizingInfoChanged()
94 LocalFrame* local_frame = To<LocalFrame>(frame_.Get()); in SetNeedsOcclusionTracking() local
95 local_frame->GetLocalFrameHostRemote().SetNeedsOcclusionTracking( in SetNeedsOcclusionTracking()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/translate/content/renderer/
H A Dper_frame_translate_agent.cc92 WebLocalFrame* local_frame = render_frame()->GetWebFrame(); in GetWebLanguageDetectionDetails() local
93 WebDocument document = local_frame->GetDocument(); in GetWebLanguageDetectionDetails()
197 WebLocalFrame* local_frame = render_frame()->GetWebFrame(); in ExecuteScript() local
198 if (!local_frame) in ExecuteScript()
209 WebLocalFrame* local_frame = render_frame()->GetWebFrame(); in ExecuteScriptAndGetBoolResult() local
210 if (!local_frame) in ExecuteScriptAndGetBoolResult()
226 WebLocalFrame* local_frame = render_frame()->GetWebFrame(); in ExecuteScriptAndGetStringResult() local
227 if (!local_frame) in ExecuteScriptAndGetStringResult()
248 WebLocalFrame* local_frame = render_frame()->GetWebFrame(); in ExecuteScriptAndGetDoubleResult() local
249 if (!local_frame) in ExecuteScriptAndGetDoubleResult()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Ddocument_loader_test.cc328 LocalFrame* local_frame = in TEST_F() local
330 local_frame->Loader().CommitNavigation(std::move(params), nullptr); in TEST_F()
347 LocalFrame* local_frame = in TEST_F() local
349 local_frame->Loader().CommitNavigation(std::move(params), nullptr); in TEST_F()
366 LocalFrame* local_frame = in TEST_F() local
368 local_frame->Loader().CommitNavigation(std::move(params), nullptr); in TEST_F()
384 LocalFrame* local_frame = in TEST_F() local
386 local_frame->Loader().CommitNavigation(std::move(params), nullptr); in TEST_F()
403 LocalFrame* local_frame = in TEST_F() local
405 local_frame->Loader().CommitNavigation(std::move(params), nullptr); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dremote_frame_owner.cc75 LocalFrame* local_frame = To<LocalFrame>(failed_frame); in RenderFallbackContent() local
76 DCHECK(local_frame->IsProvisional() || ContentFrame() == local_frame); in RenderFallbackContent()
77 local_frame->GetLocalFrameHostRemote().RenderFallbackContentInParentProcess(); in RenderFallbackContent()
81 LocalFrame& local_frame = To<LocalFrame>(*frame_); in IntrinsicSizingInfoChanged() local
84 local_frame.View()->GetIntrinsicSizingInfo(intrinsic_sizing_info); in IntrinsicSizingInfoChanged()
93 WebLocalFrameImpl::FromFrame(local_frame) in IntrinsicSizingInfoChanged()
102 LocalFrame* local_frame = To<LocalFrame>(frame_.Get()); in SetNeedsOcclusionTracking() local
103 local_frame->GetLocalFrameHostRemote().SetNeedsOcclusionTracking( in SetNeedsOcclusionTracking()
/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/src/
H A Dvideo.c775 if (!local_frame) { in setup_hwvideo_encode()
785 if (!local_frame->buf[0]) { in setup_hwvideo_encode()
836 av_frame_free(&local_frame); in setup_hwvideo_encode()
906 if (!local_frame) { in setup_video_encode()
914 if (av_image_alloc(local_frame->data, local_frame->linesize, in setup_video_encode()
915 local_frame->width, local_frame->height, avpixfmt, in setup_video_encode()
1132 if (!local_frame) { in setup_color_conv()
1140 if (av_image_alloc(local_frame->data, local_frame->linesize, in setup_color_conv()
1141 local_frame->width, local_frame->height, avpixfmt, in setup_color_conv()
1144 av_frame_free(&local_frame); in setup_color_conv()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Ddocument_loader_test.cc721 LocalFrame* local_frame = in TEST_F() local
723 local_frame->Loader().CommitNavigation(std::move(params), nullptr); in TEST_F()
740 LocalFrame* local_frame = in TEST_F() local
742 local_frame->Loader().CommitNavigation(std::move(params), nullptr); in TEST_F()
763 LocalFrame* local_frame = in TEST_F() local
782 LocalFrame* local_frame = in TEST_F() local
805 LocalFrame* local_frame = in TEST_F() local
823 LocalFrame* local_frame = in TEST_F() local
845 LocalFrame* local_frame = in TEST_F() local
864 LocalFrame* local_frame = in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/compositing/
H A Dpaint_layer_compositor.cc120 if (!local_frame) in UpdateInputsIfNeededRecursiveInternal()
126 if (local_frame->GetDocument()->IsActive() && in UpdateInputsIfNeededRecursiveInternal()
127 local_frame->ContentLayoutObject()) { in UpdateInputsIfNeededRecursiveInternal()
128 local_frame->ContentLayoutObject() in UpdateInputsIfNeededRecursiveInternal()
211 if (!local_frame) in UpdateAssignmentsIfNeededRecursiveInternal()
217 if (local_frame->GetDocument()->IsActive() && in UpdateAssignmentsIfNeededRecursiveInternal()
218 local_frame->ContentLayoutObject()) { in UpdateAssignmentsIfNeededRecursiveInternal()
247 if (!local_frame) in UpdateAssignmentsIfNeededRecursiveInternal()
250 !local_frame->ContentLayoutObject() || in UpdateAssignmentsIfNeededRecursiveInternal()
252 local_frame->ContentLayoutObject())) in UpdateAssignmentsIfNeededRecursiveInternal()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/controller/
H A Ddev_tools_frontend_impl.cc46 LocalFrame* local_frame, in BindMojoRequest() argument
48 if (!local_frame) in BindMojoRequest()
50 local_frame->ProvideSupplement(MakeGarbageCollected<DevToolsFrontendImpl>( in BindMojoRequest()
51 *local_frame, std::move(receiver))); in BindMojoRequest()
55 DevToolsFrontendImpl* DevToolsFrontendImpl::From(LocalFrame* local_frame) { in From() argument
56 if (!local_frame) in From()
58 return local_frame->RequireSupplement<DevToolsFrontendImpl>(); in From()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/controller/
H A Ddev_tools_frontend_impl.cc47 LocalFrame* local_frame, in BindMojoRequest() argument
49 if (!local_frame) in BindMojoRequest()
51 local_frame->ProvideSupplement(MakeGarbageCollected<DevToolsFrontendImpl>( in BindMojoRequest()
52 *local_frame, std::move(receiver))); in BindMojoRequest()
56 DevToolsFrontendImpl* DevToolsFrontendImpl::From(LocalFrame* local_frame) { in From() argument
57 if (!local_frame) in From()
59 return local_frame->RequireSupplement<DevToolsFrontendImpl>(); in From()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/content_capture/
H A Dcontent_capture_manager.cc21 const LocalFrame& local_frame) in UserActivation() argument
22 : local_frame(&local_frame), activation_time(base::TimeTicks::Now()) {} in UserActivation()
25 visitor->Trace(local_frame); in Trace()
54 latest_user_activation_->local_frame == frame && in UserActivated()
92 const LocalFrame& local_frame) { in NotifyInputEvent() argument
103 latest_user_activation_ = MakeGarbageCollected<UserActivation>(local_frame); in NotifyInputEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/media/audio/
H A Dfuchsia_audio_device_factory.cc68 auto* local_frame = LocalFrame::FromFrameToken(frame_token); in CreateAudioRendererSink() local
69 if (!local_frame) { in CreateAudioRendererSink()
77 local_frame->GetBrowserInterfaceBroker().GetInterface( in CreateAudioRendererSink()
107 auto* local_frame = LocalFrame::FromFrameToken(frame_token); in CreateAudioCapturerSource() local
108 if (!local_frame) in CreateAudioCapturerSource()
114 local_frame->GetBrowserInterfaceBroker().GetInterface( in CreateAudioCapturerSource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/graphics/
H A Dsvg_image_test.cc180 LocalFrame* local_frame = in TEST_F() local
182 EXPECT_TRUE(local_frame->GetDocument()->IsSVGDocument()); in TEST_F()
193 LocalFrame* local_frame = in TEST_F() local
195 EXPECT_TRUE(local_frame->GetDocument()->IsSVGDocument()); in TEST_F()
196 auto& layout_shift_tracker = local_frame->View()->GetLayoutShiftTracker(); in TEST_F()
208 LocalFrame* local_frame = in TEST_F() local
210 ASSERT_FALSE(local_frame->View()->Size().IsEmpty()); in TEST_F()
211 EXPECT_EQ(local_frame->View()->Size(), in TEST_F()
230 LocalFrame* local_frame = in TEST_F() local
232 EXPECT_TRUE(local_frame->GetDocument()->IsSVGDocument()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/native_file_system/
H A Dwindow_native_file_system.cc91 LocalFrame* local_frame = window.GetFrame(); in chooseFileSystemEntries() local
92 if (!local_frame || local_frame->IsCrossOriginToMainFrame()) { in chooseFileSystemEntries()
98 if (!LocalFrame::HasTransientUserActivation(local_frame)) { in chooseFileSystemEntries()
127 LocalFrame* local_frame, in chooseFileSystemEntries()
147 LocalFrame::NotifyUserActivation(local_frame); in chooseFileSystemEntries()
164 WrapPersistent(local_frame))); in chooseFileSystemEntries()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/graphics/
H A Dsvg_image_test.cc211 LocalFrame* local_frame = in TEST_F() local
213 EXPECT_TRUE(local_frame->GetDocument()->IsSVGDocument()); in TEST_F()
223 LocalFrame* local_frame = in TEST_F() local
225 EXPECT_TRUE(local_frame->GetDocument()->IsSVGDocument()); in TEST_F()
226 auto& layout_shift_tracker = local_frame->View()->GetLayoutShiftTracker(); in TEST_F()
238 LocalFrame* local_frame = in TEST_F() local
240 ASSERT_FALSE(local_frame->View()->Size().IsEmpty()); in TEST_F()
241 EXPECT_EQ(local_frame->View()->Size(), in TEST_F()
260 LocalFrame* local_frame = in TEST_F() local
262 EXPECT_TRUE(local_frame->GetDocument()->IsSVGDocument()); in TEST_F()
[all …]

1234567891011