Home
last modified time | relevance | path

Searched refs:old_child (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_object_child_list.cc89 LayoutObject* old_child, in RemoveChildNode() argument
113 if (old_child->IsBox()) in RemoveChildNode()
141 old_child->PreviousSibling()->SetNextSibling(old_child->NextSibling()); in RemoveChildNode()
142 if (old_child->NextSibling()) in RemoveChildNode()
143 old_child->NextSibling()->SetPreviousSibling(old_child->PreviousSibling()); in RemoveChildNode()
145 if (FirstChild() == old_child) in RemoveChildNode()
147 if (LastChild() == old_child) in RemoveChildNode()
152 old_child->SetParent(nullptr); in RemoveChildNode()
160 return old_child; in RemoveChildNode()
271 if (!old_child.IsRooted()) in InvalidatePaintOnRemoval()
[all …]
H A Dlayout_button.cc42 void LayoutButton::RemoveChild(LayoutObject* old_child) { in RemoveChild() argument
43 if (old_child == inner_ || !inner_) { in RemoveChild()
44 LayoutFlexibleBox::RemoveChild(old_child); in RemoveChild()
47 } else if (old_child->Parent() == this) { in RemoveChild()
50 LayoutFlexibleBox::RemoveChild(old_child); in RemoveChild()
53 inner_->RemoveChild(old_child); in RemoveChild()
H A Dcounter_node.cc332 void CounterNode::RemoveChild(CounterNode* old_child) { in RemoveChild() argument
333 DCHECK(old_child); in RemoveChild()
334 DCHECK(!old_child->first_child_); in RemoveChild()
335 DCHECK(!old_child->last_child_); in RemoveChild()
337 CounterNode* next = old_child->next_sibling_; in RemoveChild()
338 CounterNode* previous = old_child->previous_sibling_; in RemoveChild()
340 old_child->next_sibling_ = nullptr; in RemoveChild()
341 old_child->previous_sibling_ = nullptr; in RemoveChild()
342 old_child->parent_ = nullptr; in RemoveChild()
347 DCHECK_EQ(first_child_, old_child); in RemoveChild()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_object_child_list.cc94 LayoutObject* old_child, in RemoveChildNode() argument
118 if (old_child->IsBox()) in RemoveChildNode()
146 old_child->PreviousSibling()->SetNextSibling(old_child->NextSibling()); in RemoveChildNode()
147 if (old_child->NextSibling()) in RemoveChildNode()
148 old_child->NextSibling()->SetPreviousSibling(old_child->PreviousSibling()); in RemoveChildNode()
150 if (FirstChild() == old_child) in RemoveChildNode()
152 if (LastChild() == old_child) in RemoveChildNode()
157 old_child->SetParent(nullptr); in RemoveChildNode()
165 return old_child; in RemoveChildNode()
272 if (!old_child.IsRooted()) in InvalidatePaintOnRemoval()
[all …]
H A Dlayout_button.cc45 void LayoutButton::RemoveChild(LayoutObject* old_child) { in RemoveChild() argument
47 if (old_child == inner_ || !inner_) { in RemoveChild()
48 LayoutFlexibleBox::RemoveChild(old_child); in RemoveChild()
51 } else if (old_child->Parent() == this) { in RemoveChild()
54 LayoutFlexibleBox::RemoveChild(old_child); in RemoveChild()
57 inner_->RemoveChild(old_child); in RemoveChild()
H A Dcounter_node.cc365 void CounterNode::RemoveChild(CounterNode* old_child) { in RemoveChild() argument
366 DCHECK(old_child); in RemoveChild()
367 DCHECK(!old_child->first_child_); in RemoveChild()
368 DCHECK(!old_child->last_child_); in RemoveChild()
370 CounterNode* next = old_child->next_sibling_; in RemoveChild()
371 CounterNode* previous = old_child->previous_sibling_; in RemoveChild()
373 old_child->next_sibling_ = nullptr; in RemoveChild()
374 old_child->previous_sibling_ = nullptr; in RemoveChild()
375 old_child->parent_ = nullptr; in RemoveChild()
380 DCHECK_EQ(first_child_, old_child); in RemoveChild()
[all …]
/dports/textproc/lasem/lasem-0.5.1/src/
H A Dlsmdomnode.c472 if (old_child == NULL) { in lsm_dom_node_replace_child()
487 g_object_unref (old_child); in lsm_dom_node_replace_child()
494 g_object_unref (old_child); in lsm_dom_node_replace_child()
500 g_object_unref (old_child); in lsm_dom_node_replace_child()
507 if (node != old_child) { in lsm_dom_node_replace_child()
509 g_object_unref (old_child); in lsm_dom_node_replace_child()
518 return old_child; in lsm_dom_node_replace_child()
539 if (old_child == NULL) in lsm_dom_node_remove_child()
562 old_child->next_sibling->previous_sibling = old_child->previous_sibling; in lsm_dom_node_remove_child()
564 old_child->previous_sibling->next_sibling = old_child->next_sibling; in lsm_dom_node_remove_child()
[all …]
/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvdomnode.c467 g_object_unref (old_child); in arv_dom_node_replace_child()
474 if (old_child == NULL) { in arv_dom_node_replace_child()
489 g_object_unref (old_child); in arv_dom_node_replace_child()
495 g_object_unref (old_child); in arv_dom_node_replace_child()
502 if (node != old_child) { in arv_dom_node_replace_child()
504 g_object_unref (old_child); in arv_dom_node_replace_child()
513 return old_child; in arv_dom_node_replace_child()
534 if (old_child == NULL) in arv_dom_node_remove_child()
557 old_child->next_sibling->previous_sibling = old_child->previous_sibling; in arv_dom_node_remove_child()
559 old_child->previous_sibling->next_sibling = old_child->next_sibling; in arv_dom_node_remove_child()
[all …]
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvdomnode.c467 g_object_unref (old_child); in arv_dom_node_replace_child()
474 if (old_child == NULL) { in arv_dom_node_replace_child()
489 g_object_unref (old_child); in arv_dom_node_replace_child()
495 g_object_unref (old_child); in arv_dom_node_replace_child()
502 if (node != old_child) { in arv_dom_node_replace_child()
504 g_object_unref (old_child); in arv_dom_node_replace_child()
513 return old_child; in arv_dom_node_replace_child()
534 if (old_child == NULL) in arv_dom_node_remove_child()
557 old_child->next_sibling->previous_sibling = old_child->previous_sibling; in arv_dom_node_remove_child()
559 old_child->previous_sibling->next_sibling = old_child->next_sibling; in arv_dom_node_remove_child()
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/testing/_compat_test_data/
H A D__init__.py16 old_child="fake_a",
27 old_child="module_",
38 old_child="fake_b",
48 old_child="fake_ops",
60 old_child="fake_freezegun",
70 old_child="fake_c",
86 old_child="repeated_child",
95 old_child='broken_ref',
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/testing/_compat_test_data/
H A D__init__.py16 old_child="fake_a",
27 old_child="module_",
38 old_child="fake_b",
48 old_child="fake_ops",
60 old_child="fake_freezegun",
70 old_child="fake_c",
86 old_child="repeated_child",
95 old_child='broken_ref',
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/testing/_compat_test_data/
H A D__init__.py16 old_child="fake_a",
27 old_child="module_",
38 old_child="fake_b",
48 old_child="fake_ops",
60 old_child="fake_freezegun",
70 old_child="fake_c",
86 old_child="repeated_child",
95 old_child='broken_ref',
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/testing/_compat_test_data/
H A D__init__.py16 old_child="fake_a",
27 old_child="module_",
38 old_child="fake_b",
48 old_child="fake_ops",
60 old_child="fake_freezegun",
70 old_child="fake_c",
86 old_child="repeated_child",
95 old_child='broken_ref',
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/testing/_compat_test_data/
H A D__init__.py16 old_child="fake_a",
27 old_child="module_",
38 old_child="fake_b",
48 old_child="fake_ops",
60 old_child="fake_freezegun",
70 old_child="fake_c",
86 old_child="repeated_child",
95 old_child='broken_ref',
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dcontainer_node.cc128 if (old_child && old_child->parentNode() != &parent) { in CheckReferenceChildParent()
221 const Node* old_child, in EnsurePreInsertionValidity() argument
223 DCHECK(!(next && old_child)); in EnsurePreInsertionValidity()
529 if (!old_child) { in ReplaceChild()
538 return old_child; in ReplaceChild()
592 return old_child; in ReplaceChild()
595 return old_child; in ReplaceChild()
612 return old_child; in ReplaceChild()
673 if (!old_child || old_child->parentNode() != this || in RemoveChild()
681 Node* child = old_child; in RemoveChild()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dcontainer_node.cc128 if (old_child && old_child->parentNode() != &parent) { in CheckReferenceChildParent()
221 const Node* old_child, in EnsurePreInsertionValidity() argument
223 DCHECK(!(next && old_child)); in EnsurePreInsertionValidity()
529 if (!old_child) { in ReplaceChild()
538 return old_child; in ReplaceChild()
592 return old_child; in ReplaceChild()
595 return old_child; in ReplaceChild()
612 return old_child; in ReplaceChild()
677 if (!old_child || old_child->parentNode() != this || in RemoveChild()
685 Node* child = old_child; in RemoveChild()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/mox3/mox3/
H A Dstubout.py126 old_child = getattr(parent, child_name)
131 old_child = staticmethod(old_child)
133 old_child = classmethod(old_child.__func__)
135 self.cache.append((parent, old_child, child_name))
150 for (parent, old_child, child_name) in self.cache:
151 setattr(parent, child_name, old_child)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/mox3/mox3/
H A Dstubout.py126 old_child = getattr(parent, child_name)
131 old_child = staticmethod(old_child)
133 old_child = classmethod(old_child.__func__)
135 self.cache.append((parent, old_child, child_name))
150 for (parent, old_child, child_name) in self.cache:
151 setattr(parent, child_name, old_child)
/dports/devel/py-mox3/mox3-0.28.0/mox3/
H A Dstubout.py126 old_child = getattr(parent, child_name)
131 old_child = staticmethod(old_child)
133 old_child = classmethod(old_child.__func__)
135 self.cache.append((parent, old_child, child_name))
150 for (parent, old_child, child_name) in self.cache:
151 setattr(parent, child_name, old_child)
/dports/devel/py-mox/mox-0.5.3/
H A Dstubout.py118 old_child = getattr(parent, child_name)
123 old_child = staticmethod(old_child)
125 old_child = classmethod(old_child.im_func)
127 self.cache.append((parent, old_child, child_name))
140 for (parent, old_child, child_name) in self.cache:
141 setattr(parent, child_name, old_child)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dlayout_ng_button.cc28 void LayoutNGButton::RemoveChild(LayoutObject* old_child) { in RemoveChild() argument
29 if (old_child == inner_ || !inner_) { in RemoveChild()
30 LayoutNGFlexibleBox::RemoveChild(old_child); in RemoveChild()
33 } else if (old_child->Parent() == this) { in RemoveChild()
36 LayoutNGFlexibleBox::RemoveChild(old_child); in RemoveChild()
39 inner_->RemoveChild(old_child); in RemoveChild()
/dports/devel/protobuf25/protobuf-2.5.0/python/
H A Dstubout.py119 old_child = getattr(parent, child_name)
123 old_child = staticmethod(old_child)
125 self.cache.append((parent, old_child, child_name))
138 for (parent, old_child, child_name) in self.cache:
139 setattr(parent, child_name, old_child)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/
H A Dstubout.py122 old_child = getattr(parent, child_name)
126 old_child = staticmethod(old_child)
128 self.cache.append((parent, old_child, child_name))
141 for (parent, old_child, child_name) in self.cache:
142 setattr(parent, child_name, old_child)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/
H A Dstubout.py122 old_child = getattr(parent, child_name)
126 old_child = staticmethod(old_child)
128 self.cache.append((parent, old_child, child_name))
141 for (parent, old_child, child_name) in self.cache:
142 setattr(parent, child_name, old_child)
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/RequestHandlers/
H A DChangeFamilyMembersAction.php120 foreach ($old_children as $old_child) {
121 if (!in_array($old_child, $new_children, true)) {
123 foreach ($old_child->facts(['FAMC']) as $fact) {
125 $old_child->deleteFact($fact->id(), true);
130 if ($fact->target() === $old_child) {

12345678910>>...15