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

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 132 resize_amount_(0),
351 // subtracting resize_amount_ (the latter represents how far the user is
357 std::max(MinimumNonemptyWidth(), container_width_ - resize_amount_),
650 resize_amount_ = resize_amount;
677 resize_amount_ = static_cast<int>(resize_animation_->GetCurrentValue() *
685 resize_amount_ = 0;
    [all...]
browser_actions_container.h 97 // class as the user drags it. This modifies the value for |resize_amount_|.
419 int resize_amount_; member in class:BrowserActionsContainer

Completed in 47 milliseconds