Home | History | Annotate | Download | only in shelf

Lines Matching defs:start_point

1425   gfx::Point start_point = button->GetBoundsInScreen().CenterPoint();
1426 gfx::Point rip_off_point(start_point.x(), 0);
1427 generator.MoveMouseTo(start_point.x(), start_point.y());
1606 gfx::Point start_point = button->GetBoundsInScreen().CenterPoint();
1607 wm::ConvertPointFromScreen(second_root, &start_point);
1609 aura::test::EventGenerator generator(second_root, start_point);
1613 generator.MoveMouseTo(start_point.x() + 400, start_point.y());