HomeSort by relevance Sort by last modified time
    Searched defs:popup_width (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 99 int DockInfo::popup_width() { function in class:DockInfo
228 int x = hot_spot_.x() - popup_width() / 2;
236 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height());
244 x += popup_width() / 2;
247 x -= popup_width() / 2;
256 return gfx::Rect(x, y, popup_width(), popup_height());
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.cc 89 int DockInfo::popup_width() { function in class:DockInfo
218 int x = hot_spot_.x() - popup_width() / 2;
226 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height());
234 x += popup_width() / 2;
237 x -= popup_width() / 2;
246 return gfx::Rect(x, y, popup_width(), popup_height());
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 138 int popup_width = popup_bounds().width(); local
152 int available_width = popup_width - RowWidthWithoutText(i);
603 int popup_width = RoundedElementBounds().width(); local
610 popup_width = std::max(popup_width, row_size);
613 return popup_width;
731 int popup_width = std::min(popup_required_width, local
736 if (right_available >= popup_width || right_available >= left_available)
737 return std::make_pair(right_growth_start, popup_width);
739 return std::make_pair(left_growth_end - popup_width, popup_width)
    [all...]

Completed in 279 milliseconds