Home | History | Annotate | Download | only in download

Lines Matching defs:popup_

63   views::Widget* popup_;
84 popup_(NULL),
109 popup_ = new views::Widget;
115 popup_->Init(params);
116 popup_->SetOpacity(0x00);
117 popup_->SetContentsView(this);
119 popup_->Show();
133 popup_->SetBounds(gfx::Rect(
154 popup_->Close();
167 popup_->SetOpacity(static_cast<unsigned char>(opacity * 255.0));