Home
last modified time | relevance | path

Searched defs:contentAttrValues (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h92 Vector<AtomicString>& contentAttrValues() { return m_contentAttrValues; } in contentAttrValues() function
DStyleResolver.cpp576 static void addContentAttrValuesToFeatures(const Vector<AtomicString>& contentAttrValues, RuleFeatu… in addContentAttrValuesToFeatures()