Home | History | Annotate | Download | only in inspector

Lines Matching refs:RegularExpression

47 #include "core/platform/text/RegularExpression.h"
166 static PassOwnPtr<RegularExpression> compileSkipCallFramePattern(String patternText)
170 OwnPtr<RegularExpression> result = adoptPtr(new RegularExpression(patternText, TextCaseSensitive));
255 RegularExpression regex(pattern, TextCaseSensitive);
800 OwnPtr<RegularExpression> compiled;