Searched refs:trimEnd (Results 1 – 8 of 8) sorted by relevance
253 cvox.Spannable.prototype.trim_ = function(trimStart, trimEnd) { argument254 if (!trimStart && !trimEnd) {269 var trimmedEnd = trimEnd ?
217 this._dataURLDisplayName = this.url.trimEnd(20);
208 String.prototype.trimEnd = function(maxLength) method in String
117 return skipTrim ? displayName : displayName.trimEnd(100);
735 …this.textContent = typeof placeholder === "string" ? placeholder : text.trimEnd(maxTextContentLeng…
748 subtitleElement.textContent = uiSourceCode.fullDisplayName().trimEnd(100);
120 … snippetElement.textContent = lineText.substr(snippetStartIndex).trimEnd(maxSnippetLength);
835 description = result.description.trimEnd(maxLength);