HomeSort by relevance Sort by last modified time
    Searched refs:center_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 141 RECT center_bounds = {0}; local
144 ::GetWindowRect(parent, &center_bounds);
147 if (::IsRectEmpty(&center_bounds)) {
154 center_bounds = mi.rcWork;
160 window_bounds.left = center_bounds.left;
161 if (pref.width() < (center_bounds.right - center_bounds.left)) {
163 (center_bounds.right - center_bounds.left - pref.width()) / 2;
167 window_bounds.top = center_bounds.top
    [all...]
  /external/chromium_org/ui/views/controls/
label_unittest.cc 495 gfx::Rect center_bounds(text_bounds);
552 EXPECT_EQ(center_bounds.width(), text_bounds.width());
553 EXPECT_EQ(center_bounds.height(), text_bounds.height());
570 EXPECT_EQ(center_bounds.width(), text_bounds.width());
571 EXPECT_EQ(center_bounds.height(), text_bounds.height());
588 EXPECT_EQ(center_bounds.width(), text_bounds.width());
589 EXPECT_EQ(center_bounds.height(), text_bounds.height());
776 gfx::Rect center_bounds(text_bounds);
835 EXPECT_EQ(center_bounds.width(), text_bounds.width())
    [all...]

Completed in 96 milliseconds