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 673 StopAnimating();
728 void ShelfLayoutManager::StopAnimating() {
729 GetLayer(shelf_)->GetAnimator()->StopAnimating();
730 GetLayer(shelf_->status_area_widget())->GetAnimator()->StopAnimating();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 164 void TabDragControllerTest::StopAnimating(TabStrip* tab_strip) {
165 tab_strip->StopAnimating(true);
170 StopAnimating(GetTabStripForBrowser(browser));
    [all...]
tab_strip.cc 551 StopAnimating(false);
778 StopAnimating(true);
944 void TabStrip::StopAnimating(bool layout) {
    [all...]

Completed in 203 milliseconds