Searched defs:resize_amount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dresize_area.cc71 void ResizeArea::ReportResizeAmount(int resize_amount, bool last_update) { argument
72 gfx::Point point(resize_amount, 0);
74 resize_amount = point.x() - initial_position_;
75 delegate_->OnResize(base::i18n::IsRTL() ? -resize_amount : resize_amount,
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc648 void BrowserActionsContainer::OnResize(int resize_amount, bool done_resizing) { argument
650 resize_amount_ = resize_amount;
655 // Up until now we've only been modifying the resize_amount, but now it is
660 std::min(std::max(0, container_width_ - resize_amount), max_width);

Completed in 597 milliseconds