Home | History | Annotate | Download | only in dom

Lines Matching defs:pseudoElement

30 #include "core/dom/PseudoElement.h"
52 void setPseudoElement(PseudoId, PassRefPtrWillBeRawPtr<PseudoElement>);
53 PseudoElement* pseudoElement(PseudoId) const;
149 RefPtrWillBeMember<PseudoElement> m_generatedBefore;
150 RefPtrWillBeMember<PseudoElement> m_generatedAfter;
151 RefPtrWillBeMember<PseudoElement> m_backdrop;
191 inline void ElementRareData::setPseudoElement(PseudoId pseudoId, PassRefPtrWillBeRawPtr<PseudoElement> element)
214 inline PseudoElement* ElementRareData::pseudoElement(PseudoId pseudoId) const