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 50 modal_background_(NULL) {
60 if (modal_background_) {
62 modal_background_->SetBounds(
70 DCHECK((modal_background_ && child == modal_background_->GetNativeView()) ||
125 if (modal_background_ && modal_background_->GetNativeView() == window)
126 modal_background_ = NULL;
164 if (!modal_background_) {
165 modal_background_ = new views::Widget
    [all...]
system_modal_container_layout_manager.h 42 bool has_modal_background() const { return modal_background_ != NULL; }
106 views::Widget* modal_background_; member in class:ash::SystemModalContainerLayoutManager

Completed in 250 milliseconds