match 93 Source/bindings/v8/ScriptRegexp.cpp v8::Local<v8::String> match = result->Get(0).As<v8::String>(); match 94 Source/bindings/v8/ScriptRegexp.cpp *matchLength = match->Length(); match 47 Source/bindings/v8/ScriptRegexp.h int match(const String&, int startFrom = 0, int* matchLength = 0) const; match 350 Source/core/css/CSSGrammar.y %type <integer> match match 1256 Source/core/css/CSSGrammar.y | '[' maybe_space attr_name match maybe_space ident_or_string maybe_space closing_square_bracket { match 1267 Source/core/css/CSSGrammar.y | '[' maybe_space namespace_selector attr_name match maybe_space ident_or_string maybe_space closing_square_bracket { match 1278 Source/core/css/CSSGrammar.y match: match 101 Source/core/css/CSSParserValues.h bool match = is8Bit() ? WTF::equalIgnoringCase(str, characters8(), length()) : WTF::equalIgnoringCase(str, characters16(), length()); match 102 Source/core/css/CSSParserValues.h if (!match) match 67 Source/core/css/CSSSegmentedFontFace.h void match(const String&, Vector<RefPtr<FontFace> >&) const; match 268 Source/core/css/ElementRuleCollector.cpp SelectorChecker::Match match = selectorChecker.match(context, DOMSiblingTraversalStrategy(), result); match 269 Source/core/css/ElementRuleCollector.cpp if (match != SelectorChecker::SelectorMatches) match 455 Source/core/css/FontFaceSet.cpp segmentedFontFace->match(nullToSpace(text), faces); match 182 Source/core/css/SelectorChecker.cpp Match match; match 194 Source/core/css/SelectorChecker.cpp match = matchForRelation(context, siblingTraversalStrategy, result); match 199 Source/core/css/SelectorChecker.cpp match = matchForSubSelector(context, siblingTraversalStrategy, result); match 201 Source/core/css/SelectorChecker.cpp if (match != SelectorMatches || !result) match 202 Source/core/css/SelectorChecker.cpp return match; match 238 Source/core/css/SelectorChecker.cpp return match(nextContext, siblingTraversalStrategy, result); match 251 Source/core/css/SelectorChecker.cpp return match(context, siblingTraversalStrategy, result); match 283 Source/core/css/SelectorChecker.cpp Match match = this->match(nextContext, siblingTraversalStrategy, result); match 284 Source/core/css/SelectorChecker.cpp if (match == SelectorMatches || match == SelectorFailsCompletely) match 285 Source/core/css/SelectorChecker.cpp return match; match 304 Source/core/css/SelectorChecker.cpp return match(nextContext, siblingTraversalStrategy, result); match 316 Source/core/css/SelectorChecker.cpp return match(nextContext, siblingTraversalStrategy, result); match 327 Source/core/css/SelectorChecker.cpp Match match = this->match(nextContext, siblingTraversalStrategy, result); match 328 Source/core/css/SelectorChecker.cpp if (match == SelectorMatches || match == SelectorFailsAllSiblings || match == SelectorFailsCompletely) match 329 Source/core/css/SelectorChecker.cpp return match; match 345 Source/core/css/SelectorChecker.cpp return this->match(nextContext, siblingTraversalStrategy, result); match 353 Source/core/css/SelectorChecker.cpp Match match = this->match(nextContext, siblingTraversalStrategy, result); match 354 Source/core/css/SelectorChecker.cpp if (match == SelectorMatches || match == SelectorFailsCompletely) match 355 Source/core/css/SelectorChecker.cpp return match; match 395 Source/core/css/SelectorChecker.cpp if (match(nextContext, siblingTraversalStrategy, result) == SelectorMatches) match 409 Source/core/css/SelectorChecker.cpp static bool attributeValueMatches(const Attribute& attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive) match 415 Source/core/css/SelectorChecker.cpp switch (match) { match 472 Source/core/css/SelectorChecker.cpp static bool anyAttributeMatches(Element& element, CSSSelector::Match match, const CSSSelector& selector) match 493 Source/core/css/SelectorChecker.cpp if (attributeValueMatches(attributeItem, match, selectorValue, true)) match 502 Source/core/css/SelectorChecker.cpp if (!caseSensitive && attributeValueMatches(attributeItem, match, selectorValue, false)) { match 738 Source/core/css/SelectorChecker.cpp if (match(subContext, siblingTraversalStrategy) == SelectorMatches) match 942 Source/core/css/SelectorChecker.cpp if (match(hostContext, siblingTraversalStrategy, &subResult) == SelectorMatches) { match 993 Source/core/css/SelectorChecker.cpp if (match(subContext, siblingTraversalStrategy) == SelectorMatches) match 1138 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext&, const DOMSiblingTraversalStrategy&, MatchResult*) const; match 1141 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext&, const ShadowDOMSiblingTraversalStrategy&, MatchResult*) const; match 103 Source/core/css/SelectorChecker.h Match match(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult* = 0) const; match 77 Source/core/dom/DocumentMarker.cpp explicit DocumentMarkerTextMatch(bool match) match 78 Source/core/dom/DocumentMarker.cpp : m_match(match) match 85 Source/core/dom/DocumentMarker.cpp PassRefPtr<DocumentMarkerTextMatch> DocumentMarkerTextMatch::instanceFor(bool match) match 89 Source/core/dom/DocumentMarker.cpp return match ? trueInstance : falseInstance; match 1117 Source/core/dom/Position.cpp InlineTextBox* match = 0; match 1122 Source/core/dom/Position.cpp match = box; match 1126 Source/core/dom/Position.cpp if (match) match 1127 Source/core/dom/Position.cpp return match; match 123 Source/core/dom/SelectorQuery.cpp return selectorChecker.match(selectorCheckingContext, DOMSiblingTraversalStrategy()) == SelectorChecker::SelectorMatches; match 1894 Source/core/editing/TextIterator.cpp inline bool SearchBuffer::isBadMatch(const UChar* match, size_t matchLength) const match 1903 Source/core/editing/TextIterator.cpp normalizeCharactersIntoNFCForm(match, matchLength, m_normalizedMatch); match 109 Source/core/html/HTMLContentElement.cpp return selectorChecker.match(context, strategy) == SelectorChecker::SelectorMatches; match 49 Source/core/html/forms/BaseTextInputType.cpp int matchOffset = ScriptRegexp(pattern, TextCaseSensitive).match(value, 0, &matchLength); match 132 Source/core/html/forms/EmailInputType.cpp int matchOffset = regExp.match(address, 0, &matchLength); match 84 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(tagImpl, imgTag)) match 86 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(tagImpl, inputTag)) match 88 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(tagImpl, linkTag)) match 90 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(tagImpl, scriptTag)) match 115 Source/core/html/parser/HTMLPreloadScanner.cpp if (!match(m_tagImpl, imgTag) match 116 Source/core/html/parser/HTMLPreloadScanner.cpp && !match(m_tagImpl, inputTag) match 117 Source/core/html/parser/HTMLPreloadScanner.cpp && !match(m_tagImpl, linkTag) match 118 Source/core/html/parser/HTMLPreloadScanner.cpp && !match(m_tagImpl, scriptTag)) match 165 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(attributeName, charsetAttr)) match 168 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(m_tagImpl, scriptTag)) { match 169 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(attributeName, srcAttr)) match 171 Source/core/html/parser/HTMLPreloadScanner.cpp else if (match(attributeName, crossoriginAttr)) match 173 Source/core/html/parser/HTMLPreloadScanner.cpp } else if (match(m_tagImpl, imgTag)) { match 174 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(attributeName, srcAttr) && !m_encounteredImgSrc) { match 177 Source/core/html/parser/HTMLPreloadScanner.cpp } else if (match(attributeName, crossoriginAttr)) { match 180 Source/core/html/parser/HTMLPreloadScanner.cpp && match(attributeName, srcsetAttr) match 185 Source/core/html/parser/HTMLPreloadScanner.cpp } else if (match(m_tagImpl, linkTag)) { match 186 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(attributeName, hrefAttr)) match 188 Source/core/html/parser/HTMLPreloadScanner.cpp else if (match(attributeName, relAttr)) match 190 Source/core/html/parser/HTMLPreloadScanner.cpp else if (match(attributeName, mediaAttr)) match 192 Source/core/html/parser/HTMLPreloadScanner.cpp else if (match(attributeName, crossoriginAttr)) match 194 Source/core/html/parser/HTMLPreloadScanner.cpp } else if (match(m_tagImpl, inputTag)) { match 195 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(attributeName, srcAttr)) match 197 Source/core/html/parser/HTMLPreloadScanner.cpp else if (match(attributeName, typeAttr)) match 223 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(m_tagImpl, imgTag)) match 230 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(m_tagImpl, scriptTag)) match 232 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(m_tagImpl, imgTag) || (match(m_tagImpl, inputTag) && m_inputIsImage)) match 234 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(m_tagImpl, linkTag) && m_linkIsStyleSheet) match 244 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(m_tagImpl, linkTag) && !m_linkIsStyleSheet) match 246 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(m_tagImpl, inputTag) && !m_inputIsImage) match 335 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(tagImpl, templateTag)) { match 340 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(tagImpl, styleTag)) { match 351 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(tagImpl, templateTag)) { match 355 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(tagImpl, styleTag)) { match 359 Source/core/html/parser/HTMLPreloadScanner.cpp if (match(tagImpl, baseTag)) { match 70 Source/core/html/parser/TextResourceDecoder.cpp bool match = true; match 73 Source/core/html/parser/TextResourceDecoder.cpp match = false; match 77 Source/core/html/parser/TextResourceDecoder.cpp if (match) match 435 Source/core/html/track/vtt/VTTParser.cpp if (mode == Hours || input.match(':')) { match 48 Source/core/html/track/vtt/VTTScanner.cpp if (!match(c)) match 78 Source/core/html/track/vtt/VTTScanner.h bool match(char c) const { return !isAtEnd() && currentChar() == c; } match 62 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match('f')); match 63 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_FALSE(scanner.match('o')); match 66 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_FALSE(scanner.match('f')); match 67 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match('o')); match 73 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_FALSE(scanner.match('e')); match 130 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match('b')); match 133 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match('A')); match 162 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match('B')); match 165 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match('a')); match 197 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match(':')); match 203 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match(':')); match 227 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match(':')); match 269 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match(' ')); match 328 Source/core/html/track/vtt/VTTScannerTest.cpp EXPECT_TRUE(scanner.match('.')); match 76 Source/core/inspector/ContentSearchUtils.cpp if (regex->match(line, 0, &matchLength) != -1) match 107 Source/core/inspector/ContentSearchUtils.cpp while ((position = regex->match(content, start, &matchLength)) != -1) { match 180 Source/core/inspector/ContentSearchUtils.cpp String match = commentType == CSSMagicComment match 183 Source/core/inspector/ContentSearchUtils.cpp match = match.stripWhiteSpace(); match 186 Source/core/inspector/ContentSearchUtils.cpp for (unsigned i = 0; i < match.length(); ++i) { match 187 Source/core/inspector/ContentSearchUtils.cpp if (disallowedChars.find(match[i]) != kNotFound) match 191 Source/core/inspector/ContentSearchUtils.cpp return match; match 1318 Source/core/inspector/InspectorCSSAgent.cpp RefPtr<TypeBuilder::CSS::RuleMatch> match = TypeBuilder::CSS::RuleMatch::create() match 1321 Source/core/inspector/InspectorCSSAgent.cpp result->addItem(match); match 302 Source/core/inspector/InspectorDebuggerAgent.cpp return regex.match(url) != -1; match 480 Source/core/inspector/InspectorDebuggerAgent.cpp if (m_cachedSkipStackRegExp && !topFrameScriptUrl.isEmpty() && m_cachedSkipStackRegExp->match(topFrameScriptUrl) != -1) match 541 Source/core/inspector/InspectorDebuggerAgent.cpp if (!scriptUrl.isEmpty() && m_cachedSkipStackRegExp->match(scriptUrl) != -1) { match 1179 Source/core/inspector/InspectorStyleSheet.cpp while ((offset = comment.match(selector, offset, &matchLength)) >= 0) match 241 Source/core/rendering/RenderQuote.cpp Language* match = std::lower_bound(languages, languagesEnd, key); match 242 Source/core/rendering/RenderQuote.cpp if (match == languagesEnd || strcmp(match->lang, key.lang)) match 245 Source/core/rendering/RenderQuote.cpp if (!match->data) match 246 Source/core/rendering/RenderQuote.cpp match->data = QuotesData::create(match->open1, match->close1, match->open2, match->close2).leakRef(); match 248 Source/core/rendering/RenderQuote.cpp return match->data; match 24 Source/modules/serviceworkers/Cache.h ScriptPromise match(ExecutionContext*, const String& urlString); match 554 Source/modules/websockets/WebSocketHandshake.cpp bool match = false; match 555 Source/modules/websockets/WebSocketHandshake.cpp for (size_t i = 0; i < protocols.size() && !match; ++i) { match 556 Source/modules/websockets/WebSocketHandshake.cpp for (size_t j = 0; j < WTF_ARRAY_LENGTH(missingProtocolWhiteList) && !match; ++j) { match 558 Source/modules/websockets/WebSocketHandshake.cpp match = true; match 561 Source/modules/websockets/WebSocketHandshake.cpp if (!match) { match 212 Source/platform/URLPatternMatcher.cpp MatchTester match(m_path, test.path()); match 213 Source/platform/URLPatternMatcher.cpp return match.test(); match 162 Source/platform/exported/linux/WebFontInfo.cpp FcPattern* match = FcFontMatch(0, pattern, &result); match 167 Source/platform/exported/linux/WebFontInfo.cpp if (!match) match 173 Source/platform/exported/linux/WebFontInfo.cpp if (FcPatternGetBool(match, FC_ANTIALIAS, 0, &b) == FcResultMatch) match 175 Source/platform/exported/linux/WebFontInfo.cpp if (FcPatternGetBool(match, FC_EMBEDDED_BITMAP, 0, &b) == FcResultMatch) match 177 Source/platform/exported/linux/WebFontInfo.cpp if (FcPatternGetBool(match, FC_AUTOHINT, 0, &b) == FcResultMatch) match 179 Source/platform/exported/linux/WebFontInfo.cpp if (FcPatternGetBool(match, FC_HINTING, 0, &b) == FcResultMatch) match 181 Source/platform/exported/linux/WebFontInfo.cpp if (FcPatternGetInteger(match, FC_HINT_STYLE, 0, &i) == FcResultMatch) match 183 Source/platform/exported/linux/WebFontInfo.cpp if (FcPatternGetInteger(match, FC_RGBA, 0, &i) == FcResultMatch) { match 205 Source/platform/exported/linux/WebFontInfo.cpp FcPatternDestroy(match); match 297 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp bool match = true; match 300 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp match = false; match 304 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp EXPECT_TRUE(match); match 463 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp bool match = true; match 466 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp match = false; match 470 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp EXPECT_TRUE(match);