Home
last modified time | relevance | path

Searched refs:HTMLTableSectionElement (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/lib/
Dreact16.d.ts2195 … tbody: DetailedHTMLFactory<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
2198 … tfoot: DetailedHTMLFactory<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
2200 … thead: DetailedHTMLFactory<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
2618 …tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElem…
2621 …tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElem…
2623 …thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElem…
Dreact.d.ts2238 tbody: HTMLFactory<HTMLTableSectionElement>;
2241 tfoot: HTMLFactory<HTMLTableSectionElement>;
2243 thead: HTMLFactory<HTMLTableSectionElement>;
2470 tbody: React.HTMLProps<HTMLTableSectionElement>;
2473 tfoot: React.HTMLProps<HTMLTableSectionElement>;
2475 thead: React.HTMLProps<HTMLTableSectionElement>;
Dlib.d.ts6249 createElement(tagName: "tbody"): HTMLTableSectionElement;
6252 createElement(tagName: "tfoot"): HTMLTableSectionElement;
6254 createElement(tagName: "thead"): HTMLTableSectionElement;
6550 getElementsByTagName(tagname: "tbody"): NodeListOf<HTMLTableSectionElement>;
6555 getElementsByTagName(tagname: "tfoot"): NodeListOf<HTMLTableSectionElement>;
6557 getElementsByTagName(tagname: "thead"): NodeListOf<HTMLTableSectionElement>;
7003 getElementsByTagName(name: "tbody"): NodeListOf<HTMLTableSectionElement>;
7008 getElementsByTagName(name: "tfoot"): NodeListOf<HTMLTableSectionElement>;
7010 getElementsByTagName(name: "thead"): NodeListOf<HTMLTableSectionElement>;
10482 tFoot: HTMLTableSectionElement;
[all …]
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl707 [CEReactions] attribute HTMLTableSectionElement? tHead;
708 HTMLTableSectionElement createTHead();
711 [CEReactions] attribute HTMLTableSectionElement? tFoot;
712 HTMLTableSectionElement createTFoot();
716 HTMLTableSectionElement createTBody();
736 interface HTMLTableSectionElement : HTMLElement {
2552 partial interface HTMLTableSectionElement {
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …ement" | "HTMLTableHeaderCellElement" | "HTMLTableRowElement" | "HTMLTableSectionElement" | "HTMLT…
DmappedTypeRecursiveInference.types100 … any; HTMLTableHeaderCellElement: any; HTMLTableRowElement: any; HTMLTableSectionElement: any; HTM…
102 … any; HTMLTableHeaderCellElement: any; HTMLTableRowElement: any; HTMLTableSectionElement: any; HTM…
108 … any; HTMLTableHeaderCellElement: any; HTMLTableRowElement: any; HTMLTableSectionElement: any; HTM…
110 … any; HTMLTableHeaderCellElement: any; HTMLTableRowElement: any; HTMLTableSectionElement: any; HTM…
/third_party/typescript/lib/
Dlib.dom.d.ts8661 readonly tBodies: HTMLCollectionOf<HTMLTableSectionElement>;
8665 tFoot: HTMLTableSectionElement | null;
8669 tHead: HTMLTableSectionElement | null;
8682 createTBody(): HTMLTableSectionElement;
8686 createTFoot(): HTMLTableSectionElement;
8690 createTHead(): HTMLTableSectionElement;
8785 interface HTMLTableSectionElement extends HTMLElement { interface
8811 …r<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTableSectionElement, ev: HTML…
8813 …r<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTableSectionElement, ev: HTML…
8817 declare var HTMLTableSectionElement: { variable
[all …]
/third_party/typescript/src/lib/
Ddom.generated.d.ts8641 readonly tBodies: HTMLCollectionOf<HTMLTableSectionElement>;
8645 tFoot: HTMLTableSectionElement | null;
8649 tHead: HTMLTableSectionElement | null;
8662 createTBody(): HTMLTableSectionElement;
8666 createTFoot(): HTMLTableSectionElement;
8670 createTHead(): HTMLTableSectionElement;
8765 interface HTMLTableSectionElement extends HTMLElement { interface
8791 …r<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTableSectionElement, ev: HTML…
8793 …r<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTableSectionElement, ev: HTML…
8797 declare var HTMLTableSectionElement: { variable
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136499 HTMLTableSectionElement, enumerator
137286 HTMLTableSectionElement, enumerator
139940 struct PrototypeTraits<prototypes::id::HTMLTableSectionElement>