Home
last modified time | relevance | path

Searched refs:ScriptRegexp (Results 1 – 16 of 16) 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()
92 PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex) in createSearchRegex()
95 …return adoptPtr(new ScriptRegexp(regexSource, caseSensitive ? TextCaseSensitive : TextCaseInsensit… in createSearchRegex()
98 int countScriptRegexpMatches(const ScriptRegexp* regex, const String& content) in countScriptRegexpMatches()
121 … OwnPtr<ScriptRegexp> regex = ContentSearchUtils::createSearchRegex(query, caseSensitive, isRegex); in searchInTextByLines()
150 ScriptRegexp regex(pattern, TextCaseSensitive, MultilineEnabled); in findMagicComment()
151 ScriptRegexp deprecatedRegex(deprecatedPattern, TextCaseSensitive, MultilineEnabled); in findMagicComment()
DContentSearchUtils.h40 class ScriptRegexp; variable
49 PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex);
50 int countScriptRegexpMatches(const ScriptRegexp*, const String&);
DInspectorDebuggerAgent.h60 class ScriptRegexp; variable
227 OwnPtr<ScriptRegexp> m_cachedSkipStackRegExp;
DInspectorDebuggerAgent.cpp177 static PassOwnPtr<ScriptRegexp> compileSkipCallFramePattern(String patternText) in compileSkipCallFramePattern()
181 OwnPtr<ScriptRegexp> result = adoptPtr(new ScriptRegexp(patternText, TextCaseSensitive)); in compileSkipCallFramePattern()
297 ScriptRegexp regex(pattern, TextCaseSensitive); in matches()
922 OwnPtr<ScriptRegexp> compiled; in skipStackFrames()
DInspectorStyleSheet.cpp1219 ScriptRegexp comment("/\\*[^]*?\\*/", TextCaseSensitive, MultilineEnabled); in selectorsFromSource()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptRegexp.h42 class ScriptRegexp {
43 WTF_MAKE_FAST_ALLOCATED; WTF_MAKE_NONCOPYABLE(ScriptRegexp);
45 ScriptRegexp(const String&, TextCaseSensitivity, MultilineMode = MultilineDisabled);
DScriptRegexp.cpp38 ScriptRegexp::ScriptRegexp(const String& pattern, TextCaseSensitivity caseSensitivity, MultilineMod… in ScriptRegexp() function in WebCore::ScriptRegexp
59 int ScriptRegexp::match(const String& string, int startFrom, int* matchLength) const in match()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DBaseTextInputType.cpp44 …if (rawPattern.isNull() || value.isEmpty() || !ScriptRegexp(rawPattern, TextCaseSensitive).isValid… in patternMismatch()
49 int matchOffset = ScriptRegexp(pattern, TextCaseSensitive).match(value, 0, &matchLength); in patternMismatch()
DEmailInputType.cpp128 DEFINE_STATIC_LOCAL(const ScriptRegexp, regExp, (emailPattern, TextCaseInsensitive)); in isValidEmailAddress()
/external/chromium_org/third_party/WebKit/Source/bindings/
Dbindings.gypi68 'v8/ScriptRegexp.cpp',
69 'v8/ScriptRegexp.h',
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_derived.target.darwin-arm.mk226 third_party/WebKit/Source/bindings/v8/ScriptRegexp.cpp \
Dwebcore_derived.target.darwin-x86.mk226 third_party/WebKit/Source/bindings/v8/ScriptRegexp.cpp \
Dwebcore_derived.target.linux-x86.mk226 third_party/WebKit/Source/bindings/v8/ScriptRegexp.cpp \
Dwebcore_derived.target.linux-arm.mk226 third_party/WebKit/Source/bindings/v8/ScriptRegexp.cpp \
Dwebcore_derived.target.linux-mips.mk226 third_party/WebKit/Source/bindings/v8/ScriptRegexp.cpp \
Dwebcore_derived.target.darwin-mips.mk226 third_party/WebKit/Source/bindings/v8/ScriptRegexp.cpp \