Searched defs:actualText (Results 1 – 6 of 6) sorted by relevance
873 const actualText = getSnapshotText(snap); constant
2634 function Identifier(actualText, hasEscapeSequence) { argument2643 Identifier.prototype.setText = function (actualText, hasEscapeSequence) { argument
2707 … const actualText = this.activeFile.content.substr(actualSpan.start, actualSpan.length); constant2997 const actualText = newText.slice(newRange.pos, newRange.end); constant
267 constructor (public actualText: string, public hasEscapeSequence?: boolean) { property in Identifier
886 bool actualText = false; in internalDrawGlyphRun() local
7596 auto actualText = paragraph->getActualTextRange(0, false); in UNIX_ONLY_TEST() local