HomeSort by relevance Sort by last modified time
    Searched full:transient_child_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 77 transient_child_ = new aura::Window(&delegate4_);
78 transient_child_->SetType(aura::client::WINDOW_TYPE_NORMAL);
79 transient_child_->Init(ui::LAYER_NOT_DRAWN);
80 ParentWindowInPrimaryRootWindow(transient_child_); variable
81 transient_child_->set_id(4);
87 transient_parent_->AddTransientChild(transient_child_);
151 aura::Window* transient_child_; member in class:ash::internal::DragWindowResizerTest
541 aura::Window* window = transient_child_;

Completed in 112 milliseconds