Home | History | Annotate | Download | only in html

Lines Matching refs:IsMatch

281 class IsMatch {
283 IsMatch(const HTMLCollectionType& list)
299 static inline IsMatch<HTMLCollectionType> makeIsMatch(const HTMLCollectionType& list) { return IsMatch<HTMLCollectionType>(list); }
367 IsMatch<HTMLCollection> isMatch(*this);
368 for (Element* next = ElementTraversal::nextSibling(currentElement, isMatch); next; next = ElementTraversal::nextSibling(*next, isMatch)) {
383 IsMatch<HTMLCollection> isMatch(*this);
384 for (Element* previous = ElementTraversal::previousSibling(currentElement, isMatch); previous; previous = ElementTraversal::previousSibling(*previous, isMatch)) {