Home
last modified time | relevance | path

Searched refs:LowestCommonAncestor (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/paint/
H A Dpaint_property_node_test.cc144 TEST_F(PaintPropertyNodeTest, LowestCommonAncestor) { in TEST_F() argument
146 &transform.ancestor->LowestCommonAncestor(*transform.ancestor)); in TEST_F()
148 &transform.root->LowestCommonAncestor(*transform.root)); in TEST_F()
150 EXPECT_EQ(transform.ancestor, &transform.grandchild1->LowestCommonAncestor( in TEST_F()
153 &transform.grandchild1->LowestCommonAncestor(*transform.child2)); in TEST_F()
155 &transform.grandchild1->LowestCommonAncestor(*transform.root)); in TEST_F()
157 &transform.grandchild1->LowestCommonAncestor(*transform.child1)); in TEST_F()
159 EXPECT_EQ(transform.ancestor, &transform.grandchild2->LowestCommonAncestor( in TEST_F()
164 &transform.grandchild2->LowestCommonAncestor(*transform.root)); in TEST_F()
169 &transform.child1->LowestCommonAncestor(*transform.child2)); in TEST_F()
[all …]
H A Dpaint_property_node.h162 const NodeTypeOrAlias& LowestCommonAncestor(const NodeTypeOrAlias& b) const { in LowestCommonAncestor() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/paint/
H A Dpaint_property_node_test.cc144 TEST_F(PaintPropertyNodeTest, LowestCommonAncestor) { in TEST_F() argument
146 &LowestCommonAncestor(*transform.ancestor, *transform.ancestor)); in TEST_F()
148 &LowestCommonAncestor(*transform.root, *transform.root)); in TEST_F()
150 EXPECT_EQ(transform.ancestor, &LowestCommonAncestor(*transform.grandchild1, in TEST_F()
153 &LowestCommonAncestor(*transform.grandchild1, *transform.child2)); in TEST_F()
155 &LowestCommonAncestor(*transform.grandchild1, *transform.root)); in TEST_F()
157 &LowestCommonAncestor(*transform.grandchild1, *transform.child1)); in TEST_F()
159 EXPECT_EQ(transform.ancestor, &LowestCommonAncestor(*transform.grandchild2, in TEST_F()
164 &LowestCommonAncestor(*transform.grandchild2, *transform.root)); in TEST_F()
169 &LowestCommonAncestor(*transform.child1, *transform.child2)); in TEST_F()
[all …]
H A Dpaint_property_node.h57 const NodeType& LowestCommonAncestor(const NodeType& a, const NodeType& b) { in LowestCommonAncestor() function
/dports/www/itop/web/core/oql/
H A Doqlquery.class.inc.php723 $sAncestor = self::LowestCommonAncestor($oModelReflection, $sAncestor, $sClass);
732 …protected static function LowestCommonAncestor(ModelReflection $oModelReflection, $sClassA, $sClas… function in OqlUnionQuery
749 …$sRet = self::LowestCommonAncestor($oModelReflection, $sClassA, $oModelReflection->GetParentClass(…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_range.cc38 return const_cast<AXObject*>(AXObject::LowestCommonAncestor( in CommonAncestorContainer()
H A Dax_position.cc933 AXObject::LowestCommonAncestor(*a.ContainerObject(), *b.ContainerObject(), in operator <()
974 AXObject::LowestCommonAncestor(*a.ContainerObject(), *b.ContainerObject(), in operator >()
H A Dax_object.h1032 static const AXObject* LowestCommonAncestor(const AXObject& first, in WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS()
H A Dax_object.cc3913 const AXObject* AXObject::LowestCommonAncestor(const AXObject& first, in LowestCommonAncestor() function in blink::AXObject
3980 const AXObject* ancestor = AXObject::LowestCommonAncestor( in operator <()
3998 const AXObject* ancestor = AXObject::LowestCommonAncestor( in operator >()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_range.cc38 return const_cast<AXObject*>(AXObject::LowestCommonAncestor( in CommonAncestorContainer()
H A Dax_position.cc1088 AXObject::LowestCommonAncestor(*a.ContainerObject(), *b.ContainerObject(), in operator <()
1129 AXObject::LowestCommonAncestor(*a.ContainerObject(), *b.ContainerObject(), in operator >()
H A Dax_object.h1235 static const AXObject* LowestCommonAncestor(const AXObject& first, in WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS()
H A Dax_object.cc4658 const AXObject* AXObject::LowestCommonAncestor(const AXObject& first, in LowestCommonAncestor() function in blink::AXObject
4777 const AXObject* ancestor = AXObject::LowestCommonAncestor( in operator <()
4795 const AXObject* ancestor = AXObject::LowestCommonAncestor( in operator >()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/compositing/
H A Dpaint_chunks_to_cc_layer.cc342 &LowestCommonAncestor(target_clip, *current_clip_).Unalias(); in SwitchToClip()
455 LowestCommonAncestor(target_effect, *current_effect_).Unalias(); in SwitchToEffect()
H A Dproperty_tree_manager.cc348 const auto& lca = LowestCommonAncestor(a, b); in TransformsMayBe2dAxisMisaligned()
739 LowestCommonAncestor(*current_.effect, next_effect).Unalias(); in SwitchToEffectNodeWithSynthesizedClip()
917 LowestCommonAncestor(*current_.clip, *target_clip).Unalias(); in SynthesizeCcEffectsForClipsIfNeeded()
H A Dpaint_artifact_compositor.cc588 const auto& lca = LowestCommonAncestor(transform1, transform2).Unalias(); in NonCompositedLowestCommonAncestor()
634 LowestCommonAncestor(home.Clip(), guest.Clip()).Unalias(); in CanUpcastWith()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/compositing/
H A Dproperty_tree_manager.cc367 const auto& lca = a.LowestCommonAncestor(b).Unalias(); in TransformsMayBe2dAxisMisaligned()
776 current_.effect->LowestCommonAncestor(next_effect).Unalias(); in SwitchToEffectNodeWithSynthesizedClip()
924 current_.clip->LowestCommonAncestor(target_clip).Unalias(); in SynthesizeCcEffectsForClipsIfNeeded()
H A Dpaint_chunks_to_cc_layer.cc341 &target_clip.LowestCommonAncestor(*current_clip_).Unalias(); in SwitchToClip()
453 target_effect.LowestCommonAncestor(*current_effect_).Unalias(); in SwitchToEffect()
H A Dpaint_artifact_compositor.cc491 const auto& lca = transform1.LowestCommonAncestor(transform2).Unalias(); in NonCompositedLowestCommonAncestor()
537 home.Clip().LowestCommonAncestor(guest.Clip()).Unalias(); in CanUpcastWith()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_textrangeprovider_win.cc796 start_->LowestCommonAncestor(*end_); in ScrollIntoView()
798 end_->LowestCommonAncestor(*start_); in ScrollIntoView()
1044 AXPositionInstance common_ancestor = start_->LowestCommonAncestor(*end_); in MoveEndpointByPage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_textrangeprovider_win.cc899 start()->LowestCommonAncestor(*end()); in ScrollIntoView()
901 end()->LowestCommonAncestor(*start()); in ScrollIntoView()
1150 AXPositionInstance common_ancestor = start()->LowestCommonAncestor(*end()); in MoveEndpointByPage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Ddraw_property_utils.cc336 int LowestCommonAncestor(int clip_id_1, in LowestCommonAncestor() function
1160 int lca_clip_id = LowestCommonAncestor(layer->clip_tree_index(), in ComputeDrawPropertiesOfVisibleLayers()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Ddraw_property_utils.cc335 int LowestCommonAncestor(int clip_id_1, in LowestCommonAncestor() function
1086 int lca_clip_id = LowestCommonAncestor(layer->clip_tree_index(), in ComputeDrawPropertiesOfVisibleLayers()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_node_position_unittest.cc2459 TEST_F(AXPositionTest, LowestCommonAncestor) { in TEST_F() argument
2491 root_position->LowestCommonAncestor(*null_position.get()); in TEST_F()
2495 test_position = root_position->LowestCommonAncestor(*root_position.get()); in TEST_F()
2504 button_position->LowestCommonAncestor(*text_field_position.get()); in TEST_F()
2512 static_text2_position->LowestCommonAncestor(*static_text1_position.get()); in TEST_F()
2520 static_text1_position->LowestCommonAncestor(*text_field_position.get()); in TEST_F()
2528 inline_box1_position->LowestCommonAncestor(*inline_box2_position.get()); in TEST_F()
2535 inline_box2_position->LowestCommonAncestor(*inline_box1_position.get()); in TEST_F()
/dports/www/itop/web/core/
H A Dmetamodel.class.php3786 $sAncestor = self::LowestCommonAncestor($sAncestor, $sClass);
3800 protected static function LowestCommonAncestor($sClassA, $sClassB) function in MetaModel
3817 $sRet = self::LowestCommonAncestor($sClassA, self::GetParentClass($sClassB));

12