createSearchRegex  121 Source/core/inspector/ContentSearchUtils.cpp     OwnPtr<ScriptRegexp> regex = ContentSearchUtils::createSearchRegex(query, caseSensitive, isRegex);
createSearchRegex   49 Source/core/inspector/ContentSearchUtils.h PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex);