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
|