Searched refs:resize_amount_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc109 resize_amount_(0),
248 // subtracting resize_amount_ (the latter represents how far the user is
254 std::max(MinimumNonemptyWidth(), container_width_ - resize_amount_),
486 resize_amount_ = resize_amount;
504 resize_amount_ = static_cast<int>(resize_animation_->GetCurrentValue() *
512 resize_amount_ = 0;
H A Dbrowser_actions_container.h90 // class as the user drags it. This modifies the value for |resize_amount_|.
397 int resize_amount_; member in class:BrowserActionsContainer

Completed in 57 milliseconds