Home | History | Annotate | Download | only in css

Lines Matching refs:PseudoElement

47 #include "core/dom/PseudoElement.h"
648 String pseudoElement = PseudoElement::pseudoElementNameForEvents(m_target->pseudoId());
649 RefPtrWillBeRawPtr<TransitionEvent> event = TransitionEvent::create(eventType, propertyName, elapsedTime, pseudoElement);