Searched refs:callbackSelectors (Results 1 – 3 of 3) sorted by relevance
161 if (!style->callbackSelectors().isEmpty()) in isCacheable()
1637 …const Vector<String>& oldCallbackSelectors = oldStyle ? oldStyle->callbackSelectors() : emptyVecto… in updateCallbackSelectors()1638 …const Vector<String>& newCallbackSelectors = newStyle ? newStyle->callbackSelectors() : emptyVecto… in updateCallbackSelectors()
772 …const Vector<String>& callbackSelectors() const { return rareNonInheritedData->m_callbackSelectors… in callbackSelectors() function