Searched refs:outOperations (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DTransformFunctions.cpp84 bool transformsForValue(const RenderStyle* style, const RenderStyle* rootStyle, CSSValue* value, TransformOperations& outOperations) argument
87 outOperations.clear();
325 outOperations = operations;
H A DStyleResolver.h306 bool createFilterOperations(CSSValue* inValue, RenderStyle* inStyle, RenderStyle* rootStyle, FilterOperations& outOperations);
H A DStyleResolver.cpp3881 bool StyleResolver::createFilterOperations(CSSValue* inValue, RenderStyle* style, RenderStyle* rootStyle, FilterOperations& outOperations) argument
3883 ASSERT(outOperations.isEmpty());
4033 outOperations = operations;

Completed in 156 milliseconds