Searched defs:Animate (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button_delegate.h23 enum Animate { enum in class:ash::FrameSizeButtonDelegate
34 virtual void SetButtonsToNormal(Animate animate) = 0;
40 Animate animate) = 0;
H A Dframe_caption_button.h24 enum Animate { enum in class:ash::FrameCaptionButton
39 Animate animate,
/external/chromium_org/cc/animation/
H A Dscrollbar_animation_controller.cc29 void ScrollbarAnimationController::Animate(base::TimeTicks now) { function in class:cc::ScrollbarAnimationController
H A Dlayer_animation_controller.cc126 void LayerAnimationController::Animate(base::TimeTicks monotonic_time) { function in class:cc::LayerAnimationController
/external/chromium_org/ui/base/android/
H A Dwindow_android.cc85 void WindowAndroid::Animate(base::TimeTicks begin_frame_time) { function in class:ui::WindowAndroid
/external/chromium_org/cc/input/
H A Dtop_controls_manager.cc166 gfx::Vector2dF TopControlsManager::Animate(base::TimeTicks monotonic_time) { function in class:cc::TopControlsManager
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_handle.cc178 bool TouchHandle::Animate(base::TimeTicks frame_time) { function in class:content::TouchHandle
H A Dtouch_handle_unittest.cc106 void Animate(TouchHandle& handle) { function in class:content::TouchHandleTest
109 while (handle.Animate(now))
174 Animate(handle);
184 Animate(handle);
250 while (handle.Animate(now)) {
289 EXPECT_FALSE(handle.Animate(base::TimeTicks::Now()));
405 Animate(handle);
H A Dtouch_selection_controller.cc193 bool TouchSelectionController::Animate(base::TimeTicks frame_time) { function in class:content::TouchSelectionController
195 return insertion_handle_->Animate(frame_time);
198 bool needs_animate = start_selection_handle_->Animate(frame_time);
199 needs_animate |= end_selection_handle_->Animate(frame_time);
H A Dtouch_selection_controller_unittest.cc125 void Animate() { function in class:content::TouchSelectionControllerTest
128 needs_animate_ = controller_->Animate(now);
135 Animate();
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.h161 enum Animate { enum in class:ash::ImmersiveFullscreenController
205 int GetAnimationDuration(Animate animate) const;
210 void MaybeStartReveal(Animate animate);
218 void MaybeEndReveal(Animate animate);
/external/chromium_org/content/browser/android/
H A Doverscroll_glow.cc149 bool OverscrollGlow::Animate(base::TimeTicks current_time) { function in class:content::OverscrollGlow
/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay.cc102 void Animate() { function in class:content::OverlayDismissAnimator
207 (new OverlayDismissAnimator(overlay_dismiss_layer.Pass()))->Animate();
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc34 // Maximum time between a fling event's timestamp and the first |Animate| call
417 // its sufficiently close to the timestamp of the first call |Animate()|.
600 void InputHandlerProxy::Animate(base::TimeTicks time) { function in class:content::InputHandlerProxy
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc399 void Animate() { function in class:Graphics3DInstance
469 Animate();
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc399 void Animate() { function in class:CubeInstance
473 Animate();
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc279 Animate(gfx::Tween::EASE_OUT,
586 Animate(gfx::Tween::EASE_OUT, new_icon_count);
671 Animate(gfx::Tween::EASE_OUT, visible_icons);
857 Animate(gfx::Tween::LINEAR, GetIconCount());
895 Animate(gfx::Tween::EASE_OUT, browser_action_views_.size());
954 Animate(gfx::Tween::EASE_OUT, GetIconCount());
965 Animate(gfx::Tween::LINEAR, GetIconCount());
1085 void BrowserActionsContainer::Animate(gfx::Tween::Type tween_type, function in class:BrowserActionsContainer
1090 // Animate! We have to set the animation_target_size_ after calling Reset(),
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc1335 bool RenderWidgetHostViewAndroid::Animate(base::TimeTicks frame_time) { function in class:content::RenderWidgetHostViewAndroid
1337 overscroll_effect_ ? overscroll_effect_->Animate(frame_time) : false;
1339 needs_animate |= selection_controller_->Animate(frame_time);
1687 if (Animate(begin_frame_time))
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc169 layer_tree_host_impl_->Animate(
413 void LayerTreeHostImpl::Animate(base::TimeTicks monotonic_time) { function in class:cc::LayerTreeHostImpl
415 input_handler_client_->Animate(monotonic_time);
2983 gfx::Vector2dF scroll = top_controls_manager_->Animate(time);
3013 (*iter).second->Animate(monotonic_time);
3085 scrollbar_controller->Animate(time);

Completed in 340 milliseconds