Home | History | Annotate | Download | only in aura

Lines Matching refs:point_in_root

640   gfx::Point point_in_root(point_in_window);
641 ConvertPointToTarget(this, root_window, &point_in_root);
642 root_window->GetHost()->MoveCursorTo(point_in_root);
663 bool Window::ContainsPointInRoot(const gfx::Point& point_in_root) const {
667 gfx::Point local_point(point_in_root);