Searched refs:dialog_bounds (Results 1 – 3 of 3) sorted by relevance
171 const gfx::Rect& dialog_bounds, in GetLocationForFindbarView() argument174 int boundary = dialog_bounds.width() - view_location.width(); in GetLocationForFindbarView()177 view_location.set_x(std::max(view_location.x(), dialog_bounds.x())); in GetLocationForFindbarView()193 if (new_pos.x() + new_pos.width() > dialog_bounds.width()) in GetLocationForFindbarView()
74 const gfx::Rect& dialog_bounds,
363 const gfx::Rect dialog_bounds(dialog_host_->GetDialogPosition(gfx::Size()), in Layout() local365 if (latest_dialog_bounds_ != dialog_bounds) { in Layout()366 latest_dialog_bounds_ = dialog_bounds; in Layout()