HomeSort by relevance Sort by last modified time
    Searched defs:target_root (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/
stacking_controller.cc 68 aura::Window* target_root = NULL; local
72 target_root = transient_parent->GetRootWindow();
74 target_root = FindContainerRoot(bounds);
81 return GetSystemModalContainer(target_root, window);
85 return GetAlwaysOnTopController(target_root)->GetContainer(window);
87 return GetContainerById(target_root,
91 return GetContainerById(target_root, kShellWindowId_PanelContainer);
93 return GetAlwaysOnTopController(target_root)->GetContainer(window);
95 return GetContainerById(target_root, kShellWindowId_MenuContainer);
97 return GetContainerById(target_root,
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 185 aura::Window* target_root = target->GetRootWindow(); local
188 target, target_root, target_root->GetBoundsInScreen());
201 aura::Window* target_root = target->GetRootWindow(); local
204 target, target_root, gfx::Rect(last_location_, gfx::Size()));
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 573 aura::Window* target_root = anchor_widget ? local
576 rect = target_root->bounds();
585 rect = ScreenUtil::ConvertRectToScreen(target_root, rect);
591 rect = ScreenUtil::ConvertRectToScreen(target_root, rect);
597 rect = ScreenUtil::ConvertRectToScreen(target_root, rect);

Completed in 189 milliseconds