HomeSort by relevance Sort by last modified time
    Searched full:propertymatches (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 125 bool propertyMatches(CSSPropertyID, const CSSValue*) const;
PropertySetCSSStyleDeclaration.cpp 357 return m_propertySet->propertyMatches(propertyID, propertyValue);
StylePropertySet.cpp 516 bool StylePropertySet::propertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) const
530 if (style->propertyMatches(property.id(), property.value()))

Completed in 37 milliseconds