Searched defs:isPseudoElement (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNode.h242 bool isPseudoElement() const { return pseudoId() != NOPSEUDO; } function in class:WebCore::Node
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObject.h320 bool isPseudoElement() const { return node() && node()->isPseudoElement(); } function in class:WebCore::RenderObject

Completed in 95 milliseconds