paintOrderType     69 Source/core/css/SVGCSSComputedStyleDeclaration.cpp         EPaintOrderType paintOrderType = (EPaintOrderType)(paintorder & ((1 << kPaintOrderBitwidth) - 1));
paintOrderType     70 Source/core/css/SVGCSSComputedStyleDeclaration.cpp         switch (paintOrderType) {
paintOrderType     74 Source/core/css/SVGCSSComputedStyleDeclaration.cpp             list->append(CSSPrimitiveValue::create(paintOrderType));
paintOrderType   1210 Source/core/css/resolver/StyleBuilderCustom.cpp             EPaintOrderType paintOrderType = PT_NONE;
paintOrderType   1213 Source/core/css/resolver/StyleBuilderCustom.cpp                 paintOrderType = PT_FILL;
paintOrderType   1216 Source/core/css/resolver/StyleBuilderCustom.cpp                 paintOrderType = PT_STROKE;
paintOrderType   1219 Source/core/css/resolver/StyleBuilderCustom.cpp                 paintOrderType = PT_MARKERS;
paintOrderType   1226 Source/core/css/resolver/StyleBuilderCustom.cpp             paintOrder |= (paintOrderType << kPaintOrderBitwidth*i);
paintOrderType    348 Source/core/rendering/style/SVGRenderStyle.h     EPaintOrderType paintOrderType(unsigned index) const;
paintOrderType    262 Source/core/rendering/svg/RenderSVGShape.cpp                     switch (svgStyle->paintOrderType(i)) {
paintOrderType    322 Source/core/rendering/svg/SVGInlineTextBox.cpp             switch (svgStyle->paintOrderType(i)) {