Searched refs:tab_strip_point (Results 1 – 3 of 3) sorted by relevance
723 gfx::Point tab_strip_point(point_in_screen); in MoveAttached() local724 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() local899 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 …]
340 gfx::Rect GetDraggedViewTabStripBounds(const gfx::Point& tab_strip_point);
1990 gfx::Point tab_strip_point(event.location()); in UpdateStackedLayoutFromMouseEvent() local1991 views::View::ConvertPointToTarget(source, this, &tab_strip_point); in UpdateStackedLayoutFromMouseEvent()1992 Tab* tab = FindTabForEvent(tab_strip_point); in UpdateStackedLayoutFromMouseEvent()