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

  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 359 resize_amount_(0),
524 // subtracting resize_amount_ (the latter represents how far the user is
530 std::max(ContainerMinSize(), container_width_ - resize_amount_),
751 resize_amount_ = resize_amount;
769 resize_amount_ = static_cast<int>(resize_animation_->GetCurrentValue() *
777 resize_amount_ = 0;
    [all...]
browser_actions_container.h 234 // class as the user drags it. This modifies the value for |resize_amount_|.
508 int resize_amount_; member in class:BrowserActionsContainer

Completed in 169 milliseconds