Home
last modified time | relevance | path

Searched refs:HasAncestor (Results 1 – 25 of 99) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/models/
H A Dtree_node_model_unittest.cc178 TEST_F(TreeNodeModelTest, HasAncestor) { in TEST_F() argument
186 EXPECT_TRUE(root.HasAncestor(&root)); in TEST_F()
187 EXPECT_FALSE(root.HasAncestor(child1)); in TEST_F()
188 EXPECT_FALSE(root.HasAncestor(child2)); in TEST_F()
189 EXPECT_FALSE(root.HasAncestor(foo1)); in TEST_F()
192 EXPECT_TRUE(child1->HasAncestor(&root)); in TEST_F()
194 EXPECT_FALSE(child1->HasAncestor(foo1)); in TEST_F()
197 EXPECT_TRUE(child2->HasAncestor(&root)); in TEST_F()
201 EXPECT_TRUE(foo1->HasAncestor(foo1)); in TEST_F()
202 EXPECT_TRUE(foo1->HasAncestor(child1)); in TEST_F()
[all …]
H A Dtree_node_model.h153 bool HasAncestor(const NodeType* ancestor) const { in HasAncestor() function
158 return parent_ ? parent_->HasAncestor(ancestor) : false; in HasAncestor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/models/
H A Dtree_node_model_unittest.cc178 TEST_F(TreeNodeModelTest, HasAncestor) { in TEST_F() argument
186 EXPECT_TRUE(root.HasAncestor(&root)); in TEST_F()
187 EXPECT_FALSE(root.HasAncestor(child1)); in TEST_F()
188 EXPECT_FALSE(root.HasAncestor(child2)); in TEST_F()
189 EXPECT_FALSE(root.HasAncestor(foo1)); in TEST_F()
192 EXPECT_TRUE(child1->HasAncestor(&root)); in TEST_F()
194 EXPECT_FALSE(child1->HasAncestor(foo1)); in TEST_F()
197 EXPECT_TRUE(child2->HasAncestor(&root)); in TEST_F()
201 EXPECT_TRUE(foo1->HasAncestor(foo1)); in TEST_F()
202 EXPECT_TRUE(foo1->HasAncestor(child1)); in TEST_F()
[all …]
H A Dtree_node_model.h153 bool HasAncestor(const NodeType* ancestor) const { in HasAncestor() function
158 return parent_ ? parent_->HasAncestor(ancestor) : false; in HasAncestor()
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dcompwriterpas.pas426 HasAncestor: Boolean;
601 if HasAncestor then
668 if HasAncestor then
681 if HasAncestor then
725 if HasAncestor then
736 if HasAncestor then
747 if HasAncestor then
762 if HasAncestor then
807 if HasAncestor then
1040 if HasAncestor then
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dcompwriterpas.pas428 HasAncestor: Boolean;
603 if HasAncestor then
670 if HasAncestor then
683 if HasAncestor then
727 if HasAncestor then
738 if HasAncestor then
749 if HasAncestor then
764 if HasAncestor then
809 if HasAncestor then
1042 if HasAncestor then
[all …]
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dcompwriterpas.pas426 HasAncestor: Boolean;
601 if HasAncestor then
668 if HasAncestor then
681 if HasAncestor then
725 if HasAncestor then
736 if HasAncestor then
747 if HasAncestor then
762 if HasAncestor then
807 if HasAncestor then
1040 if HasAncestor then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dcompwriterpas.pas428 HasAncestor: Boolean;
603 if HasAncestor then
670 if HasAncestor then
683 if HasAncestor then
727 if HasAncestor then
738 if HasAncestor then
749 if HasAncestor then
764 if HasAncestor then
809 if HasAncestor then
1042 if HasAncestor then
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/rtl/objpas/classes/
H A Dwriter.inc860 HasAncestor: Boolean;
909 if HasAncestor then
945 if HasAncestor then
963 if HasAncestor then
990 if HasAncestor then
1010 if HasAncestor then
1028 if HasAncestor then
1050 if HasAncestor then
1066 if HasAncestor then
1171 if HasAncestor then
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/rtl/objpas/classes/
H A Dwriter.inc860 HasAncestor: Boolean;
909 if HasAncestor then
945 if HasAncestor then
963 if HasAncestor then
990 if HasAncestor then
1010 if HasAncestor then
1028 if HasAncestor then
1050 if HasAncestor then
1066 if HasAncestor then
1171 if HasAncestor then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/rtl/objpas/classes/
H A Dwriter.inc860 HasAncestor: Boolean;
909 if HasAncestor then
945 if HasAncestor then
963 if HasAncestor then
990 if HasAncestor then
1010 if HasAncestor then
1028 if HasAncestor then
1050 if HasAncestor then
1066 if HasAncestor then
1171 if HasAncestor then
[all …]
/dports/lang/fpc/fpc-3.2.2/rtl/objpas/classes/
H A Dwriter.inc860 HasAncestor: Boolean;
909 if HasAncestor then
945 if HasAncestor then
963 if HasAncestor then
990 if HasAncestor then
1010 if HasAncestor then
1028 if HasAncestor then
1050 if HasAncestor then
1066 if HasAncestor then
1171 if HasAncestor then
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dwindow_modality_controller.cc28 bool HasAncestor(const aura::Window* window, const aura::Window* ancestor) { in HasAncestor() function
54 HasAncestor(original, GetModalParent(transient)))); in IsModalTransientChild()
172 !HasAncestor(capture_window, GetModalParent(window))) { in OnWindowVisibilityChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dwindow_modality_controller.cc28 bool HasAncestor(const aura::Window* window, const aura::Window* ancestor) { in HasAncestor() function
54 HasAncestor(original, GetModalParent(transient)))); in IsModalTransientChild()
172 !HasAncestor(capture_window, GetModalParent(window))) { in OnWindowVisibilityChanged()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepFill_OffsetAncestors.hxx48 Standard_EXPORT Standard_Boolean HasAncestor (const TopoDS_Edge& S1) const;
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_OffsetAncestors.hxx48 Standard_EXPORT Standard_Boolean HasAncestor (const TopoDS_Edge& S1) const;
H A DBRepFill_OffsetAncestors.cxx95 Standard_Boolean BRepFill_OffsetAncestors:: HasAncestor(const TopoDS_Edge& S1) in HasAncestor() function in BRepFill_OffsetAncestors
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepFill_OffsetAncestors.hxx49 Standard_EXPORT Standard_Boolean HasAncestor (const TopoDS_Edge& S1) const;
H A DBRepOffset_Analyse.hxx73 Standard_EXPORT Standard_Boolean HasAncestor (const TopoDS_Shape& S) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCInlines.h266 XPCNativeInterface::HasAncestor(const nsIID* iid) const in HasAncestor() function
269 mInfo->HasAncestor(iid, &found); in HasAncestor()
420 if ((*pp)->HasAncestor(iid)) in HasInterfaceWithAncestor()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCInlines.h186 inline bool XPCNativeInterface::HasAncestor(const nsIID* iid) const { in HasAncestor() function
188 mInfo->HasAncestor(iid, &found); in HasAncestor()
300 if ((*pp)->HasAncestor(iid)) return true; in HasInterfaceWithAncestor()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/reflect/xptinfo/
H A Dxptiprivate.h248 nsresult HasAncestor(const nsIID *iid, bool *_retval);
397 NS_IMETHOD HasAncestor(const nsIID *iid, bool *_retval) override { in HasAncestor() function
398 return !mEntry ? NS_ERROR_UNEXPECTED : mEntry->HasAncestor(iid, _retval); in HasAncestor()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1776 TEST(HasAncestor, MatchesDeclarationsThatGetVisitedLater) { in TEST() argument
1789 TEST(HasAncestor, DrillsThroughDifferentHierarchies) { in TEST() argument
1795 TEST(HasAncestor, BindsRecursiveCombinations) { in TEST() argument
1802 TEST(HasAncestor, BindsCombinationsWithHasDescendant) { in TEST() argument
1814 TEST(HasAncestor, MatchesClosestAncestor) { in TEST() argument
1828 TEST(HasAncestor, MatchesInTemplateInstantiations) { in TEST() argument
1836 TEST(HasAncestor, MatchesInImplicitCode) { in TEST() argument
1856 TEST(HasAncestor, MatchesAllAncestors) { in TEST() argument
1867 TEST(HasAncestor, ImplicitArrayCopyCtorDeclRefExpr) { in TEST() argument
1875 TEST(HasAncestor, AnonymousUnionMemberExpr) { in TEST() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/reflect/xptinfo/
H A Dxptiprivate.h265 nsresult HasAncestor(const nsIID * iid, bool *_retval);
359 …NS_IMETHOD HasAncestor(const nsIID * iid, bool *_retval) override { return !mEntry ? NS_ERROR_UNEX… in HasAncestor() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1837 TEST(HasAncestor, MatchesDeclarationsThatGetVisitedLater) { in TEST() argument
1850 TEST(HasAncestor, DrillsThroughDifferentHierarchies) { in TEST() argument
1856 TEST(HasAncestor, BindsRecursiveCombinations) { in TEST() argument
1863 TEST(HasAncestor, BindsCombinationsWithHasDescendant) { in TEST() argument
1875 TEST(HasAncestor, MatchesClosestAncestor) { in TEST() argument
1889 TEST(HasAncestor, MatchesInTemplateInstantiations) { in TEST() argument
1897 TEST(HasAncestor, MatchesInImplicitCode) { in TEST() argument
1917 TEST(HasAncestor, MatchesAllAncestors) { in TEST() argument
1928 TEST(HasAncestor, ImplicitArrayCopyCtorDeclRefExpr) { in TEST() argument
1936 TEST(HasAncestor, AnonymousUnionMemberExpr) { in TEST() argument
[all …]

1234