Home
last modified time | relevance | path

Searched defs:setTextRange (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/compiler/factory/
DutilitiesPublic.ts2 … export function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T { function
/third_party/skia/experimental/sktext/src/
DLine.h156 void setTextRange(TextRange range) { fTextRange = range; } in setTextRange() function
/third_party/typescript/src/compiler/transformers/
Des2018.ts505 …const elements = result ? setTextRange(factory.createNodeArray(result), node.elements) : node.elem… constant
Des2015.ts2136 …const elements = result ? setTextRange(factory.createNodeArray(result), node.elements) : node.elem… constant
/third_party/typescript/lib/
Dtypescript.d.ts5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
DtypescriptServices.d.ts5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
Dtsserverlibrary.d.ts5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
Dtsc.js25333 function setTextRange(range, location) { function
DtypingsInstaller.js31399 function setTextRange(range, location) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function
Dtsserverlibrary.d.ts5197 function setTextRange<T extends TextRange>(range: T, location: TextRange | undefined): T; function