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

  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc 132 void AnimatingDesktopController::StopAnimating() {
135 layer->GetAnimator()->StopAnimating();
  /external/chromium_org/ui/compositor/
layer_animator.h 160 void StopAnimating() { StopAnimatingInternal(false); }
162 // This is similar to StopAnimating, but aborts rather than finishes the
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 689 StopAnimating();
737 void ShelfLayoutManager::StopAnimating() {
738 GetLayer(shelf_)->GetAnimator()->StopAnimating();
739 GetLayer(shelf_->status_area_widget())->GetAnimator()->StopAnimating();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 163 void TabDragControllerTest::StopAnimating(TabStrip* tab_strip) {
164 tab_strip->StopAnimating(true);
169 StopAnimating(GetTabStripForBrowser(browser));
    [all...]
tab_strip.cc 567 StopAnimating(false);
794 StopAnimating(true);
942 void TabStrip::StopAnimating(bool layout) {
    [all...]

Completed in 610 milliseconds