HomeSort by relevance Sort by last modified time
    Searched full: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 827 aura::Window* always_on_top_container = local
829 always_on_top_container->SetLayoutManager(
830 new WorkspaceLayoutManager(always_on_top_container));
832 always_on_top_controller_->SetAlwaysOnTopContainer(always_on_top_container);
962 aura::Window* always_on_top_container = CreateContainer( local
    [all...]

Completed in 186 milliseconds