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 24 aura::Window* always_on_top_container) {
26 DCHECK(always_on_top_container->children().empty());
31 always_on_top_container_ = always_on_top_container;
always_on_top_controller.h 28 void SetAlwaysOnTopContainer(aura::Window* always_on_top_container);
  /external/chromium_org/ash/
root_window_controller.cc 762 aura::Window* always_on_top_container = local
764 always_on_top_container->SetLayoutManager(
765 new WorkspaceLayoutManager(always_on_top_container));
767 always_on_top_controller_->SetAlwaysOnTopContainer(always_on_top_container);
902 aura::Window* always_on_top_container = CreateContainer( local
    [all...]

Completed in 62 milliseconds