Searched defs:hasClass (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DStyledElement.cpp222 bool hasClass = i < length; local
223 setHasClass(hasClass);
224 if (hasClass) {
H A DNode.h287 bool hasClass() const { return getFlag(HasClassFlag); } function in class:WebCore::Node
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.cpp941 bool QWebElement::hasClass(const QString &name) const function in class:QWebElement

Completed in 470 milliseconds