HomeSort by relevance Sort by last modified time
    Searched refs:new_window_bounds (Results 1 - 8 of 8) 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_org/chrome/browser/ui/cocoa/tabs/
dock_info_mac.cc 7 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds,
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.cc 112 bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds,
128 new_window_bounds->SetRect(monitor_bounds_.x(), window_bounds.y(),
133 new_window_bounds->SetRect(monitor_bounds_.x() + half_m_width,
139 new_window_bounds->SetRect(window_bounds.x(), monitor_bounds_.y(),
144 new_window_bounds->SetRect(window_bounds.x(),
150 new_window_bounds->SetRect(monitor_bounds_.x(), monitor_bounds_.y(),
155 new_window_bounds->SetRect(monitor_bounds_.right() - half_m_width,
160 new_window_bounds->SetRect(monitor_bounds_.x(),
dock_info.h 94 // Returns the bounds for the new window in |new_window_bounds|. If the new
98 bool GetNewWindowBounds(gfx::Rect* new_window_bounds,
  /external/chromium_org/chrome/browser/ui/
browser_tab_strip_model_delegate.cc 53 gfx::Rect new_window_bounds = window_bounds; local
54 if (dock_info.GetNewWindowBounds(&new_window_bounds, &maximize))
60 params.initial_bounds = new_window_bounds;
  /external/chromium/chrome/browser/ui/
browser.cc 2516 gfx::Rect new_window_bounds = window_bounds; local
    [all...]

Completed in 76 milliseconds