Searched refs:hasPseudoElements (Results 1 – 4 of 4) sorted by relevance
151 bool hasPseudoElements() const;236 inline bool ElementRareData::hasPseudoElements() const in hasPseudoElements() function
1283 ASSERT(!hasRareData() || !elementRareData()->hasPseudoElements()); in insertedInto()1321 ASSERT(!hasRareData() || !elementRareData()->hasPseudoElements()); in removedFrom()
199 hasPseudoElements: function() method in WebInspector.DOMNode
2189 …mentsTreeOutline.showShadowDOM() && this._node.hasShadowRoots()) || this._node.hasPseudoElements())