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

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 109 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;
    [all...]
browser_actions_container.h 90 // class as the user drags it. This modifies the value for |resize_amount_|.
397 int resize_amount_; member in class:BrowserActionsContainer

Completed in 1298 milliseconds