Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp438 inline bool containsId(const CSSPropertyID* set, unsigned length, CSSPropertyID id) in containsId() function
460 if (!property.isImportant() && containsId(set, length, property.id())) in removePropertiesInSet()