root_window_       69 apps/shell/browser/shell_desktop_controller.cc       : root_window_(root_window) {}
root_window_       77 apps/shell/browser/shell_desktop_controller.cc       params->parent = root_window_;
root_window_       81 apps/shell/browser/shell_desktop_controller.cc   aura::Window* root_window_;  // Not owned.
root_window_      130 ash/display/root_window_transformers.cc       : root_window_(root) {
root_window_      156 ash/display/root_window_transformers.cc     bounds = ui::ConvertRectToDIP(root_window_->layer(), bounds);
root_window_      179 ash/display/root_window_transformers.cc   aura::Window* root_window_;
root_window_      146 ash/magnifier/magnification_controller.cc   aura::Window* root_window_;
root_window_      177 ash/magnifier/magnification_controller.cc     : root_window_(Shell::GetPrimaryRootWindow()),
root_window_      184 ash/magnifier/magnification_controller.cc   root_window_->AddObserver(this);
root_window_      185 ash/magnifier/magnification_controller.cc   point_of_interest_ = root_window_->bounds().CenterPoint();
root_window_      189 ash/magnifier/magnification_controller.cc   root_window_->RemoveObserver(this);
root_window_      199 ash/magnifier/magnification_controller.cc   if (!root_window_->bounds().Contains(mouse_in_root))
root_window_      200 ash/magnifier/magnification_controller.cc     mouse_in_root = root_window_->bounds().CenterPoint();
root_window_      216 ash/magnifier/magnification_controller.cc       ui::ConvertPointToDIP(root_window_->layer(), position);
root_window_      223 ash/magnifier/magnification_controller.cc   DCHECK(root_window_);
root_window_      263 ash/magnifier/magnification_controller.cc       root_window_->layer()->GetAnimator());
root_window_      272 ash/magnifier/magnification_controller.cc       Shell::GetScreen()->GetDisplayNearestWindow(root_window_);
root_window_      274 ash/magnifier/magnification_controller.cc       CreateRootWindowTransformerForDisplay(root_window_, display));
root_window_      275 ash/magnifier/magnification_controller.cc   root_window_->GetHost()->SetRootWindowTransformer(transformer.Pass());
root_window_      288 ash/magnifier/magnification_controller.cc       root_window_->layer()->GetAnimator()->StopAnimating();
root_window_      314 ash/magnifier/magnification_controller.cc   DCHECK(root_window_);
root_window_      363 ash/magnifier/magnification_controller.cc         MoveCursorTo(root_window_->GetHost(), mouse);
root_window_      370 ash/magnifier/magnification_controller.cc   DCHECK(root_window_);
root_window_      373 ash/magnifier/magnification_controller.cc       aura::client::GetCursorClient(root_window_);
root_window_      386 ash/magnifier/magnification_controller.cc   return root_window_->bounds().size();
root_window_      390 ash/magnifier/magnification_controller.cc   const gfx::Size size_in_dip = root_window_->bounds().size();
root_window_      420 ash/magnifier/magnification_controller.cc     MoveCursorTo(root_window_->GetHost(), position_after_animation_);
root_window_      424 ash/magnifier/magnification_controller.cc         aura::client::GetCursorClient(root_window_);
root_window_      436 ash/magnifier/magnification_controller.cc   if (root_window == root_window_) {
root_window_      464 ash/magnifier/magnification_controller.cc   if (new_root_window == root_window_)
root_window_      471 ash/magnifier/magnification_controller.cc   root_window_->RemoveObserver(this);
root_window_      475 ash/magnifier/magnification_controller.cc   root_window_ = new_root_window;
root_window_      477 ash/magnifier/magnification_controller.cc   root_window_->AddObserver(this);
root_window_      558 ash/magnifier/magnification_controller.cc     if (current_root != root_window_) {
root_window_      590 ash/magnifier/magnification_controller.cc   if (current_root == root_window_) {
root_window_       20 ash/shelf/shelf_alignment_menu.cc   DCHECK(root_window_);
root_window_       37 ash/shelf/shelf_alignment_menu.cc   return ShelfLayoutManager::ForShelf(root_window_)
root_window_       60 ash/shelf/shelf_alignment_menu.cc                                               root_window_);
root_window_       66 ash/shelf/shelf_alignment_menu.cc                                               root_window_);
root_window_       72 ash/shelf/shelf_alignment_menu.cc                                               root_window_);
root_window_       41 ash/shelf/shelf_alignment_menu.h   aura::Window* root_window_;
root_window_      197 ash/shelf/shelf_layout_manager.cc     : root_window_(shelf->GetNativeView()->GetRootWindow()),
root_window_      215 ash/shelf/shelf_layout_manager.cc   aura::client::GetActivationClient(root_window_)->AddObserver(this);
root_window_      225 ash/shelf/shelf_layout_manager.cc   aura::client::GetActivationClient(root_window_)->RemoveObserver(this);
root_window_      234 ash/shelf/shelf_layout_manager.cc                     OnAutoHideBehaviorChanged(root_window_,
root_window_      331 ash/shelf/shelf_layout_manager.cc             root_window_)->GetWindowForFullscreenMode();
root_window_      747 ash/shelf/shelf_layout_manager.cc         root_window_, target_bounds.work_area_insets);
root_window_      894 ash/shelf/shelf_layout_manager.cc   const gfx::Rect& available_bounds(root_window_->bounds());
root_window_     1066 ash/shelf/shelf_layout_manager.cc         root_window_ == windows[i]->GetRootWindow()) {
root_window_     1149 ash/shelf/shelf_layout_manager.cc   gfx::Rect bounds(root_window_->bounds());
root_window_     1170 ash/shelf/shelf_layout_manager.cc     Shell::GetInstance()->SetDisplayWorkAreaInsets(root_window_, gfx::Insets());
root_window_      341 ash/shelf/shelf_layout_manager.h   aura::Window* root_window_;
root_window_       19 ash/shell/context_menu.cc       root_window_(root),
root_window_       21 ash/shell/context_menu.cc   DCHECK(root_window_);
root_window_       36 ash/shell/context_menu.cc       return Shell::GetInstance()->GetShelfAutoHideBehavior(root_window_) ==
root_window_       58 ash/shell/context_menu.cc           shell->GetShelfAutoHideBehavior(root_window_) ==
root_window_       62 ash/shell/context_menu.cc           root_window_);
root_window_       41 ash/shell/context_menu.h   aura::Window* root_window_;
root_window_      145 ash/sticky_keys/sticky_keys_unittest.cc     root_window_ = target_->GetRootWindow();
root_window_      156 ash/sticky_keys/sticky_keys_unittest.cc     return target_ ? target_ : root_window_;
root_window_      299 ash/sticky_keys/sticky_keys_unittest.cc   aura::Window* root_window_;
root_window_      101 ash/system/web_notification/web_notification_tray.cc   aura::Window* root_window_;
root_window_      110 ash/system/web_notification/web_notification_tray.cc       root_window_(NULL),
root_window_      144 ash/system/web_notification/web_notification_tray.cc   root_window_ = root_window;
root_window_      197 ash/system/web_notification/web_notification_tray.cc   shelf_ = ShelfLayoutManager::ForShelf(root_window_);
root_window_       22 ash/touch/touch_observer_hud.cc       root_window_(initial_root),
root_window_       40 ash/touch/touch_observer_hud.cc       Shell::GetContainer(root_window_, kShellWindowId_OverlayContainer);
root_window_       55 ash/touch/touch_observer_hud.cc   root_window_->AddPreTargetHandler(this);
root_window_       73 ash/touch/touch_observer_hud.cc   root_window_->RemovePreTargetHandler(this);
root_window_       75 ash/touch/touch_observer_hud.cc   RootWindowController* controller = GetRootWindowController(root_window_);
root_window_      117 ash/touch/touch_observer_hud.cc   if (!root_window_)
root_window_      120 ash/touch/touch_observer_hud.cc   root_window_->RemovePreTargetHandler(this);
root_window_      122 ash/touch/touch_observer_hud.cc   RootWindowController* controller = GetRootWindowController(root_window_);
root_window_      127 ash/touch/touch_observer_hud.cc       Shell::GetContainer(root_window_,
root_window_      130 ash/touch/touch_observer_hud.cc   root_window_ = NULL;
root_window_      134 ash/touch/touch_observer_hud.cc   if (root_window_)
root_window_      137 ash/touch/touch_observer_hud.cc   root_window_ = Shell::GetInstance()->display_controller()->
root_window_      142 ash/touch/touch_observer_hud.cc       Shell::GetContainer(root_window_, kShellWindowId_OverlayContainer));
root_window_      144 ash/touch/touch_observer_hud.cc   RootWindowController* controller = GetRootWindowController(root_window_);
root_window_      147 ash/touch/touch_observer_hud.cc   root_window_->AddPreTargetHandler(this);
root_window_       81 ash/touch/touch_observer_hud.h   aura::Window* root_window_;
root_window_      192 ash/touch/touch_observer_hud_unittest.cc     return hud->root_window_;
root_window_       12 ash/wm/overview/window_selector_item.cc     : root_window_(NULL),
root_window_       24 ash/wm/overview/window_selector_item.cc   root_window_ = root_window;
root_window_       32 ash/wm/overview/window_selector_item.cc   DCHECK(root_window_);
root_window_       34 ash/wm/overview/window_selector_item.cc   SetItemBounds(root_window_, target_bounds_, false);
root_window_       79 ash/wm/overview/window_selector_item.h   aura::Window* root_window_;
root_window_       27 ash/wm/screen_dimmer.cc     : root_window_(root_window),
root_window_       29 ash/wm/screen_dimmer.cc   root_window_->AddObserver(this);
root_window_       33 ash/wm/screen_dimmer.cc   root_window_->RemoveObserver(this);
root_window_       44 ash/wm/screen_dimmer.cc     ui::Layer* root_layer = root_window_->layer();
root_window_       55 ash/wm/screen_dimmer.h   aura::Window* root_window_;
root_window_       16 ash/wm/system_background_controller.cc     : root_window_(root_window),
root_window_       18 ash/wm/system_background_controller.cc   root_window_->AddObserver(this);
root_window_       21 ash/wm/system_background_controller.cc   ui::Layer* root_layer = root_window_->layer();
root_window_       28 ash/wm/system_background_controller.cc   root_window_->RemoveObserver(this);
root_window_       39 ash/wm/system_background_controller.cc   DCHECK_EQ(root_window_, root);
root_window_       40 ash/wm/system_background_controller.cc   layer_->SetBounds(gfx::Rect(root_window_->layer()->bounds().size()));
root_window_       43 ash/wm/system_background_controller.h   aura::Window* root_window_;  // not owned
root_window_       38 ash/wm/workspace/workspace_layout_manager.cc       root_window_(window->GetRootWindow()),
root_window_       46 ash/wm/workspace/workspace_layout_manager.cc   root_window_->AddObserver(this);
root_window_       50 ash/wm/workspace/workspace_layout_manager.cc   if (root_window_)
root_window_       51 ash/wm/workspace/workspace_layout_manager.cc     root_window_->RemoveObserver(this);
root_window_      156 ash/wm/workspace/workspace_layout_manager.cc   if (params.new_parent && params.new_parent->GetRootWindow() == root_window_) {
root_window_      180 ash/wm/workspace/workspace_layout_manager.cc   if (root_window_ == window) {
root_window_      181 ash/wm/workspace/workspace_layout_manager.cc     root_window_->RemoveObserver(this);
root_window_      182 ash/wm/workspace/workspace_layout_manager.cc     root_window_ = NULL;
root_window_      189 ash/wm/workspace/workspace_layout_manager.cc   if (root_window_ == window) {
root_window_      126 ash/wm/workspace/workspace_layout_manager.h   aura::Window* root_window_;
root_window_       40 chrome/browser/chromeos/ui/focus_ring_layer.cc   if (!layer_ || root_window != root_window_) {
root_window_       41 chrome/browser/chromeos/ui/focus_ring_layer.cc     root_window_ = root_window;
root_window_       56 chrome/browser/chromeos/ui/focus_ring_layer.cc   aura::Window::ConvertPointToTarget(window_, root_window_, &origin);
root_window_      107 chrome/browser/chromeos/ui/focus_ring_layer.cc   aura::Window::ConvertPointToTarget(window_, root_window_, &origin);
root_window_       49 chrome/browser/chromeos/ui/focus_ring_layer.h   aura::Window* root_window_;
root_window_       46 chrome/browser/ui/ash/launcher/launcher_context_menu.cc       root_window_(root),
root_window_       49 chrome/browser/ui/ash/launcher/launcher_context_menu.cc   DCHECK(root_window_);
root_window_       61 chrome/browser/ui/ash/launcher/launcher_context_menu.cc       root_window_(root),
root_window_       64 chrome/browser/ui/ash/launcher/launcher_context_menu.cc   DCHECK(root_window_);
root_window_       77 chrome/browser/ui/ash/launcher/launcher_context_menu.cc       root_window_(root),
root_window_       79 chrome/browser/ui/ash/launcher/launcher_context_menu.cc   DCHECK(root_window_);
root_window_      174 chrome/browser/ui/ash/launcher/launcher_context_menu.cc       controller_->CanUserModifyShelfAutoHideBehavior(root_window_)) {
root_window_      232 chrome/browser/ui/ash/launcher/launcher_context_menu.cc       return controller_->GetShelfAutoHideBehavior(root_window_) ==
root_window_      253 chrome/browser/ui/ash/launcher/launcher_context_menu.cc       return controller_->CanUserModifyShelfAutoHideBehavior(root_window_);
root_window_      313 chrome/browser/ui/ash/launcher/launcher_context_menu.cc       controller_->ToggleShelfAutoHideBehavior(root_window_);
root_window_      105 chrome/browser/ui/ash/launcher/launcher_context_menu.h   aura::Window* root_window_;
root_window_       18 chrome/browser/ui/gtk/view_id_util_browsertest.cc   ViewIDTest() : root_window_(NULL) {}
root_window_       21 chrome/browser/ui/gtk/view_id_util_browsertest.cc     if (!root_window_)
root_window_       22 chrome/browser/ui/gtk/view_id_util_browsertest.cc       root_window_ = GTK_WIDGET(browser()->window()->GetNativeWindow());
root_window_       24 chrome/browser/ui/gtk/view_id_util_browsertest.cc     ASSERT_TRUE(root_window_);
root_window_       25 chrome/browser/ui/gtk/view_id_util_browsertest.cc     EXPECT_EQ(should_have, !!ViewIDUtil::GetWidget(root_window_, id))
root_window_       30 chrome/browser/ui/gtk/view_id_util_browsertest.cc   GtkWidget* root_window_;
root_window_      219 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc       : root_window_(root_window) {}
root_window_      225 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc     return root_window_->GetHost();
root_window_      230 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc     return aura::client::GetScreenPositionClient(root_window_);
root_window_      234 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc   aura::Window* root_window_;
root_window_       38 content/browser/android/content_view_render_view.cc       root_window_(root_window),
root_window_      129 content/browser/android/content_view_render_view.cc     compositor_.reset(Compositor::Create(this, root_window_));
root_window_       55 content/browser/android/content_view_render_view.h   gfx::NativeWindow root_window_;
root_window_      263 content/browser/renderer_host/backing_store_gtk.cc   pixmap_ = XCreatePixmap(display_, root_window_,
root_window_      290 content/browser/renderer_host/backing_store_gtk.cc       root_window_(0),
root_window_      319 content/browser/renderer_host/backing_store_gtk.cc   Pixmap pixmap = XCreatePixmap(display_, root_window_, width, height,
root_window_      390 content/browser/renderer_host/backing_store_gtk.cc     pixmap = XShmCreatePixmap(display_, root_window_, NULL, &shminfo,
root_window_      395 content/browser/renderer_host/backing_store_gtk.cc     pixmap = XCreatePixmap(display_, root_window_, width, height, 32);
root_window_       43 content/browser/renderer_host/backing_store_gtk.h   XID root_window() const { return root_window_; }
root_window_       94 content/browser/renderer_host/backing_store_gtk.h   const XID root_window_;
root_window_      311 content/browser/renderer_host/compositor_impl_android.cc   root_window_->DetachCompositor();
root_window_      588 content/browser/renderer_host/compositor_impl_android.cc   root_window_->OnCompositingDidCommit();
root_window_      136 content/browser/renderer_host/compositor_impl_android.h   gfx::NativeWindow root_window_;
root_window_      111 remoting/host/input_injector_linux.cc     Window root_window_;
root_window_      174 remoting/host/input_injector_linux.cc       root_window_(BadValue),
root_window_      184 remoting/host/input_injector_linux.cc   root_window_ = RootWindow(display_, DefaultScreen(display_));
root_window_      185 remoting/host/input_injector_linux.cc   if (root_window_ == BadValue) {
root_window_       15 ui/aura/client/default_capture_client.cc     : root_window_(root_window),
root_window_       17 ui/aura/client/default_capture_client.cc   SetCaptureClient(root_window_, this);
root_window_       21 ui/aura/client/default_capture_client.cc   SetCaptureClient(root_window_, NULL);
root_window_       35 ui/aura/client/default_capture_client.cc   CaptureDelegate* capture_delegate = root_window_->GetHost()->dispatcher();
root_window_       28 ui/aura/client/default_capture_client.h   Window* root_window_;
root_window_       38 ui/aura/test/event_generator.cc       : root_window_(root_window) {}
root_window_       43 ui/aura/test/event_generator.cc     return root_window_->GetHost();
root_window_       52 ui/aura/test/event_generator.cc   Window* root_window_;
root_window_       22 ui/aura/test/test_cursor_client.cc   client::SetCursorClient(root_window_, NULL);
root_window_       53 ui/aura/test/test_cursor_client.h   aura::Window* root_window_;
root_window_       13 ui/aura/test/test_window_tree_client.cc     : root_window_(root_window) {
root_window_       14 ui/aura/test/test_window_tree_client.cc   client::SetWindowTreeClient(root_window_, this);
root_window_       18 ui/aura/test/test_window_tree_client.cc   client::SetWindowTreeClient(root_window_, NULL);
root_window_       24 ui/aura/test/test_window_tree_client.cc   return root_window_;
root_window_       26 ui/aura/test/test_window_tree_client.h   Window* root_window_;
root_window_      233 ui/aura/window_event_dispatcher_unittest.cc       : root_window_(root_window),
root_window_      235 ui/aura/window_event_dispatcher_unittest.cc     client::SetEventClient(root_window_, this);
root_window_      237 ui/aura/window_event_dispatcher_unittest.cc         test::CreateTestWindowWithBounds(root_window_->bounds(), root_window_);
root_window_      240 ui/aura/window_event_dispatcher_unittest.cc         test::CreateTestWindowWithBounds(root_window_->bounds(), root_window_);
root_window_      244 ui/aura/window_event_dispatcher_unittest.cc     client::SetEventClient(root_window_, NULL);
root_window_      261 ui/aura/window_event_dispatcher_unittest.cc     return root_window_->GetChildById(kLockWindowId);
root_window_      264 ui/aura/window_event_dispatcher_unittest.cc     return root_window_->GetChildById(kNonLockWindowId);
root_window_      280 ui/aura/window_event_dispatcher_unittest.cc   Window* root_window_;
root_window_       43 ui/aura/window_tree_host.cc       : root_window_(root_window),
root_window_       62 ui/aura/window_tree_host.cc     gfx::RectF new_bounds(ui::ConvertRectToDIP(root_window_->layer(), bounds));
root_window_       74 ui/aura/window_tree_host.cc   const Window* root_window_;
root_window_       30 ui/views/controls/menu/display_change_listener_aura.cc   aura::Window* root_window_;
root_window_       39 ui/views/controls/menu/display_change_listener_aura.cc   if (root_window_)
root_window_       40 ui/views/controls/menu/display_change_listener_aura.cc     root_window_->AddObserver(this);
root_window_       44 ui/views/controls/menu/display_change_listener_aura.cc   if (root_window_)
root_window_       45 ui/views/controls/menu/display_change_listener_aura.cc     root_window_->RemoveObserver(this);
root_window_       56 ui/views/controls/menu/display_change_listener_aura.cc   DCHECK_EQ(window, root_window_);
root_window_       57 ui/views/controls/menu/display_change_listener_aura.cc   root_window_->RemoveObserver(this);
root_window_       58 ui/views/controls/menu/display_change_listener_aura.cc   root_window_ = NULL;
root_window_      418 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc       root_window_(root_window),
root_window_      795 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   root_window_->GetHost()->ConvertPointFromNativeScreen(&root_location);
root_window_      797 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc       root_window_->GetEventHandlerForPoint(root_location);
root_window_      817 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   aura::Window::ConvertPointToTarget(root_window_, target_window_, &location);
root_window_      175 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h   aura::Window* root_window_;
root_window_       26 ui/views/widget/desktop_aura/desktop_drop_target_win.cc       root_window_(root_window),
root_window_       99 ui/views/widget/desktop_aura/desktop_drop_target_win.cc   root_window_->GetHost()->ConvertPointFromNativeScreen(
root_window_      102 ui/views/widget/desktop_aura/desktop_drop_target_win.cc       root_window_->GetEventHandlerForPoint(root_location);
root_window_      121 ui/views/widget/desktop_aura/desktop_drop_target_win.cc   aura::Window::ConvertPointToTarget(root_window_, target_window_, &location);
root_window_       66 ui/views/widget/desktop_aura/desktop_drop_target_win.h   aura::Window* root_window_;
root_window_      164 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc       : root_window_(root_window) {
root_window_      165 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc     aura::client::SetWindowTreeClient(root_window_, this);
root_window_      168 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc     aura::client::SetWindowTreeClient(root_window_, NULL);
root_window_      182 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc           DesktopNativeWidgetAura::ForWindow(root_window_);
root_window_      189 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc     return root_window_;
root_window_      193 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc   aura::Window* root_window_;
root_window_       41 ui/views/widget/desktop_aura/desktop_screen_position_client.cc     aura::Window* root_window) : root_window_(root_window) {
root_window_       42 ui/views/widget/desktop_aura/desktop_screen_position_client.cc   aura::client::SetScreenPositionClient(root_window_, this);
root_window_       46 ui/views/widget/desktop_aura/desktop_screen_position_client.cc   aura::client::SetScreenPositionClient(root_window_, NULL);
root_window_       33 ui/views/widget/desktop_aura/desktop_screen_position_client.h   aura::Window* root_window_;
root_window_      111 ui/wm/core/capture_controller.cc     : root_window_(root) {
root_window_      128 ui/wm/core/capture_controller.cc   DCHECK_EQ(window, root_window_);
root_window_      133 ui/wm/core/capture_controller.cc   if (!root_window_)
root_window_      136 ui/wm/core/capture_controller.cc   root_window_->RemoveObserver(this);
root_window_      137 ui/wm/core/capture_controller.cc   capture_controller_->Detach(root_window_);
root_window_      142 ui/wm/core/capture_controller.cc   root_window_ = NULL;
root_window_       79 ui/wm/core/capture_controller.h   aura::Window* root_window_;
root_window_      218 ui/wm/core/focus_controller_unittest.cc       : root_window_(root_window) {
root_window_      219 ui/wm/core/focus_controller_unittest.cc     aura::client::GetActivationClient(root_window_)->AddObserver(this);
root_window_      220 ui/wm/core/focus_controller_unittest.cc     aura::client::GetFocusClient(root_window_)->AddObserver(this);
root_window_      223 ui/wm/core/focus_controller_unittest.cc     aura::client::GetActivationClient(root_window_)->RemoveObserver(this);
root_window_      224 ui/wm/core/focus_controller_unittest.cc     aura::client::GetFocusClient(root_window_)->RemoveObserver(this);
root_window_      228 ui/wm/core/focus_controller_unittest.cc   aura::Window* root_window_;
root_window_      386 ui/wm/core/transient_window_manager_unittest.cc       : root_window_(root_window) {
root_window_      387 ui/wm/core/transient_window_manager_unittest.cc     root_window_->SetLayoutManager(this);
root_window_      400 ui/wm/core/transient_window_manager_unittest.cc     Window::Windows::const_iterator it = root_window_->children().begin();
root_window_      402 ui/wm/core/transient_window_manager_unittest.cc     for (; it != root_window_->children().end(); ++it) {
root_window_      405 ui/wm/core/transient_window_manager_unittest.cc           root_window_->StackChildAbove(last_window, *it);
root_window_      407 ui/wm/core/transient_window_manager_unittest.cc           root_window_->StackChildAbove(*it, last_window);
root_window_      418 ui/wm/core/transient_window_manager_unittest.cc   Window* root_window_;