Home
last modified time | relevance | path

Searched refs:tree_scope (Results 1 – 25 of 89) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_uri_reference.cc37 SVGElementReferenceObserver(TreeScope& tree_scope, in SVGElementReferenceObserver() argument
40 : IdTargetObserver(tree_scope.GetIdTargetObserverRegistry(), id), in SVGElementReferenceObserver()
100 const TreeScope& tree_scope) { in FragmentIdentifierFromIRIString() argument
101 SVGURLReferenceResolver resolver(url_string, tree_scope.GetDocument()); in FragmentIdentifierFromIRIString()
109 const TreeScope& tree_scope, in TargetElementFromIRIString() argument
116 return tree_scope.getElementById(id); in TargetElementFromIRIString()
127 TreeScope& tree_scope = context_element.OriginatingTreeScope(); in ObserveTarget() local
130 observer, tree_scope, id, in ObserveTarget()
136 TreeScope& tree_scope, in ObserveTarget() argument
143 tree_scope, id, std::move(closure)); in ObserveTarget()
[all …]
H A Dsvg_tree_scope_resources.cc14 SVGTreeScopeResources::SVGTreeScopeResources(TreeScope* tree_scope) in SVGTreeScopeResources() argument
15 : tree_scope_(tree_scope) {} in SVGTreeScopeResources()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_uri_reference.cc39 SVGElementReferenceObserver(TreeScope& tree_scope, in SVGElementReferenceObserver() argument
42 : IdTargetObserver(tree_scope.GetIdTargetObserverRegistry(), id), in SVGElementReferenceObserver()
110 const TreeScope& tree_scope) { in FragmentIdentifierFromIRIString() argument
111 SVGURLReferenceResolver resolver(url_string, tree_scope.GetDocument()); in FragmentIdentifierFromIRIString()
119 const TreeScope& tree_scope, in TargetElementFromIRIString() argument
126 return tree_scope.getElementById(id); in TargetElementFromIRIString()
137 TreeScope& tree_scope = context_element.OriginatingTreeScope(); in ObserveTarget() local
140 observer, tree_scope, id, in ObserveTarget()
146 TreeScope& tree_scope, in ObserveTarget() argument
153 tree_scope, id, std::move(closure)); in ObserveTarget()
[all …]
H A Dsvg_tree_scope_resources.cc14 SVGTreeScopeResources::SVGTreeScopeResources(TreeScope* tree_scope) in SVGTreeScopeResources() argument
15 : tree_scope_(tree_scope) {} in SVGTreeScopeResources()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument_or_shadow_root.h39 TreeScope& tree_scope) { in adoptedStyleSheets() argument
40 return tree_scope.AdoptedStyleSheets(); in adoptedStyleSheets()
44 TreeScope& tree_scope, in setAdoptedStyleSheets() argument
47 tree_scope.SetAdoptedStyleSheets(adopted_style_sheets, exception_state); in setAdoptedStyleSheets()
50 static DOMSelection* getSelection(TreeScope& tree_scope) { in getSelection() argument
51 return tree_scope.GetSelection(); in getSelection()
63 static Element* elementFromPoint(TreeScope& tree_scope, double x, double y) { in elementFromPoint() argument
64 return tree_scope.ElementFromPoint(x, y); in elementFromPoint()
67 static HeapVector<Member<Element>> elementsFromPoint(TreeScope& tree_scope, in elementsFromPoint() argument
70 return tree_scope.ElementsFromPoint(x, y); in elementsFromPoint()
H A Dtree_scope.cc426 for (const TreeScope* tree_scope = &target_scope; tree_scope; in Retarget() local
427 tree_scope = tree_scope->ParentTreeScope()) in Retarget()
428 target_ancestor_scopes.push_back(tree_scope); in Retarget()
429 for (const TreeScope* tree_scope = this; tree_scope; in Retarget() local
430 tree_scope = tree_scope->ParentTreeScope()) in Retarget()
431 context_ancestor_scopes.push_back(tree_scope); in Retarget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Ddocument_or_shadow_root.h39 TreeScope& tree_scope) { in adoptedStyleSheets() argument
40 return tree_scope.AdoptedStyleSheets(); in adoptedStyleSheets()
44 TreeScope& tree_scope, in setAdoptedStyleSheets() argument
47 tree_scope.SetAdoptedStyleSheets(adopted_style_sheets, exception_state); in setAdoptedStyleSheets()
50 static DOMSelection* getSelection(TreeScope& tree_scope) { in getSelection() argument
51 return tree_scope.GetSelection(); in getSelection()
63 static Element* elementFromPoint(TreeScope& tree_scope, double x, double y) { in elementFromPoint() argument
64 return tree_scope.ElementFromPoint(x, y); in elementFromPoint()
67 static HeapVector<Member<Element>> elementsFromPoint(TreeScope& tree_scope, in elementsFromPoint() argument
70 return tree_scope.ElementsFromPoint(x, y); in elementsFromPoint()
H A Dtree_scope.cc458 for (const TreeScope* tree_scope = &target_scope; tree_scope; in Retarget() local
459 tree_scope = tree_scope->ParentTreeScope()) in Retarget()
460 target_ancestor_scopes.push_back(tree_scope); in Retarget()
461 for (const TreeScope* tree_scope = this; tree_scope; in Retarget() local
462 tree_scope = tree_scope->ParentTreeScope()) in Retarget()
463 context_ancestor_scopes.push_back(tree_scope); in Retarget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_engine.cc146 TreeScope& tree_scope) { in EnsureStyleSheetCollectionFor() argument
147 if (tree_scope == document_) in EnsureStyleSheetCollectionFor()
161 TreeScope& tree_scope) { in StyleSheetCollectionFor() argument
162 if (tree_scope == document_) in StyleSheetCollectionFor()
173 TreeScope& tree_scope) { in StyleSheetsForStyleSheetList() argument
317 TreeScope& tree_scope = in RemoveStyleSheetCandidateNode() local
336 TreeScope& tree_scope, in AdoptedStyleSheetsWillChange() argument
534 TreeScope* tree_scope, in UpdateActiveStyleSheetsInShadow() argument
1327 TreeScope& tree_scope, in ScheduleInvalidationsForRuleSets() argument
1531 TreeScope& tree_scope, in InvalidateForRuleSetChanges() argument
[all …]
H A Dstyle_recalc_root.cc31 TreeScope* tree_scope = &root_node->GetTreeScope(); in RootElement() local
32 while (!tree_scope->ParentTreeScope()->RootNode().IsDocumentNode()) in RootElement()
33 tree_scope = tree_scope->ParentTreeScope(); in RootElement()
34 return To<ShadowRoot>(tree_scope->RootNode()).host(); in RootElement()
H A Ddocument_style_sheet_collection.cc45 TreeScope& tree_scope) in DocumentStyleSheetCollection() argument
46 : TreeScopeStyleSheetCollection(tree_scope) { in DocumentStyleSheetCollection()
47 DCHECK_EQ(tree_scope.RootNode(), tree_scope.RootNode().GetDocument()); in DocumentStyleSheetCollection()
H A Dstyle_sheet_list.cc33 StyleSheetList::StyleSheetList(TreeScope* tree_scope) in StyleSheetList() argument
34 : tree_scope_(tree_scope) { in StyleSheetList()
35 CHECK(tree_scope); in StyleSheetList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_engine.cc155 TreeScope& tree_scope) { in EnsureStyleSheetCollectionFor() argument
156 if (tree_scope == document_) in EnsureStyleSheetCollectionFor()
170 TreeScope& tree_scope) { in StyleSheetCollectionFor() argument
171 if (tree_scope == document_) in StyleSheetCollectionFor()
182 TreeScope& tree_scope) { in StyleSheetsForStyleSheetList() argument
316 TreeScope& tree_scope = in RemoveStyleSheetCandidateNode() local
335 TreeScope& tree_scope, in AdoptedStyleSheetsWillChange() argument
538 TreeScope* tree_scope, in UpdateActiveStyleSheetsInShadow() argument
1312 TreeScope& tree_scope, in ScheduleInvalidationsForRuleSets() argument
1524 TreeScope& tree_scope, in InvalidateForRuleSetChanges() argument
[all …]
H A Ddocument_style_sheet_collection.cc45 TreeScope& tree_scope) in DocumentStyleSheetCollection() argument
46 : TreeScopeStyleSheetCollection(tree_scope) { in DocumentStyleSheetCollection()
47 DCHECK_EQ(tree_scope.RootNode(), tree_scope.RootNode().GetDocument()); in DocumentStyleSheetCollection()
H A Dstyle_sheet_list.cc33 StyleSheetList::StyleSheetList(TreeScope* tree_scope) in StyleSheetList() argument
34 : tree_scope_(tree_scope) { in StyleSheetList()
35 CHECK(tree_scope); in StyleSheetList()
H A Dscoped_css_value.h21 ScopedCSSValue(const CSSValue& value, const TreeScope* tree_scope) in ScopedCSSValue() argument
22 : value_(value), tree_scope_(tree_scope) {} in ScopedCSSValue()
H A Dtree_scope_style_sheet_collection.cc45 TreeScope& tree_scope) in TreeScopeStyleSheetCollection() argument
46 : tree_scope_(tree_scope) {} in TreeScopeStyleSheetCollection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dscoped_style_resolver.cc172 const TreeScope& tree_scope) { in InvalidationRootForTreeScope() argument
173 DCHECK(tree_scope.GetDocument().documentElement()); in InvalidationRootForTreeScope()
174 if (tree_scope.RootNode() == tree_scope.GetDocument()) in InvalidationRootForTreeScope()
175 return *tree_scope.GetDocument().documentElement(); in InvalidationRootForTreeScope()
176 return To<ShadowRoot>(tree_scope.RootNode()).host(); in InvalidationRootForTreeScope()
184 if (!tree_scope.GetDocument().documentElement()) in KeyframesRulesAdded()
187 ScopedStyleResolver* resolver = tree_scope.GetScopedStyleResolver(); in KeyframesRulesAdded()
189 tree_scope.ParentTreeScope() in KeyframesRulesAdded()
190 ? tree_scope.ParentTreeScope()->GetScopedStyleResolver() in KeyframesRulesAdded()
208 InvalidationRootForTreeScope(tree_scope) in KeyframesRulesAdded()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dscoped_style_resolver.cc210 const TreeScope& tree_scope) { in InvalidationRootForTreeScope() argument
211 DCHECK(tree_scope.GetDocument().documentElement()); in InvalidationRootForTreeScope()
212 if (tree_scope.RootNode() == tree_scope.GetDocument()) in InvalidationRootForTreeScope()
213 return *tree_scope.GetDocument().documentElement(); in InvalidationRootForTreeScope()
214 return To<ShadowRoot>(tree_scope.RootNode()).host(); in InvalidationRootForTreeScope()
222 if (!tree_scope.GetDocument().documentElement()) in KeyframesRulesAdded()
225 ScopedStyleResolver* resolver = tree_scope.GetScopedStyleResolver(); in KeyframesRulesAdded()
227 tree_scope.ParentTreeScope() in KeyframesRulesAdded()
228 ? tree_scope.ParentTreeScope()->GetScopedStyleResolver() in KeyframesRulesAdded()
246 InvalidationRootForTreeScope(tree_scope) in KeyframesRulesAdded()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/events/
H A Devent_path.cc165 TreeScope& tree_scope) { in GetTreeScopeEventContext() argument
168 if (tree_scope_event_context->GetTreeScope() == tree_scope) { in GetTreeScopeEventContext()
177 TreeScope* tree_scope) { in EnsureTreeScopeEventContext() argument
178 if (!tree_scope) in EnsureTreeScopeEventContext()
181 GetTreeScopeEventContext(*tree_scope); in EnsureTreeScopeEventContext()
184 MakeGarbageCollected<TreeScopeEventContext>(*tree_scope); in EnsureTreeScopeEventContext()
348 TreeScope& tree_scope = tree_scope_event_context->GetTreeScope(); in AdjustForTouchEvent() local
351 CheckReachability(tree_scope, touch_event_context->Touches()); in AdjustForTouchEvent()
352 CheckReachability(tree_scope, touch_event_context->TargetTouches()); in AdjustForTouchEvent()
416 void EventPath::CheckReachability(TreeScope& tree_scope, in CheckReachability() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/events/
H A Devent_path.cc165 TreeScope& tree_scope) { in GetTreeScopeEventContext() argument
168 if (tree_scope_event_context->GetTreeScope() == tree_scope) { in GetTreeScopeEventContext()
177 TreeScope* tree_scope) { in EnsureTreeScopeEventContext() argument
178 if (!tree_scope) in EnsureTreeScopeEventContext()
181 GetTreeScopeEventContext(*tree_scope); in EnsureTreeScopeEventContext()
184 MakeGarbageCollected<TreeScopeEventContext>(*tree_scope); in EnsureTreeScopeEventContext()
348 TreeScope& tree_scope = tree_scope_event_context->GetTreeScope(); in AdjustForTouchEvent() local
351 CheckReachability(tree_scope, touch_event_context->Touches()); in AdjustForTouchEvent()
352 CheckReachability(tree_scope, touch_event_context->TargetTouches()); in AdjustForTouchEvent()
416 void EventPath::CheckReachability(TreeScope& tree_scope, in CheckReachability() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Ddocument_animations.cc125 const TreeScope& tree_scope) { in getAnimations() argument
134 animations = document_->GetPage()->Animator().GetAnimations(tree_scope); in getAnimations()
136 GetAnimationsTargetingTreeScope(animations, tree_scope); in getAnimations()
149 const TreeScope& tree_scope) { in GetAnimationsTargetingTreeScope() argument
164 if (&tree_scope != &target->GetTreeScope()) in GetAnimationsTargetingTreeScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Ddocument_animations.cc145 const TreeScope& tree_scope) { in getAnimations() argument
154 animations = document_->GetPage()->Animator().GetAnimations(tree_scope); in getAnimations()
156 GetAnimationsTargetingTreeScope(animations, tree_scope); in getAnimations()
180 const TreeScope& tree_scope) { in GetAnimationsTargetingTreeScope() argument
195 if (&tree_scope != &target->GetTreeScope()) in GetAnimationsTargetingTreeScope()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dsvg_layout_tree_as_text.cc118 value->Url(), tree_scope); in WriteSVGResourceIfNotNull()
132 TreeScope& tree_scope) { in WriteQuotedSVGResource() argument
135 value->Url(), tree_scope); in WriteQuotedSVGResource()
315 TreeScope& tree_scope = object.GetDocument(); in WriteStyle() local
317 tree_scope); in WriteStyle()
319 tree_scope); in WriteStyle()
321 tree_scope); in WriteStyle()
716 TreeScope& tree_scope = object.GetDocument(); in WriteResources() local
721 tree_scope); in WriteResources()
732 clip_path_reference.Url(), tree_scope); in WriteResources()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dsvg_layout_tree_as_text.cc121 value->Url(), tree_scope); in WriteSVGResourceIfNotNull()
135 TreeScope& tree_scope) { in WriteQuotedSVGResource() argument
138 value->Url(), tree_scope); in WriteQuotedSVGResource()
339 TreeScope& tree_scope = object.GetDocument(); in WriteStyle() local
341 tree_scope); in WriteStyle()
343 tree_scope); in WriteStyle()
345 tree_scope); in WriteStyle()
740 TreeScope& tree_scope = object.GetDocument(); in WriteResources() local
745 tree_scope); in WriteResources()
756 clip_path_reference.Url(), tree_scope); in WriteResources()
[all …]

1234