Home
last modified time | relevance | path

Searched defs:attributeName (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript_eslint/packages/typescript-estree/src/
Dconvert.ts2125 const attributeName = this.convertChild(node.name); constant
/third_party/skia/modules/svg/src/
DSkSVGDOM.cpp461 bool SkSVGNode::setAttribute(const char* attributeName, const char* attributeValue) { in setAttribute()
/third_party/typescript/tests/lib/
Dlib.d.ts4081 attributeName?: string; property
4337 attributeName: string; property
11861 attributeName: string; property
/third_party/mingw-w64/mingw-w64-headers/include/
Dmsxml.h1281 #define IXMLDOMAttribute_get_name(This,attributeName) (This)->lpVtbl->get_name(This,attributeName) argument
Dmsxml2.h2142 #define IXMLDOMAttribute_get_name(This,attributeName) (This)->lpVtbl->get_name(This,attributeName) argument
/third_party/typescript/lib/
Dlib.dom.d.ts10695 readonly attributeName: string | null; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts10675 readonly attributeName: string | null; property