Home
last modified time | relevance | path

Searched refs:new_window_bounds (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
Ddock_info.cc122 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds, in GetNewWindowBounds() argument
138 new_window_bounds->SetRect(monitor_bounds_.x(), window_bounds.y(), in GetNewWindowBounds()
143 new_window_bounds->SetRect(monitor_bounds_.x() + half_m_width, in GetNewWindowBounds()
149 new_window_bounds->SetRect(window_bounds.x(), monitor_bounds_.y(), in GetNewWindowBounds()
154 new_window_bounds->SetRect(window_bounds.x(), in GetNewWindowBounds()
160 new_window_bounds->SetRect(monitor_bounds_.x(), monitor_bounds_.y(), in GetNewWindowBounds()
165 new_window_bounds->SetRect(monitor_bounds_.right() - half_m_width, in GetNewWindowBounds()
170 new_window_bounds->SetRect(monitor_bounds_.x(), in GetNewWindowBounds()
Ddock_info_mac.cc7 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds, in GetNewWindowBounds() argument
Ddock_info.h117 bool GetNewWindowBounds(gfx::Rect* new_window_bounds,
/external/chromium/chrome/browser/ui/
Dbrowser.cc2516 gfx::Rect new_window_bounds = window_bounds; in CreateNewStripWithContents() local
2517 if (dock_info.GetNewWindowBounds(&new_window_bounds, &maximize)) in CreateNewStripWithContents()
2522 browser->set_override_bounds(new_window_bounds); in CreateNewStripWithContents()