Searched refs:transient_child (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc45 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/
H A Dscoped_transform_overview_window.cc73 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/
H A Dimmersive_fullscreen_controller.cc946 aura::Window* transient_child = transient_children[i]; local
948 AsBubbleDelegate(transient_child);
952 bubble_manager_->StartObserving(transient_child);
H A Dwindow_positioner.cc121 aura::Window* transient_child = *iter; local
122 gfx::Rect child_bounds = transient_child->bounds();
134 SetBoundsAndOffsetTransientChildren(transient_child,

Completed in 2638 milliseconds