Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/tray/
Dspecial_popup_row.cc123 gfx::Rect container_bounds = content_bounds; in Layout() local
124 container_bounds.ClampToCenteredSize(bounds.size()); in Layout()
125 container_bounds.set_x(content_bounds.width() - container_bounds.width()); in Layout()
126 button_container_->SetBoundsRect(container_bounds); in Layout()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_current_page_delegate_impl.cc98 gfx::Rect container_bounds; in DoPrerender() local
99 web_contents->GetView()->GetContainerBounds(&container_bounds); in DoPrerender()
106 container_bounds.size()); in DoPrerender()
114 container_bounds.size()); in DoPrerender()
/external/chromium_org/chrome/browser/android/omnibox/
Domnibox_prerender.cc137 gfx::Rect container_bounds; in DoPrerender() local
138 web_contents->GetView()->GetContainerBounds(&container_bounds); in DoPrerender()
143 container_bounds.size()); in DoPrerender()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc495 const gfx::Rect container_bounds = dock_container_->GetBoundsInScreen(); in GetAlignmentOfWindow() local
496 if (bounds.x() <= container_bounds.x() && in GetAlignmentOfWindow()
497 bounds.right() > container_bounds.x()) { in GetAlignmentOfWindow()
499 } else if (bounds.x() < container_bounds.right() && in GetAlignmentOfWindow()
500 bounds.right() >= container_bounds.right()) { in GetAlignmentOfWindow()
/external/chromium_org/chrome/browser/prerender/
Dprerender_local_predictor.cc603 gfx::Rect container_bounds; in OnLookupURL() local
604 source_web_contents->GetView()->GetContainerBounds(&container_bounds); in OnLookupURL()
605 info->size_.reset(new gfx::Size(container_bounds.size())); in OnLookupURL()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc389 gfx::Rect container_bounds = contents_->bounds(); in GetClientAreaBounds() local
390 gfx::Point container_origin = container_bounds.origin(); in GetClientAreaBounds()
392 container_bounds.set_origin(container_origin); in GetClientAreaBounds()
393 return container_bounds; in GetClientAreaBounds()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.cc428 gfx::Rect container_bounds((width() - container_size.width()) / 2, in Layout() local
432 container_->SetBoundsRect(container_bounds); in Layout()