Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DContentSearchUtils.cpp60 static Vector<pair<int, String> > getScriptRegexpMatchesByLines(const ScriptRegexp* regex, const St… in getScriptRegexpMatchesByLines() function
122 Vector<pair<int, String> > matches = getScriptRegexpMatchesByLines(regex.get(), text); in searchInTextByLines()