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

  /external/chromium/chrome/browser/ui/tabs/
dock_info_mac.cc 7 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds,
dock_info.cc 122 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds,
138 new_window_bounds->SetRect(monitor_bounds_.x(), window_bounds.y(),
143 new_window_bounds->SetRect(monitor_bounds_.x() + half_m_width,
149 new_window_bounds->SetRect(window_bounds.x(), monitor_bounds_.y(),
154 new_window_bounds->SetRect(window_bounds.x(),
160 new_window_bounds->SetRect(monitor_bounds_.x(), monitor_bounds_.y(),
165 new_window_bounds->SetRect(monitor_bounds_.right() - half_m_width,
170 new_window_bounds->SetRect(monitor_bounds_.x(),
dock_info.h 113 // Returns the bounds for the new window in |new_window_bounds|. If the new
117 bool GetNewWindowBounds(gfx::Rect* new_window_bounds,
  /external/chromium/chrome/browser/ui/
browser.cc 2516 gfx::Rect new_window_bounds = window_bounds; local
    [all...]

Completed in 35 milliseconds