Home
last modified time | relevance | path

Searched refs:containsInternal (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DClassList.cpp71 return containsInternal(token); in contains()
74 bool ClassList::containsInternal(const AtomicString& token) const in containsInternal() function in WebCore::ClassList
91 else if (!containsInternal(token)) { in addInternal()
108 if (!containsInternal(token)) in removeInternal()
119 if (containsInternal(token)) { in toggle()
DClassList.h63 bool containsInternal(const AtomicString&) const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0623232 (WebCore::ClassList::containsInternal):
40357 (WebCore::DOMTokenList::containsInternal):
45611 … (WebCore::DOMTokenList::containsInternal): The internal methods do no validation of the token.