Home
last modified time | relevance | path

Searched refs:dialog_bounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/find_bar/
Dfind_bar_controller.cc171 const gfx::Rect& dialog_bounds, in GetLocationForFindbarView() argument
174 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()
Dfind_bar_controller.h74 const gfx::Rect& dialog_bounds,
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc363 const gfx::Rect dialog_bounds(dialog_host_->GetDialogPosition(gfx::Size()), in Layout() local
365 if (latest_dialog_bounds_ != dialog_bounds) { in Layout()
366 latest_dialog_bounds_ = dialog_bounds; in Layout()