Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLParser.cpp315 static bool isScopingTag(const AtomicString& tagName) in isScopingTag() function
1328 else if (isScopingTag(tagName)) in pushBlock()
1440 else if (isScopingTag(elem->tagName)) in popOneBlockCommon()
1489 } else if (isScopingTag(tagName)) in checkIfHasPElementInScope()
/external/webkit/WebCore/
DChangeLog-2008-08-1013644 (WebCore::isScopingTag): Added. Returns whether the given tag represents