HomeSort by relevance Sort by last modified time
    Searched defs:AnimationType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Drawer.js 64 WebInspector.Drawer.AnimationType = {
81 show: function(view, animationType)
129 this._currentAnimation = WebInspector.animateStyle(animations, this._animationDuration(animationType), animationCallback.bind(this));
131 if (animationType === WebInspector.Drawer.AnimationType.Immediately)
135 hide: function(animationType)
175 this._currentAnimation = WebInspector.animateStyle(animations, this._animationDuration(animationType), animationCallback.bind(this));
177 if (animationType === WebInspector.Drawer.AnimationType.Immediately)
199 _animationDuration: function(animationType)
    [all...]
  /external/chromium_org/ash/wm/
session_state_animator.h 33 enum AnimationType {
114 bool ContainersAreAnimated(int container_mask, AnimationType type) const;
118 bool RootWindowIsAnimated(AnimationType type) const;
152 AnimationType type,
159 AnimationType type,
166 AnimationType type,
171 void StartGlobalAnimation(AnimationType type,
177 AnimationType type,

Completed in 186 milliseconds