Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.h192 void addParsedProperties(const Vector<CSSProperty, 256>&);
DStylePropertySet.cpp348 void MutableStylePropertySet::addParsedProperties(const Vector<CSSProperty, 256>& properties) in addParsedProperties() function in WebCore::MutableStylePropertySet
DCSSParser-in.cpp1132 declaration->addParsedProperties(m_parsedProperties); in parseValue()
1250 declaration->addParsedProperties(m_parsedProperties); in parseDeclaration()