Searched refs:trimURL (Results 1 – 8 of 8) sorted by relevance
154 trimURL(spec, begin, specLength); in parseStandardURL()249 trimURL(spec, begin, specLength); in parsePathURL()294 trimURL(spec, begin, specLength); in parseMailtoURL()462 static inline void trimURL(const CHAR* spec, int& begin, int& end) in trimURL() function
166 …this._displayName = this.url.trimURL(WebInspector.mainResource ? WebInspector.mainResource.domain …
1195 return url.trimURL("");1205 return url.trimURL(WebInspector.mainResource.domain);
446 String.prototype.trimURL = function(baseURLDomain) method in String
2445 (WTF::URLParser::trimURL):
30542 (String.prototype.trimURL):
17353 (WebInspector.Resource.prototype.get displayName): Use trimURL to
27227 (String.prototype.trimURL): converted new RegExp to literal for performance benefits.