Home
last modified time | relevance | path

Searched refs:escapeForRegExp (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCookieParser.js434 …Domain.match(new RegExp("^([^\\.]+\\.)*" + cookieDomain.substring(1).escapeForRegExp() + "$", "i")…
Dutilities.js120 String.prototype.escapeForRegExp = function() method in String
173 result = result.replace(new RegExp("^" + baseURLDomain.escapeForRegExp(), "i"), "");