HomeSort by relevance Sort by last modified time
    Searched refs:transient_child (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/display/
screen_position_controller.cc 45 aura::Window* transient_child = *iter; local
46 int container_id = transient_child->parent()->id();
49 gfx::Rect parent_bounds_in_screen = transient_child->GetBoundsInScreen();
50 container->AddChild(transient_child);
51 transient_child->SetBoundsInScreen(parent_bounds_in_screen, display);
54 MoveAllTransientChildrenToNewRoot(display, transient_child);
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 73 aura::Window* transient_child = *iter; local
75 gfx::Rect child_bounds = transient_child->bounds();
79 SetTransformOnWindow(transient_child, transient_window_transform, animate);
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 946 aura::Window* transient_child = transient_children[i]; local
    [all...]
window_positioner.cc 123 aura::Window* transient_child = *iter; local
124 gfx::Rect child_bounds = transient_child->bounds();
136 SetBoundsAndOffsetTransientChildren(transient_child,

Completed in 669 milliseconds