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

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h 103 // size for the container (animation_target_size_), clamp that value to the
114 // size (animation_target_size_), using |resize_amount| to keep track of the
152 bool animating() const { return animation_target_size_ > 0; }
423 int animation_target_size_; member in class:BrowserActionsContainer
browser_actions_container.cc 133 animation_target_size_(0),
254 return WidthToIconCount(animation_target_size_);
678 (container_width_ - animation_target_size_));
683 container_width_ = animation_target_size_;
684 animation_target_size_ = 0;
    [all...]

Completed in 44 milliseconds