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

  /external/chromium_org/chrome/browser/ui/panels/
panel_bounds_animation.h 30 virtual void AnimateToState(double state) OVERRIDE {}
  /external/chromium_org/ui/base/animation/
slide_animation.cc 52 AnimateToState(1.0); // Skip to the end of the animation.
74 AnimateToState(0.0); // Skip to the end of the animation.
93 void SlideAnimation::AnimateToState(double state) {
linear_animation.h 15 // Linear time bounded animation. As the animation progresses AnimateToState is
48 virtual void AnimateToState(double state) {}
slide_animation.h 77 virtual void AnimateToState(double state) OVERRIDE;
animation_unittest.cc 32 virtual void AnimateToState(double state) OVERRIDE {
47 virtual void AnimateToState(double state) OVERRIDE {
62 virtual void AnimateToState(double state) OVERRIDE {
linear_animation.cc 81 AnimateToState(state_);
101 AnimateToState(1.0);
animation_container_unittest.cc 36 virtual void AnimateToState(double state) OVERRIDE {
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.h 60 virtual void AnimateToState(double state) OVERRIDE;
long_press_affordance_handler.cc 337 void LongPressAffordanceHandler::AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 48 virtual void AnimateToState(double state);
164 void DownloadStartedAnimationGtk::AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 50 virtual void AnimateToState(double state);
151 void DownloadStartedAnimationWin::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc 55 virtual void AnimateToState(double state) OVERRIDE;
157 void DownloadStartedAnimationWin::AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 57 virtual void AnimateToState(double state) OVERRIDE;
content_setting_image_view.cc 233 void ContentSettingImageView::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 57 virtual void AnimateToState(double state) OVERRIDE;
179 void DownloadStartedAnimationGtk::AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 151 void AnimateToState(double state);
315 void StatusBubbleViews::StatusView::AnimateToState(double state) {
486 void AnimateToState(double state);
503 void StatusBubbleViews::StatusViewExpander::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/extensions/
extension_action.h 103 virtual void AnimateToState(double state) OVERRIDE;
extension_action.cc 143 void ExtensionAction::IconAnimation::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 159 virtual void AnimateToState(double state) OVERRIDE;
324 void StatusBubbleViews::StatusView::AnimateToState(double state) {
492 virtual void AnimateToState(double state) OVERRIDE;
509 void StatusBubbleViews::StatusViewExpander::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 194 void AnimateToState(double state);
732 void ExpandableContainerView::DetailsView::AnimateToState(double state) {
839 details_view_->AnimateToState(animation->GetCurrentValue());
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 119 virtual void AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 222 virtual void AnimateToState(double state) {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 291 virtual void AnimateToState(double state) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 327 virtual void AnimateToState(double state) OVERRIDE {
    [all...]

Completed in 808 milliseconds