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

  /external/chromium/chrome/browser/ui/views/
browser_actions_container.h 240 // size for the container (animation_target_size_), clamp that value to the
251 // size (animation_target_size_), using |resize_amount| to keep track of the
283 bool animating() const { return animation_target_size_ > 0; }
512 int animation_target_size_; member in class:BrowserActionsContainer
browser_actions_container.cc 360 animation_target_size_(0),
770 (container_width_ - animation_target_size_));
775 container_width_ = animation_target_size_;
776 animation_target_size_ = 0;
    [all...]

Completed in 61 milliseconds