Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/
Dwindow_sizer.cc262 static const int kMinVisibleWidth = 30; variable
287 bounds->set_width(std::max(kMinVisibleWidth, bounds->width())); in AdjustBoundsToBeVisibleOnMonitorContaining()
331 const int min_x = work_area.x() + kMinVisibleWidth - bounds->width(); in AdjustBoundsToBeVisibleOnMonitorContaining()
333 const int max_x = work_area.right() - kMinVisibleWidth; in AdjustBoundsToBeVisibleOnMonitorContaining()