Searched defs:setTextRange (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/src/compiler/factory/ |
D | utilitiesPublic.ts | 2 … export function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T { function
|
/third_party/skia/experimental/sktext/src/ |
D | Line.h | 156 void setTextRange(TextRange range) { fTextRange = range; } in setTextRange() function
|
/third_party/typescript/src/compiler/transformers/ |
D | es2018.ts | 505 …const elements = result ? setTextRange(factory.createNodeArray(result), node.elements) : node.elem… constant
|
D | es2015.ts | 2136 …const elements = result ? setTextRange(factory.createNodeArray(result), node.elements) : node.elem… constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
|
D | typescriptServices.d.ts | 5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
|
D | tsserverlibrary.d.ts | 5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
|
D | tsc.js | 25333 function setTextRange(range, location) { function
|
D | typingsInstaller.js | 31399 function setTextRange(range, location) { function
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
|
D | tsserverlibrary.d.ts | 5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
|