Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/factory/
DutilitiesPublic.ts3 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.ts526 …const elements = result ? setTextRange(factory.createNodeArray(result), node.elements) : node.elem… constant
Des2015.ts2173 …const elements = result ? setTextRange(factory.createNodeArray(result), node.elements) : node.elem… constant
/third_party/typescript/lib/
DtypingsInstaller.js18448 function setTextRange(range, location) { function
Dtsc.js25533 function setTextRange(range, location) { function