Searched defs:AllElementsSelectorQueryTrait (Results 1 – 1 of 1) sorted by relevance
53 struct AllElementsSelectorQueryTrait { struct54 typedef WillBeHeapVector<RefPtrWillBeMember<Element> > OutputType;55 static const bool shouldOnlyMatchFirstElement = false;56 ALWAYS_INLINE static void appendElement(OutputType& output, Element& element) in appendElement()