Searched defs:setTextRange (Results 1 – 12 of 12) 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 | 504 …const elements = result ? setTextRange(factory.createNodeArray(result), node.elements) : node.elem… constant
|
| D | es2015.ts | 2046 …const elements = result ? setTextRange(factory.createNodeArray(result), node.elements) : node.elem… constant
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4801 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
|
| D | tsserverlibrary.d.ts | 4801 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
|
| /third_party/typescript/lib/ |
| D | tsc.js | 22639 function setTextRange(range, location) { function
|
| D | typingsInstaller.js | 28091 function setTextRange(range, location) { function
|
| D | typescriptServices.js | 28296 function setTextRange(range, location) { function
|
| D | typescript.js | 28296 function setTextRange(range, location) { function
|
| D | tsserverlibrary.js | 28296 function setTextRange(range, location) { function
|
| D | tsserver.js | 28102 function setTextRange(range, location) { function
|