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

  /external/chromium_org/ash/display/
screen_position_controller.cc 44 aura::Window* transient_child = *iter; local
45 int container_id = transient_child->parent()->id();
48 gfx::Rect parent_bounds_in_screen = transient_child->GetBoundsInScreen();
49 container->AddChild(transient_child);
50 transient_child->SetBoundsInScreen(parent_bounds_in_screen, display);
53 MoveAllTransientChildrenToNewRoot(display, transient_child);
  /external/chromium_org/ui/aura/
window.cc 935 Window* transient_child = *it; local
936 if (transient_child->parent_ == this) {
937 StackChildRelativeToImpl(transient_child, last_transient, STACK_ABOVE);
938 last_transient = transient_child;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.cc 1169 aura::Window* transient_child = transient_children[i]; local
    [all...]

Completed in 450 milliseconds