Home
last modified time | relevance | path

Searched refs:regexSpecialCharacters (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DContentSearchUtils.cpp42 static const char regexSpecialCharacters[] = "[](){}+-*.,?\\^$|"; variable
48 String specials(regexSpecialCharacters); in createSearchRegexSource()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Dutilities.js148 String.regexSpecialCharacters = function() function in String
158 return this.escapeCharacters(String.regexSpecialCharacters());
1137 var regexSpecialCharacters = String.regexSpecialCharacters();
1141 if (regexSpecialCharacters.indexOf(c) != -1)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
DSearchConfig.js165 if (String.regexSpecialCharacters().indexOf(query.charAt(i)) !== -1)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DFilePathScoreFunction.js51 const toEscape = String.regexSpecialCharacters();