Home
last modified time | relevance | path

Searched refs:tab_strip_point (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc723 gfx::Point tab_strip_point(point_in_screen); in MoveAttached() local
724 views::View::ConvertPointFromScreen(attached_tabstrip_, &tab_strip_point); in MoveAttached()
726 attached_tabstrip_->GetMirroredXInView(tab_strip_point.x()); in MoveAttached()
898 gfx::Point tab_strip_point(point_in_screen); in Attach() local
899 views::View::ConvertPointFromScreen(attached_tabstrip_, &tab_strip_point); in Attach()
900 tab_strip_point.set_x( in Attach()
901 attached_tabstrip_->GetMirroredXInView(tab_strip_point.x())); in Attach()
902 tab_strip_point.Offset(0, -mouse_offset_.y()); in Attach()
904 GetDraggedViewTabStripBounds(tab_strip_point)); in Attach()
906 attach_x_ = tab_strip_point.x(); in Attach()
[all …]
Dtab_drag_controller.h340 gfx::Rect GetDraggedViewTabStripBounds(const gfx::Point& tab_strip_point);
Dtab_strip.cc1990 gfx::Point tab_strip_point(event.location()); in UpdateStackedLayoutFromMouseEvent() local
1991 views::View::ConvertPointToTarget(source, this, &tab_strip_point); in UpdateStackedLayoutFromMouseEvent()
1992 Tab* tab = FindTabForEvent(tab_strip_point); in UpdateStackedLayoutFromMouseEvent()