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

  /external/chromium_org/ash/wm/
always_on_top_controller.cc 26 aura::Window* always_on_top_container) {
28 DCHECK(always_on_top_container->children().empty());
33 always_on_top_container_ = always_on_top_container;
always_on_top_controller.h 29 void SetAlwaysOnTopContainer(aura::Window* always_on_top_container);
  /external/chromium_org/ash/
root_window_controller.cc 536 aura::Window* always_on_top_container = local
538 always_on_top_container->SetLayoutManager(
540 always_on_top_container->GetRootWindow()));
542 always_on_top_controller_->SetAlwaysOnTopContainer(always_on_top_container);
666 aura::Window* always_on_top_container = CreateContainer( local
671 new ToplevelWindowEventHandler(always_on_top_container));
673 always_on_top_container);
674 SetUsesScreenCoordinates(always_on_top_container);

Completed in 494 milliseconds