Home | History | Annotate | Download | only in aura

Lines Matching defs:root_window

334   const Window* root_window = GetRootWindow();
335 return root_window ? root_window->host_ : NULL;
544 Window* root_window = GetRootWindow();
545 if (root_window && old_root != root_window) {
546 root_window->GetHost()->dispatcher()->OnWindowAddedToRootWindow(child);
638 Window* root_window = GetRootWindow();
639 DCHECK(root_window);
641 ConvertPointToTarget(this, root_window, &point_in_root);
642 root_window->GetHost()->MoveCursorTo(point_in_root);
664 const Window* root_window = GetRootWindow();
665 if (!root_window)
668 ConvertPointToTarget(root_window, this, &local_point);
746 Window* root_window = GetRootWindow();
747 if (!root_window)
749 client::GetCaptureClient(root_window)->SetCapture(this);
753 Window* root_window = GetRootWindow();
754 if (!root_window)
756 client::GetCaptureClient(root_window)->ReleaseCapture(this);
760 Window* root_window = GetRootWindow();
761 if (!root_window)
763 client::CaptureClient* capture_client = client::GetCaptureClient(root_window);
1016 Window* root_window = child->GetRootWindow();
1018 if (root_window && root_window != new_root_window)