Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp593 const Vector<PropertyWrapperBase*> propertyWrappers() const { return m_propertyWrappers; } in propertyWrappers() function in WebCore::ShorthandPropertyWrapper
888 for (size_t i = 0; i < shorthandWrapper->propertyWrappers().size(); ++i) { in gatherEnclosingShorthandProperties()
889 PropertyWrapperBase* currWrapper = shorthandWrapper->propertyWrappers()[i]; in gatherEnclosingShorthandProperties()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1645835 (WebCore::ShorthandPropertyWrapper::propertyWrappers): Expose the vector