Searched defs:min_y (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Ddesktop_notifications_unittest.cc362 int min_y = (*iter)->GetPosition().y(); local
363 int max_y = min_y + (*iter)->GetViewSize().height() - 1;
365 EXPECT_TRUE(box.Contains(gfx::Point(min_x, min_y)));
367 EXPECT_TRUE(box.Contains(gfx::Point(max_x, min_y)));
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer.cc330 const int min_y = work_area.y() + kMinVisibleHeight - bounds->height(); local
334 bounds->set_y(std::max(min_y, std::min(max_y, bounds->y())));
/external/kernel-headers/original/video/
H A Ddsscomp.h218 __u8 min_y; member in struct:dss2_decim

Completed in 72 milliseconds