Searched defs:containsProperty (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DKeyframeList.h47 bool containsProperty(int prop) const { return m_properties.contains(prop); } function in class:WebCore::KeyframeValue
81 bool containsProperty(int prop) const { return m_properties.contains(prop); } function in class:WebCore::KeyframeList

Completed in 53 milliseconds