Home
last modified time | relevance | path

Searched defs:childNode (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTestHierarchyIterator.cpp222 TestNode* childNode = iter.children[iter.curChildNdx]; in next() local
/third_party/parse5/packages/parse5/lib/tree-adapters/
Dinterface.ts18 childNode: ChildNode; property
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_helper.cc241 OsrAXNode* childNode = node->ChildAtIndex(i); in DestroyNode() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DToposortStructs.cpp220 TIntermNode &childNode = *declNode->getChildNode(0); in GetAsDeclaredStructure() local
DAstHelpers.cpp21 TIntermNode *childNode = declNode.getChildNode(0); in ViewDeclaration() local
DEmitMetal.cpp2139 TIntermNode &childNode = *declNode->getChildNode(0); in NewlinePad() local
/third_party/skia/modules/skottie/src/
DLayer.cpp134 sk_sp<sksg::RenderNode> childNode) { in AttachMask()
/third_party/skia/modules/svg/src/
DSkSVGDOM.cpp378 sk_sp<SkSVGNode> childNode = construct_svg_node(dom, localCtx, child); in construct_svg_node() local
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp462 TIntermNode* childNode, const TType& returnType) in addBuiltInFunctionCall()
DParseHelper.cpp771 …ext::handleUnaryMath(const TSourceLoc& loc, const char* str, TOperator op, TIntermTyped* childNode) in handleUnaryMath()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp882 TIntermTyped* childNode) in handleUnaryMath()
/third_party/libabigail/tests/lib/
Dcatch.hpp17014 for( auto const& childNode : sectionNode.childSections ) in writeSection() local
/third_party/typescript/lib/
DtypingsInstaller.js86552 return !!ts.forEachChild(body, function check(childNode) { argument
Dtsc.js72900 return !!ts.forEachChild(body, function check(childNode) { argument