Home
last modified time | relevance | path

Searched refs:GetFrame (Results 1 – 25 of 1758) sorted by relevance

12345678910>>...71

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dframe_test.cc37 GetDocument().GetFrame()->Loader().CommitNavigation( in Navigate()
66 EXPECT_TRUE(GetDocument().GetFrame()->HasStickyUserActivation()); in TEST_F()
69 EXPECT_TRUE(GetDocument().GetFrame()->HasStickyUserActivation()); in TEST_F()
183 GetDocument().GetFrame()->HasStickyUserActivation(); in TEST_F()
200 GetDocument().GetFrame()->HasStickyUserActivation(); in TEST_F()
221 GetDocument().GetFrame()->HasStickyUserActivation(); in TEST_F()
232 GetDocument().GetFrame(), in TEST_F()
234 GetDocument().GetFrame()->HasStickyUserActivation(); in TEST_F()
249 GetDocument().GetFrame()->ClearUserActivation(); in TEST_F()
251 GetDocument().GetFrame(), in TEST_F()
[all …]
H A Dweb_local_frame_impl.cc631 if (!GetFrame()) in SetOptimizationGuideHints()
732 if (GetFrame() && GetFrame()->GetDocument() && in DispatchedPagehideAndStillHidden()
795 if (!GetFrame() || !GetFrame()->GetDocument()) in GetDocument()
801 if (!GetFrame()) in Performance()
857 if (!GetFrame()) in ClearIsolatedWorldCSPForTesting()
890 if (!GetFrame()) in CollectGarbageForTesting()
1057 if (GetFrame()) in EnableViewSourceMode()
1062 if (!GetFrame()) in IsViewSourceModeEnabled()
1086 if (!GetFrame()) in DeprecatedStopLoading()
2325 if (!GetFrame() || !GetFrame()->GetDocument()) in IsLoading()
[all …]
H A Dlocal_dom_window.cc599 if (GetFrame() && GetFrame()->IsCrossOriginToMainFrame()) in CountUseOnlyInCrossOriginIframe()
630 if (GetFrame()->GetPage() && GetFrame()->View()) { in InstallNewDocument()
1038 if (GetFrame() && GetFrame()->GetPage() && in DispatchMessageEventWithOriginCheck()
1079 if (!GetFrame() || !GetFrame()->IsAttached()) in print()
1353 if (!GetFrame() || !GetFrame()->GetPage()) in scrollX()
1370 if (!GetFrame() || !GetFrame()->GetPage()) in scrollY()
1607 if (!GetFrame() || !GetFrame()->IsMainFrame()) in moveBy()
1623 if (!GetFrame() || !GetFrame()->IsMainFrame()) in moveTo()
1639 if (!GetFrame() || !GetFrame()->IsMainFrame()) in resizeBy()
1654 if (!GetFrame() || !GetFrame()->IsMainFrame()) in resizeTo()
[all …]
H A Dweb_remote_frame_impl.cc164 if (!GetFrame()) { in View()
219 GetFrame()->CreateView(); in InitializeCoreFrame()
275 DCHECK(GetFrame()); in SetReplicatedOrigin()
282 DCHECK(GetFrame()); in SetReplicatedSandboxFlags()
288 DCHECK(GetFrame()); in SetReplicatedName()
295 DCHECK(GetFrame()); in SetReplicatedFeaturePolicyHeaderAndOpenerPolicies()
304 GetFrame() in AddReplicatedContentSecurityPolicyHeader()
316 DCHECK(GetFrame()); in SetReplicatedInsecureRequestPolicy()
322 DCHECK(GetFrame()); in SetReplicatedInsecureNavigationsSet()
328 DCHECK(GetFrame()); in SetReplicatedAdFrameType()
[all …]
H A Ddom_window.cc102 return window_is_closing_ || !GetFrame() || !GetFrame()->GetPage(); in closed()
106 return GetFrame() ? GetFrame()->Tree().ScopedChildCount() : 0; in length()
110 if (!GetFrame()) in self()
118 if (!GetFrame() || !GetFrame()->Client()) in opener()
126 if (!GetFrame()) in parent()
134 if (!GetFrame()) in top()
174 if (!GetFrame()) in AnonymousIndexedGetter()
182 if (GetFrame()) in IsCurrentlyDisplayedInFrame()
184 return GetFrame() && GetFrame()->GetPage(); in IsCurrentlyDisplayedInFrame()
327 if (!GetFrame() || !GetFrame()->IsMainFrame()) in Close()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dframe_test.cc23 ASSERT_FALSE(GetDocument().GetFrame()->HasStickyUserActivation()); in SetUp()
34 GetDocument().GetFrame()->Loader().CommitNavigation( in Navigate()
54 EXPECT_FALSE(GetDocument().GetFrame()->HasStickyUserActivation()); in TEST_F()
60 LocalFrame::NotifyUserActivation(GetDocument().GetFrame()); in TEST_F()
61 EXPECT_TRUE(GetDocument().GetFrame()->HasStickyUserActivation()); in TEST_F()
63 EXPECT_TRUE(GetDocument().GetFrame()->HasStickyUserActivation()); in TEST_F()
67 LocalFrame::NotifyUserActivation(GetDocument().GetFrame()); in TEST_F()
68 EXPECT_TRUE(GetDocument().GetFrame()->HasStickyUserActivation()); in TEST_F()
81 LocalFrame::NotifyUserActivation(GetDocument().GetFrame()); in TEST_F()
116 LocalFrame::NotifyUserActivation(GetDocument().GetFrame()); in TEST_F()
[all …]
H A Dweb_local_frame_impl.cc712 if (!GetFrame() || !GetFrame()->GetDocument()) in GetDocument()
718 if (!GetFrame()) in Performance()
771 if (!GetFrame()) in ClearIsolatedWorldCSPForTesting()
832 if (!GetFrame()) in CollectGarbageForTesting()
980 if (!GetFrame()) in StopLoading()
993 if (GetFrame()) in EnableViewSourceMode()
998 if (!GetFrame()) in IsViewSourceModeEnabled()
1068 if (!GetFrame()) in CharacterIndexForPoint()
1983 if (!GetFrame()) in ViewImpl()
2138 if (!GetFrame() || !GetFrame()->GetDocument()) in IsLoading()
[all …]
H A Dhistory.cc72 if (!GetFrame() || !GetFrame()->Client()) { in length()
83 if (!GetFrame()) { in state()
97 if (!GetFrame() || !GetFrame()->Loader().GetDocumentLoader()) in StateInternal()
111 if (!GetFrame() || !GetFrame()->Client()) { in setScrollRestoration()
131 if (!GetFrame() || !GetFrame()->Client()) { in scrollRestoration()
144 LocalFrame* frame = GetFrame(); in ScrollRestorationInternal()
179 if (!GetFrame() || !GetFrame()->Client()) { in go()
192 if (!active_document->GetFrame() || in go()
193 !active_document->GetFrame()->CanNavigate(*GetFrame()) || in go()
223 if (GetFrame() && GetFrame()->GetPage() && in pushState()
[all …]
H A Dnavigator.cc65 if (GetFrame() && in platform()
75 if (!GetFrame() || !GetFrame()->GetPage()) in userAgent()
78 return GetFrame()->Loader().UserAgent(); in userAgent()
83 if (!GetFrame() || !GetFrame()->GetPage()) in GetUserAgentMetadata()
87 GetFrame()->Loader().UserAgentMetadata(); in GetUserAgentMetadata()
95 if (!GetFrame() || !GetFrame()->GetDocument()) in cookieEnabled()
98 Settings* settings = GetFrame()->GetSettings(); in cookieEnabled()
102 return GetFrame()->GetDocument()->CookiesEnabled(); in cookieEnabled()
107 if (GetFrame() && GetFrame()->GetPage()) { in GetAcceptLanguages()
125 if (GetFrame() && GetFrame()->GetDocument()) { in GetUAExecutionContext()
[all …]
H A Ddom_window.cc92 return window_is_closing_ || !GetFrame() || !GetFrame()->GetPage(); in closed()
96 return GetFrame() ? GetFrame()->Tree().ScopedChildCount() : 0; in length()
100 if (!GetFrame()) in self()
108 if (!GetFrame() || !GetFrame()->Client()) in opener()
116 if (!GetFrame()) in parent()
124 if (!GetFrame()) in top()
162 if (!GetFrame()) in AnonymousIndexedGetter()
170 if (GetFrame()) in IsCurrentlyDisplayedInFrame()
172 return GetFrame() && GetFrame()->GetPage(); in IsCurrentlyDisplayedInFrame()
316 if (!GetFrame() || !GetFrame()->IsMainFrame()) in Close()
[all …]
H A Dlocal_dom_window.cc459 DCHECK_EQ(init.GetFrame(), GetFrame()); in InstallNewDocument()
484 if (GetFrame()->GetPage() && GetFrame()->View()) { in InstallNewDocument()
905 if (!GetFrame() || !GetFrame()->IsAttached()) in print()
925 GetFrame()->GetPage()->GetChromeClient().Print(GetFrame()); in print()
1183 if (!GetFrame() || !GetFrame()->GetPage()) in scrollX()
1200 if (!GetFrame() || !GetFrame()->GetPage()) in scrollY()
1403 if (!GetFrame() || !GetFrame()->IsMainFrame()) in moveBy()
1419 if (!GetFrame() || !GetFrame()->IsMainFrame()) in moveTo()
1435 if (!GetFrame() || !GetFrame()->IsMainFrame()) in resizeBy()
1450 if (!GetFrame() || !GetFrame()->IsMainFrame()) in resizeTo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/storage_access_api/
H A Dapi_browsertest.cc103 storage::test::ExpectFrameContent(GetFrame(), expected); in ExpectFrameContent()
112 GetFrame(), in NavigateNestedFrameTo()
128 content::RenderFrameHost* GetFrame() { in GetFrame() function in __anonc50ee7640111::StorageAccessAPIBrowserTest
133 return ChildFrameAt(GetFrame(), 0); in GetNestedFrame()
172 storage::test::CheckStorageAccessForFrame(GetFrame(), true); in IN_PROC_BROWSER_TEST_F()
310 storage::test::ExpectStorageForFrame(GetFrame(), false); in IN_PROC_BROWSER_TEST_F()
311 storage::test::SetStorageForFrame(GetFrame()); in IN_PROC_BROWSER_TEST_F()
312 storage::test::ExpectStorageForFrame(GetFrame(), true); in IN_PROC_BROWSER_TEST_F()
318 storage::test::ExpectStorageForFrame(GetFrame(), false); in IN_PROC_BROWSER_TEST_F()
327 storage::test::ExpectStorageForFrame(GetFrame(), true); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/multimedia/libopenshot/libopenshot-0.2.7/tests/
H A DFFmpegReader.cpp118 f = r.GetFrame(2);
151 f = r.GetFrame(300);
155 f = r.GetFrame(301);
159 f = r.GetFrame(315);
163 f = r.GetFrame(275);
167 f = r.GetFrame(270);
171 f = r.GetFrame(500);
175 f = r.GetFrame(100);
179 f = r.GetFrame(600);
183 f = r.GetFrame(1);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_remote_frame_impl.cc155 if (!GetFrame()) { in View()
205 GetFrame()->CreateView(); in InitializeCoreFrame()
258 DCHECK(GetFrame()); in SetReplicatedOrigin()
265 DCHECK(GetFrame()); in SetReplicatedSandboxFlags()
270 DCHECK(GetFrame()); in SetReplicatedName()
277 DCHECK(GetFrame()); in SetReplicatedFeaturePolicyHeaderAndOpenerPolicies()
286 GetFrame() in AddReplicatedContentSecurityPolicyHeader()
298 DCHECK(GetFrame()); in SetReplicatedInsecureRequestPolicy()
304 DCHECK(GetFrame()); in SetReplicatedInsecureNavigationsSet()
310 DCHECK(GetFrame()); in SetReplicatedAdFrameType()
[all …]
H A Dweb_input_method_controller_impl.cc63 if (!GetFrame()->GetEditor().CanEdit() && in SetComposition()
82 GetFrame()->GetDocument()->UpdateStyleAndLayoutTree(); in SetComposition()
87 LocalFrame::NotifyUserActivation(GetFrame()); in SetComposition()
130 LocalFrame::NotifyUserActivation(GetFrame()); in CommitText()
161 return GetFrame()->GetInputMethodController().TextInputInfo(); in TextInputInfo()
165 return GetFrame() in ComputeWebTextInputNextPreviousFlags()
174 return GetFrame()->GetInputMethodController().TextInputType(); in TextInputType()
251 LocalFrame* WebInputMethodControllerImpl::GetFrame() const { in GetFrame() function in blink::WebInputMethodControllerImpl
252 return web_frame_->GetFrame(); in GetFrame()
257 DCHECK(GetFrame()); in GetInputMethodController()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dspatial_navigation_test.cc32 PhysicalRect visual_viewport = RootViewport(&GetFrame()); in TopOfVisualViewport()
204 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
301 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
339 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
347 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
355 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
363 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
393 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
396 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
445 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
[all …]
H A Ddrag_controller_test.cc50 LocalFrame& GetFrame() const { return *GetDocument().GetFrame(); } in GetFrame() function in blink::DragControllerTest
63 GetFrame().GetPage()->GetVisualViewport().SetScale(1); in TEST_F()
64 GetFrame().Selection().SelectAll(); in TEST_F()
69 GetFrame().Selection().SelectAll(); in TEST_F()
107 &data, *GetDocument().GetFrame()); in TEST_F()
114 &data, *GetDocument().GetFrame()); in TEST_F()
147 &data, *GetDocument().GetFrame()); in TEST_F()
156 &data, *GetDocument().GetFrame()); in TEST_F()
182 GetFrame().Selection().SelectAll(); in TEST_F()
408 GetFrame().Selection().SelectAll(); in TEST_F()
[all …]
H A Dtouch_adjustment_test.cc39 LocalFrame& GetFrame() const { return *GetDocument().GetFrame(); } in GetFrame() function in blink::TouchAdjustmentTest
73 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
78 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
83 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
88 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
93 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
97 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
104 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
115 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
120 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Ddom_selection.cc80 return GetFrame() && GetFrame()->Selection().IsAvailable(); in IsAvailable()
87 DCHECK(GetFrame()); in UpdateFrameSelection()
100 if (GetFrame() && GetFrame()->GetDocument() && in UpdateFrameSelection()
108 DCHECK(GetFrame()); in GetVisibleSelection()
113 DCHECK(GetFrame()); in IsBaseFirstInSelection()
213 if (GetFrame() in rangeCount()
349 GetFrame()->Selection().Clear(); in empty()
464 if (GetFrame() && GetFrame()->GetDocument() && in modify()
595 if (!GetFrame()) in CacheRangeIfSelectionOfDocument()
623 GetFrame()->Selection().Clear(); in removeAllRanges()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument_init.cc56 DCHECK(loader->GetFrame()); in ParentDocument()
101 ->GetFrame() in MasterDocumentLoader()
168 if (GetFrame() && GetFrame()->InViewSourceMode()) { in WithTypeFrom()
195 if (GetFrame() && GetFrame()->GetPage() && in WithTypeFrom()
200 if (GetFrame()->IsMainFrame()) { in WithTypeFrom()
441 auto* frame = GetFrame()->PagePopupOwner()->GetDocument().GetFrame(); in GetWindowAgentFactory()
444 if (GetFrame()) in GetWindowAgentFactory()
456 frame = GetFrame()->PagePopupOwner()->GetDocument().GetFrame(); in GetSettingsForWindowAgentFactory()
457 else if (GetFrame()) in GetSettingsForWindowAgentFactory()
458 frame = GetFrame(); in GetSettingsForWindowAgentFactory()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_body_element.cc126 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
130 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
134 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
139 GetDocument().GetFrame(), name, value, in ParseAttribute()
144 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
148 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
152 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
165 GetDocument().GetFrame(), name, value, in ParseAttribute()
243 if (GetDocument().GetFrame() && GetDocument().GetFrame()->Owner()) { in DidNotifySubtreeInsertionsToDocument()
244 int margin_width = GetDocument().GetFrame()->Owner()->MarginWidth(); in DidNotifySubtreeInsertionsToDocument()
[all …]
H A Dhtml_frame_set_element.cc115 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
119 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
123 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
128 GetDocument().GetFrame(), name, value, in ParseAttribute()
133 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
137 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
141 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
145 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
150 GetDocument().GetFrame(), name, value, in ParseAttribute()
155 CreateAttributeEventListener(GetDocument().GetFrame(), name, value)); in ParseAttribute()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dspatial_navigation_test.cc32 PhysicalRect visual_viewport = RootViewport(&GetFrame()); in TopOfVisualViewport()
248 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
345 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
383 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
391 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
399 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
407 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
437 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
440 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
489 EXPECT_EQ(SearchOrigin(RootViewport(&GetFrame()), b, in TEST_F()
[all …]
H A Ddrag_controller_test.cc51 LocalFrame& GetFrame() const { return *GetDocument().GetFrame(); } in GetFrame() function in blink::DragControllerTest
64 GetFrame().GetPage()->GetVisualViewport().SetScale(1); in TEST_F()
65 GetFrame().Selection().SelectAll(); in TEST_F()
70 GetFrame().Selection().SelectAll(); in TEST_F()
108 &data, *GetDocument().GetFrame()); in TEST_F()
115 &data, *GetDocument().GetFrame()); in TEST_F()
148 &data, *GetDocument().GetFrame()); in TEST_F()
157 &data, *GetDocument().GetFrame()); in TEST_F()
183 GetFrame().Selection().SelectAll(); in TEST_F()
409 GetFrame().Selection().SelectAll(); in TEST_F()
[all …]
H A Dtouch_adjustment_test.cc37 LocalFrame& GetFrame() const { return *GetDocument().GetFrame(); } in GetFrame() function in blink::TouchAdjustmentTest
71 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
76 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
81 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
86 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
91 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
95 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
102 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
113 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
118 result = GetHitTestRectForAdjustment(GetFrame(), touch_area); in TEST_F()
[all …]

12345678910>>...71