Home
last modified time | relevance | path

Searched refs:ParentNode (Results 1 – 13 of 13) sorted by relevance

/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.ts48 parentNode: ParentNode | null;
57 parentNode: ParentNode | null;
67 parentNode: ParentNode | null;
85 parentNode: ParentNode | null;
96 export type ParentNode = Document | DocumentFragment | Element | Template; alias
98 export type Node = ParentNode | ChildNode;
102 ParentNode,
158 appendChild(parentNode: ParentNode, newNode: ChildNode): void {
163 insertBefore(parentNode: ParentNode, newNode: ChildNode, referenceNode: ChildNode): void {
216 insertText(parentNode: ParentNode, text: string): void {
[all …]
Dinterface.ts6 ParentNode = unknown,
17 parentNode: ParentNode;
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.ts4 type ParentNode, alias
19 ParentNode,
103 appendChild(parentNode: ParentNode, newNode: ChildNode): void {
115 insertBefore(parentNode: ParentNode, newNode: ChildNode, referenceNode: ChildNode): void {
186 insertText(parentNode: ParentNode, text: string): void {
196 insertTextBefore(parentNode: ParentNode, text: string, referenceNode: ChildNode): void {
219 getFirstChild(node: ParentNode): ChildNode | null {
223 getChildNodes(node: ParentNode): ChildNode[] {
227 getParentNode(node: AnyNode): ParentNode | null {
/third_party/typescript/tests/baselines/reference/
DnonnullAssertionPropegatesContextualType.symbols5 >document.querySelector : Symbol(ParentNode.querySelector, Decl(lib.dom.d.ts, --, --), Decl(lib.dom…
7 >querySelector : Symbol(ParentNode.querySelector, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp211 auto *ParentNode = CG[&ParentFunc]; in updateCallGraph() local
212 ParentNode->removeAllCalledFunctions(); in updateCallGraph()
213 buildCGN(CG, ParentNode); in updateCallGraph()
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl113 interface mixin ParentNode {
126 Document includes ParentNode;
127 DocumentFragment includes ParentNode;
128 Element includes ParentNode;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.h101 bool FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src,
DR600ISelLowering.cpp2069 bool R600TargetLowering::FoldOperand(SDNode *ParentNode, unsigned SrcIdx, in FoldOperand() argument
2082 Neg = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand()
2088 Abs = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand()
2091 unsigned Opcode = ParentNode->getMachineOpcode(); in FoldOperand()
2098 if (ParentNode->getValueType(0).isVector()) in FoldOperand()
2125 dyn_cast<RegisterSDNode>(ParentNode->getOperand(OtherSrcIdx))) { in FoldOperand()
2128 = cast<ConstantSDNode>(ParentNode->getOperand(OtherSelIdx)); in FoldOperand()
2190 Imm = DAG.getTargetConstant(ImmValue, SDLoc(ParentNode), MVT::i32); in FoldOperand()
/third_party/cef/libcef/renderer/
Ddom_node_impl.cc226 return document_->GetOrCreateNode(node_.ParentNode()); in GetParent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp4262 SDNode *ParentNode = N0.getNode(); in tryVPTESTM() local
4263 if ((Load = findBroadcastedOp(Src1, CmpSVT, ParentNode))) { in tryVPTESTM()
4264 FoldedBCast = tryFoldBroadcast(Root, ParentNode, Load, Tmp0, in tryVPTESTM()
4270 SDNode *ParentNode = N0.getNode(); in tryVPTESTM() local
4271 if ((Load = findBroadcastedOp(Src0, CmpSVT, ParentNode))) { in tryVPTESTM()
4272 FoldedBCast = tryFoldBroadcast(Root, ParentNode, Load, Tmp0, in tryVPTESTM()
/third_party/typescript/src/lib/
Ddom.generated.d.ts4424 …ShadowRoot, FontFaceSource, GlobalEventHandlers, NonElementParentNode, ParentNode, XPathEvaluatorB…
4839 interface DocumentFragment extends Node, NonElementParentNode, ParentNode {
4991 …ode, ARIAMixin, Animatable, ChildNode, InnerHTML, NonDocumentTypeChildNode, ParentNode, Slottable {
10086 readonly parentNode: ParentNode | null;
10490 interface ParentNode extends Node { interface
/third_party/typescript/lib/
Dlib.dom.d.ts4444 …ShadowRoot, FontFaceSource, GlobalEventHandlers, NonElementParentNode, ParentNode, XPathEvaluatorB…
4859 interface DocumentFragment extends Node, NonElementParentNode, ParentNode {
5011 …ode, ARIAMixin, Animatable, ChildNode, InnerHTML, NonDocumentTypeChildNode, ParentNode, Slottable {
10106 readonly parentNode: ParentNode | null;
10510 interface ParentNode extends Node { interface
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log5323 …tension/DOMExtension.js(243,42): error TS2339: Property 'host' does not exist on type 'ParentNode'.
5709 …/front_end/elements/ElementsTreeOutline.js(920,9): error TS2740: Type 'ParentNode' is missing the …
5712 …ntsTreeOutline.js(1110,89): error TS2339: Property 'scrollTop' does not exist on type 'ParentNode'.
5713 …ntsTreeOutline.js(1130,37): error TS2339: Property 'scrollTop' does not exist on type 'ParentNode'.