Searched refs:NoFillMode (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DPlatformCAAnimation.h44 enum FillModeType { NoFillMode, Forwards, Backwards, Both }; enumerator in enum:WebCore::PlatformCAAnimation::FillModeType
H A DGraphicsLayerCA.cpp2479 PlatformCAAnimation::FillModeType fillMode = PlatformCAAnimation::NoFillMode;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCAAnimationRemote.h257 , fillMode(NoFillMode)
H A DPlatformCAAnimationRemote.mm756 if (properties.fillMode != PlatformCAAnimation::NoFillMode)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp45 case PlatformCAAnimation::NoFillMode:
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm53 case PlatformCAAnimation::NoFillMode:
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreeTransaction.mm795 case PlatformCAAnimation::NoFillMode: ts << "none"; break;

Completed in 148 milliseconds