Home
last modified time | relevance | path

Searched defs:nodeName (Results 1 – 11 of 11) sorted by relevance

/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.ts15 nodeName: NodeType.Document; property
29 nodeName: NodeType.DocumentFragment; property
38 nodeName: string; property
55 nodeName: NodeType.Comment; property
65 nodeName: NodeType.Text; property
75 nodeName: 'template'; property
83 nodeName: NodeType.DocumentType; property
/third_party/python/Lib/xml/dom/
Dminidom.py329 nodeName = "#document-fragment" variable in DocumentFragment
385 nodeName = name = property(_get_name, _set_name) variable in Attr
1010 nodeName = property(_get_nodeName, _set_nodeName) variable in ProcessingInstruction
1094 nodeName = "#text" variable in Text
1201 nodeName = "#comment" variable in Comment
1217 nodeName = "#cdata-section" variable in CDATASection
1552 nodeName = "#document" variable in Document
/third_party/flutter/skia/third_party/externals/freetype/builds/mac/
Dftmac.c485 Str255 nodeName; in FT_FSPathMakeSpec() local
/third_party/skia/third_party/externals/freetype/builds/mac/
Dftmac.c484 Str255 nodeName; in FT_FSPathMakeSpec() local
/third_party/freetype/builds/mac/
Dftmac.c484 Str255 nodeName; in FT_FSPathMakeSpec() local
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts5592 const nodeName = getNameOfDeclaration(node); constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp422 …OutputASM::TextureFunction::TextureFunction(const TString& nodeName) : method(IMPLICIT), proj(fals… in TextureFunction()
/third_party/typescript/tests/lib/
Dlib.d.ts11959 nodeName: string; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts10854 readonly nodeName: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts10874 readonly nodeName: string; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp88796 const nsString& nodeName = NodeName(); in GetNodeName() local