Searched defs:max_x (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Ddesktop_notifications_unittest.cc361 int max_x = min_x + (*iter)->GetViewSize().width() - 1; local
367 EXPECT_TRUE(box.Contains(gfx::Point(max_x, min_y)));
368 EXPECT_TRUE(box.Contains(gfx::Point(max_x, max_y)));
/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc220 int max_x = 0, max_y = 0; local
222 max_x = std::max(max_x, static_cast<int>(polygon[i].x));
245 SkIntToScalar(max_x), SkIntToScalar(max_y) };
287 exclude[0].x = max_x - difference; // Top left corner.
290 exclude[1].x = max_x; // Top right corner.
293 exclude[2].x = max_x; // Bottom right corner.
296 exclude[3].x = max_x - difference; // Bottom left corner.
H A Dbrowser_actions_container.cc546 int max_x = GetPreferredSize().width(); local
547 if ((IconCountToWidth(-1, false) > max_x) && !suppress_chevron_) {
550 max_x -=
564 if (x + icon_width <= max_x) {
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer.cc333 const int max_x = work_area.right() - kMinVisibleWidth; local
335 bounds->set_x(std::max(min_x, std::min(max_x, bounds->x())));
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_milan.h121 unsigned long max_x; /* max. possible width */ member in struct:screeninfo
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc531 int max_x = tabstrip_bounds.right() - tab_size.width(); local
533 if (x > max_x && screen_point.x() <= tabstrip_bounds.right())
534 x = max_x;
542 x = std::min(std::max(x, tabstrip_bounds.x()), max_x);
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1671 int max_x = width - overflow_pref.width() - kButtonPadding - local
1674 max_x -= other_bookmarked_pref.width() + kButtonPadding;
1684 max_x - x),
1697 child->SetVisible(next_x < max_x);
1711 x = max_x + kButtonPadding;
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc1080 int max_x = attached_tabstrip_->width() - size; local
1081 x = std::min(std::max(x, 0), max_x);
/external/kernel-headers/original/video/
H A Ddsscomp.h217 __u8 max_x; /* 0 is same as 255 */ member in struct:dss2_decim
/external/kernel-headers/original/linux/
H A Dfb.h490 __u8 max_x; /* Maximum horizontal size (cm) */ member in struct:fb_monspecs

Completed in 154 milliseconds