Searched refs:tabstrip_bounds (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc322 gfx::Rect tabstrip_bounds = local
324 if (screen_point.x() < tabstrip_bounds.right() &&
325 screen_point.x() >= tabstrip_bounds.x()) {
328 int upper_threshold = tabstrip_bounds.bottom() + kVerticalDetachMagnetism;
329 int lower_threshold = tabstrip_bounds.y() - kVerticalDetachMagnetism;
512 gfx::Rect tabstrip_bounds = local
517 if (x < tabstrip_bounds.x() && screen_point.x() >= tabstrip_bounds.x())
518 x = tabstrip_bounds.x();
522 int vertical_detach_point = tabstrip_bounds
[all...]
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_win.cc264 gfx::Rect tabstrip_bounds(
267 tabstrip_bounds.y() : tabstrip_bounds.bottom()) + kDWMFrameTopOffset;
H A Dbrowser_view_layout.cc297 gfx::Rect tabstrip_bounds(
299 gfx::Point tabstrip_origin(tabstrip_bounds.origin());
302 tabstrip_bounds.set_origin(tabstrip_origin);
305 vertical_layout_rect_.Inset(tabstrip_bounds.width(), 0, 0, 0);
308 tabstrip_->SetBoundsRect(tabstrip_bounds);
310 tabstrip_bounds.y() : tabstrip_bounds.bottom();
H A Dopaque_browser_frame_view.cc414 gfx::Rect tabstrip_bounds(browser_view_->tabstrip()->bounds());
415 gfx::Point tabstrip_origin(tabstrip_bounds.origin());
418 tabstrip_bounds.set_origin(tabstrip_origin);
420 (l.x() > tabstrip_bounds.right()) : (l.y() > tabstrip_bounds.bottom()))
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc378 gfx::Rect tabstrip_bounds = local
380 if (screen_point.x() < tabstrip_bounds.right() &&
381 screen_point.x() >= tabstrip_bounds.x()) {
384 int upper_threshold = tabstrip_bounds.bottom() + kVerticalDetachMagnetism;
385 int lower_threshold = tabstrip_bounds.y() - kVerticalDetachMagnetism;
573 gfx::Rect tabstrip_bounds = local
578 if (x < tabstrip_bounds.x() && screen_point.x() >= tabstrip_bounds.x())
579 x = tabstrip_bounds.x();
583 int vertical_detach_point = tabstrip_bounds
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_root_window_host_win.cc272 gfx::Rect tabstrip_bounds(
274 tabstrip_bounds = ui::win::DIPToScreenRect(tabstrip_bounds);
275 margins.cyTopHeight = tabstrip_bounds.bottom() + kDWMFrameTopOffset;
H A Dbrowser_frame_win.cc441 gfx::Rect tabstrip_bounds(
443 tabstrip_bounds = ui::win::DIPToScreenRect(tabstrip_bounds);
444 margins.cyTopHeight = tabstrip_bounds.bottom() + kDWMFrameTopOffset;
H A Dbrowser_view_layout.cc387 gfx::Rect tabstrip_bounds(delegate_->GetBoundsForTabStrip(tab_strip_));
388 gfx::Point tabstrip_origin(tabstrip_bounds.origin());
391 tabstrip_bounds.set_origin(tabstrip_origin);
394 tab_strip_->SetBoundsRect(tabstrip_bounds);
395 int bottom = tabstrip_bounds.bottom();
H A Dbrowser_view_unittest.cc47 gfx::Rect tabstrip_bounds(
49 gfx::Point tabstrip_origin(tabstrip_bounds.origin());
H A Dbrowser_non_client_frame_view_ash.cc181 gfx::Rect tabstrip_bounds(browser_view()->tabstrip()->bounds());
182 if (client_point.y() < tabstrip_bounds.y() + kTabShadowHeight)
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.cc97 gfx::Rect tabstrip_bounds(
99 gfx::Point tabstrip_origin = tabstrip_bounds.origin();
102 tabstrip_bounds.set_origin(tabstrip_origin);
104 LayoutTitlebarComponentsWithVerticalTabs(tabstrip_bounds) :
105 LayoutTitlebarComponents(tabstrip_bounds);
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc831 gfx::Rect tabstrip_bounds = GetViewScreenBounds(tabstrip); local
833 if (screen_point.x() < tabstrip_bounds.right() &&
834 screen_point.x() >= tabstrip_bounds.x()) {
837 int upper_threshold = tabstrip_bounds.bottom() + kVerticalDetachMagnetism;
838 int lower_threshold = tabstrip_bounds.y() - kVerticalDetachMagnetism;
845 if (screen_point.y() < tabstrip_bounds.bottom() &&
846 screen_point.y() >= tabstrip_bounds.y()) {
847 int upper_threshold = tabstrip_bounds.right() +
849 int lower_threshold = tabstrip_bounds.x() - kHorizontalDetachMagnetism;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc1063 gfx::Rect tabstrip_bounds = GetViewScreenBounds(attached_tabstrip_); local
1064 if (DoesRectContainVerticalPointExpanded(tabstrip_bounds,
1114 gfx::Rect tabstrip_bounds = GetViewScreenBounds(tabstrip); local
1115 return point_in_screen.x() < tabstrip_bounds.right() &&
1116 point_in_screen.x() >= tabstrip_bounds.x() &&
1117 DoesRectContainVerticalPointExpanded(tabstrip_bounds,

Completed in 411 milliseconds