Home
last modified time | relevance | path

Searched refs:callbackSelectors (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchedPropertiesCache.cpp161 if (!style->callbackSelectors().isEmpty()) in isCacheable()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1637 …const Vector<String>& oldCallbackSelectors = oldStyle ? oldStyle->callbackSelectors() : emptyVecto… in updateCallbackSelectors()
1638 …const Vector<String>& newCallbackSelectors = newStyle ? newStyle->callbackSelectors() : emptyVecto… in updateCallbackSelectors()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h772 …const Vector<String>& callbackSelectors() const { return rareNonInheritedData->m_callbackSelectors… in callbackSelectors() function