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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp183 RefPtr<PlatformCAAnimation> animation = create(animationType(), keyPath());
199 if (animationType() == Keyframe) {
347 if (animationType() != Basic)
356 if (animationType() != Basic)
365 if (animationType() != Basic)
375 if (animationType() != Basic)
392 if (animationType() != Basic || value->animationType() != Basic)
400 if (animationType() != Basic)
409 if (animationType() !
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm189 RefPtr<PlatformCAAnimation> animation = create(animationType(), keyPath());
206 if (animationType() == Keyframe) {
357 if (animationType() != Basic)
364 if (animationType() != Basic)
372 if (animationType() != Basic)
385 if (animationType() != Basic)
407 if (animationType() != Basic || value->animationType() != Basic)
416 if (animationType() != Basic)
423 if (animationType() !
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDrawer.js70 show: function(view, animationType)
102 this._getAnimationStyles(animationType).forEach(document.body.addStyleClass, document.body);
116 if (animationType === WebInspector.Drawer.AnimationType.Immediately)
125 hide: function(animationType)
141 this._getAnimationStyles(animationType).forEach(document.body.addStyleClass, document.body);
159 if (animationType === WebInspector.Drawer.AnimationType.Immediately)
190 _getAnimationStyles: function(animationType)
192 switch (animationType) {
H A Dinspector.js105 var animationType = window.event && window.event.shiftKey ? WebInspector.Drawer.AnimationType.Slow : WebInspector.Drawer.AnimationType.Normal;
108 this.drawer.show(this.consoleView, animationType);
112 this.drawer.hide(animationType);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DPlatformClutterAnimation.cpp295 if (animationType() != Basic || m_fromValue == value)
303 if (animationType() != Basic || m_fromValueMatrix == value)
311 if (animationType() != Basic || m_fromValue3D == value)
329 if (animationType() != Basic || m_toValue == value)
337 if (animationType() != Basic || m_toValueMatrix == value)
345 if (animationType() != Basic || m_toValue3D == value)
363 ASSERT(animationType() == Keyframe);
370 ASSERT(animationType() == Keyframe);
377 ASSERT(animationType() == Keyframe);
394 ASSERT(animationType()
[all...]
H A DPlatformClutterAnimation.h68 AnimationType animationType() const { return m_type; } function in class:WebCore::PlatformClutterAnimation
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCAAnimation.h72 AnimationType animationType() const { return m_type; } function in class:WebCore::PlatformCAAnimation

Completed in 168 milliseconds