Home
last modified time | relevance | path

Searched refs:insertion_point (Results 1 – 25 of 822) sorted by relevance

12345678910>>...33

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dshadow_root_v0.cc72 auto* insertion_point = To<V0InsertionPoint>(child); in PopulateChildren() local
74 nodes_.push_back(insertion_point->DistributedNodeAt(i)); in PopulateChildren()
83 void DistributionPool::DistributeTo(V0InsertionPoint* insertion_point, in DistributeTo() argument
97 shadow_root->V0().DidDistributeNode(node, insertion_point); in DistributeTo()
102 if (insertion_point->IsContentInsertionPoint() && in DistributeTo()
107 shadow_root->V0().DidDistributeNode(fallback_node, insertion_point); in DistributeTo()
110 insertion_point->SetDistributedNodes(distributed_nodes); in DistributeTo()
138 for (V0InsertionPoint& insertion_point : in DescendantInsertionPoints()
140 insertion_points.push_back(&insertion_point); in DescendantInsertionPoints()
202 V0InsertionPoint* insertion_point) { in DidDistributeNode() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dshadow_root_v0.cc72 auto* insertion_point = To<V0InsertionPoint>(child); in PopulateChildren() local
74 nodes_.push_back(insertion_point->DistributedNodeAt(i)); in PopulateChildren()
83 void DistributionPool::DistributeTo(V0InsertionPoint* insertion_point, in DistributeTo() argument
97 shadow_root->V0().DidDistributeNode(node, insertion_point); in DistributeTo()
102 if (insertion_point->IsContentInsertionPoint() && in DistributeTo()
107 shadow_root->V0().DidDistributeNode(fallback_node, insertion_point); in DistributeTo()
110 insertion_point->SetDistributedNodes(distributed_nodes); in DistributeTo()
138 for (V0InsertionPoint& insertion_point : in DescendantInsertionPoints()
140 insertion_points.push_back(&insertion_point); in DescendantInsertionPoints()
202 V0InsertionPoint* insertion_point) { in DidDistributeNode() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_hr_element.cc121 ContainerNode& insertion_point) { in InsertedInto() argument
122 HTMLElement::InsertedInto(insertion_point); in InsertedInto()
124 if (&insertion_point == select || in InsertedInto()
125 (IsA<HTMLOptGroupElement>(insertion_point) && in InsertedInto()
126 insertion_point.parentNode() == select)) in InsertedInto()
132 void HTMLHRElement::RemovedFrom(ContainerNode& insertion_point) { in RemovedFrom() argument
133 if (auto* select = DynamicTo<HTMLSelectElement>(insertion_point)) { in RemovedFrom()
136 } else if (IsA<HTMLOptGroupElement>(insertion_point)) { in RemovedFrom()
137 Node* parent = insertion_point.parentNode(); in RemovedFrom()
142 HTMLElement::RemovedFrom(insertion_point); in RemovedFrom()
H A Dhtml_base_element.cc46 ContainerNode& insertion_point) { in InsertedInto() argument
47 HTMLElement::InsertedInto(insertion_point); in InsertedInto()
48 if (insertion_point.isConnected()) in InsertedInto()
53 void HTMLBaseElement::RemovedFrom(ContainerNode& insertion_point) { in RemovedFrom() argument
54 HTMLElement::RemovedFrom(insertion_point); in RemovedFrom()
55 if (insertion_point.isConnected()) in RemovedFrom()
H A Dhtml_map_element.cc110 ContainerNode& insertion_point) { in InsertedInto() argument
111 if (insertion_point.isConnected()) in InsertedInto()
113 return HTMLElement::InsertedInto(insertion_point); in InsertedInto()
116 void HTMLMapElement::RemovedFrom(ContainerNode& insertion_point) { in RemovedFrom() argument
117 if (insertion_point.isConnected()) in RemovedFrom()
119 HTMLElement::RemovedFrom(insertion_point); in RemovedFrom()
H A Dhtml_title_element.cc40 ContainerNode& insertion_point) { in InsertedInto() argument
41 HTMLElement::InsertedInto(insertion_point); in InsertedInto()
47 void HTMLTitleElement::RemovedFrom(ContainerNode& insertion_point) { in RemovedFrom() argument
48 HTMLElement::RemovedFrom(insertion_point); in RemovedFrom()
49 if (insertion_point.IsInDocumentTree()) in RemovedFrom()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_hr_element.cc121 ContainerNode& insertion_point) { in InsertedInto() argument
122 HTMLElement::InsertedInto(insertion_point); in InsertedInto()
124 if (&insertion_point == select || in InsertedInto()
125 (IsA<HTMLOptGroupElement>(insertion_point) && in InsertedInto()
126 insertion_point.parentNode() == select)) in InsertedInto()
132 void HTMLHRElement::RemovedFrom(ContainerNode& insertion_point) { in RemovedFrom() argument
133 if (auto* select = DynamicTo<HTMLSelectElement>(insertion_point)) { in RemovedFrom()
136 } else if (IsA<HTMLOptGroupElement>(insertion_point)) { in RemovedFrom()
137 Node* parent = insertion_point.parentNode(); in RemovedFrom()
142 HTMLElement::RemovedFrom(insertion_point); in RemovedFrom()
H A Dhtml_base_element.cc46 ContainerNode& insertion_point) { in InsertedInto() argument
47 HTMLElement::InsertedInto(insertion_point); in InsertedInto()
48 if (insertion_point.isConnected()) in InsertedInto()
53 void HTMLBaseElement::RemovedFrom(ContainerNode& insertion_point) { in RemovedFrom() argument
54 HTMLElement::RemovedFrom(insertion_point); in RemovedFrom()
55 if (insertion_point.isConnected()) in RemovedFrom()
H A Dhtml_map_element.cc110 ContainerNode& insertion_point) { in InsertedInto() argument
111 if (insertion_point.isConnected()) in InsertedInto()
113 return HTMLElement::InsertedInto(insertion_point); in InsertedInto()
116 void HTMLMapElement::RemovedFrom(ContainerNode& insertion_point) { in RemovedFrom() argument
117 if (insertion_point.isConnected()) in RemovedFrom()
119 HTMLElement::RemovedFrom(insertion_point); in RemovedFrom()
H A Dhtml_title_element.cc40 ContainerNode& insertion_point) { in InsertedInto() argument
41 HTMLElement::InsertedInto(insertion_point); in InsertedInto()
47 void HTMLTitleElement::RemovedFrom(ContainerNode& insertion_point) { in RemovedFrom() argument
48 HTMLElement::RemovedFrom(insertion_point); in RemovedFrom()
49 if (insertion_point.IsInDocumentTree()) in RemovedFrom()
/dports/devel/py-gitless/gitless-0.8.8/gitless/cli/
H A Dgl_fuse.py64 if (not args.insertion_point or args.insertion_point == 'dp' or
65 args.insertion_point == 'divergent-point'):
66 insertion_point = mb
68 insertion_point = repo.revparse_single(args.insertion_point).id
72 walker.hide(insertion_point)
97 src_branch, insertion_point, only=only, exclude=exclude,
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/metaspace/
H A DblockTree.hpp223 void insert(Node* insertion_point, Node* n) { in insert() argument
226 DEBUG_ONLY(check_node(insertion_point);) in insert()
227 if (n->_word_size == insertion_point->_word_size) { in insert()
228 add_to_list(n, insertion_point); // parent stays NULL in this case. in insert()
230 } else if (n->_word_size > insertion_point->_word_size) { in insert()
231 if (insertion_point->_right == NULL) { in insert()
232 set_right_child(insertion_point, n); in insert()
235 insertion_point = insertion_point->_right; in insert()
238 if (insertion_point->_left == NULL) { in insert()
239 set_left_child(insertion_point, n); in insert()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/memory/metaspace/
H A DblockTree.hpp223 void insert(Node* insertion_point, Node* n) { in insert() argument
226 DEBUG_ONLY(check_node(insertion_point);) in insert()
227 if (n->_word_size == insertion_point->_word_size) { in insert()
228 add_to_list(n, insertion_point); // parent stays NULL in this case. in insert()
230 } else if (n->_word_size > insertion_point->_word_size) { in insert()
231 if (insertion_point->_right == NULL) { in insert()
232 set_right_child(insertion_point, n); in insert()
235 insertion_point = insertion_point->_right; in insert()
238 if (insertion_point->_left == NULL) { in insert()
239 set_left_child(insertion_point, n); in insert()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Ddoubly_linked_list.h115 AddResult InsertAfter(std::unique_ptr<T> node, T* insertion_point);
119 AddResult InsertAfter(T* node, T* insertion_point);
259 T* insertion_point) { in InsertAfter() argument
261 auto result = InsertAfter(node.get(), insertion_point); in InsertAfter()
272 if (!insertion_point) { in InsertAfter()
277 node->SetNext(insertion_point->Next()); in InsertAfter()
278 if (insertion_point->Next()) in InsertAfter()
279 insertion_point->Next()->SetPrev(node); in InsertAfter()
280 node->SetPrev(insertion_point); in InsertAfter()
281 insertion_point->SetNext(node); in InsertAfter()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Ddoubly_linked_list.h115 AddResult InsertAfter(std::unique_ptr<T> node, T* insertion_point);
119 AddResult InsertAfter(T* node, T* insertion_point);
259 T* insertion_point) { in InsertAfter() argument
261 auto result = InsertAfter(node.get(), insertion_point); in InsertAfter()
272 if (!insertion_point) { in InsertAfter()
277 node->SetNext(insertion_point->Next()); in InsertAfter()
278 if (insertion_point->Next()) in InsertAfter()
279 insertion_point->Next()->SetPrev(node); in InsertAfter()
280 node->SetPrev(insertion_point); in InsertAfter()
281 insertion_point->SetNext(node); in InsertAfter()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgcc-rich-location.c99 use_new_line (location_t insertion_point, location_t indent, in use_new_line() argument
108 if (!blank_line_before_p (insertion_point)) in use_new_line()
113 = linemap_lookup (line_table, insertion_point); in use_new_line()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
161 location_t insertion_point, in add_fixit_insert_formatted() argument
165 if (use_new_line (insertion_point, indent, &start_of_line)) in add_fixit_insert_formatted()
183 add_fixit_insert_before (insertion_point, content); in add_fixit_insert_formatted()

12345678910>>...33