Searched defs:tab_strip_point (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc723 gfx::Point tab_strip_point(point_in_screen);
724 views::View::ConvertPointFromScreen(attached_tabstrip_, &tab_strip_point);
726 attached_tabstrip_->GetMirroredXInView(tab_strip_point.x());
898 gfx::Point tab_strip_point(point_in_screen);
899 views::View::ConvertPointFromScreen(attached_tabstrip_, &tab_strip_point);
900 tab_strip_point.set_x(
901 attached_tabstrip_->GetMirroredXInView(tab_strip_point.x()));
902 tab_strip_point.Offset(0, -mouse_offset_.y());
904 GetDraggedViewTabStripBounds(tab_strip_point));
906 attach_x_ = tab_strip_point
1272 GetDraggedViewTabStripBounds( const gfx::Point& tab_strip_point) argument
[all...]

Completed in 183 milliseconds