HomeSort by relevance Sort by last modified time
    Searched refs:threadSafeMatch (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilderSimulator.cpp 44 return threadSafeMatch(tagName, bTag)
45 || threadSafeMatch(tagName, bigTag)
46 || threadSafeMatch(tagName, blockquoteTag)
47 || threadSafeMatch(tagName, bodyTag)
48 || threadSafeMatch(tagName, brTag)
49 || threadSafeMatch(tagName, centerTag)
50 || threadSafeMatch(tagName, codeTag)
51 || threadSafeMatch(tagName, ddTag)
52 || threadSafeMatch(tagName, divTag)
53 || threadSafeMatch(tagName, dlTag
    [all...]
HTMLParserIdioms.h 99 bool threadSafeMatch(const QualifiedName&, const QualifiedName&);
100 bool threadSafeMatch(const String&, const QualifiedName&);
CompactHTMLToken.cpp 87 if (threadSafeMatch(m_attributes.at(i).name, name))
HTMLParserIdioms.cpp 277 bool threadSafeMatch(const QualifiedName& a, const QualifiedName& b)
282 bool threadSafeMatch(const String& localName, const QualifiedName& qName)
XSSAuditor.cpp 114 bool threadSafeMatch(const Vector<UChar, inlineCapacity>& vector, const QualifiedName& qname)
121 return threadSafeMatch(token.name(), name);
190 return threadSafeMatch(attribute.name, SVGNames::valuesAttr);
558 if (threadSafeMatch(attributeName, srcAttr) && isLikelySafeResource(String(attribute.value)))
560 if (threadSafeMatch(attributeName, http_equivAttr) && !isDangerousHTTPEquiv(String(attribute.value)))
HTMLPreloadScanner.cpp 58 return threadSafeMatch(name, qName);

Completed in 36 milliseconds