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

  /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,
session_state_animator.cc 319 SessionStateAnimator::AnimationType type) {
391 int container_mask, AnimationType type) const {
404 bool SessionStateAnimator::TestApi::RootWindowIsAnimated(AnimationType type)
505 AnimationType type,
517 AnimationType type,
532 AnimationType type,
543 void SessionStateAnimator::StartGlobalAnimation(AnimationType type,
551 AnimationType type,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsolePanel.js 50 WebInspector.drawer.hide(WebInspector.Drawer.AnimationType.Immediately);
59 WebInspector.drawer.show(this._view, WebInspector.Drawer.AnimationType.Immediately);
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...]
inspector.js 102 var animationType = window.event && window.event.shiftKey ? WebInspector.Drawer.AnimationType.Slow : WebInspector.Drawer.AnimationType.Normal;
105 this.closeConsole(animationType);
107 this.showConsole(animationType);
133 this.drawer.show(view, WebInspector.Drawer.AnimationType.Immediately);
145 this.drawer.hide(WebInspector.Drawer.AnimationType.Immediately);
160 * @param {WebInspector.Drawer.AnimationType=} animationType
162 showConsole: function(animationType)
    [all...]

Completed in 115 milliseconds