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

  /external/chromium_org/ash/wm/
system_modal_container_layout_manager.cc 38 modal_background_(NULL) {
48 if (modal_background_) {
50 modal_background_->SetBounds(
65 DCHECK((modal_background_ && child == modal_background_->GetNativeView()) ||
119 if (modal_background_ && modal_background_->GetNativeView() == window)
120 modal_background_ = NULL;
149 if (!modal_background_) {
150 modal_background_ = new views::Widget
    [all...]
system_modal_container_layout_manager.h 39 bool has_modal_background() const { return modal_background_ != NULL; }
87 views::Widget* modal_background_; member in class:ash::internal::SystemModalContainerLayoutManager

Completed in 370 milliseconds