Lines Matching defs:point
48 #include "ui/gfx/point.h"
475 const gfx::Point& midpoint) {
481 gfx::Point midpoint_in_view(GetMirroredXInView(midpoint.x()),
539 const gfx::Point& location_in_screen_coordinates,
562 const gfx::Point& location_in_screen_coordinates) {
573 const gfx::Point& location_in_screen_coordinates) {
613 gfx::Point pt = drag_and_drop_view->GetBoundsInScreen().CenterPoint();
615 gfx::Point point_in_root = location_in_screen_coordinates;
629 bool ShelfView::Drag(const gfx::Point& location_in_screen_coordinates) {
634 gfx::Point pt = location_in_screen_coordinates;
638 gfx::Point point_in_root = location_in_screen_coordinates;
1018 gfx::Point drag_point(event.location());
1075 gfx::Point screen_location = event.root_location();
1211 gfx::Point relative_to = GetBoundsInScreen().origin();
1359 bool ShelfView::ShouldHideTooltip(const gfx::Point& cursor_location) {
1378 gfx::Point origin(GetMirroredXWithWidthInView(0, preferred_size.width()), 0);
1411 gfx::Point origin(GetMirroredXWithWidthInView(0, preferred_size.width()), 0);
1820 gfx::Point(),
1827 const gfx::Point& point,
1837 Shell::GetInstance()->ShowContextMenu(point, source_type);
1855 point,
1862 const gfx::Point& click_point,
2007 int ShelfView::CalculateShelfDistance(const gfx::Point& coordinate) const {