Home | History | Annotate | Download | only in views

Lines Matching refs:popup_

82         popup_(popup),
165 views::Widget* popup_;
199 popup_->Show();
209 popup_->Hide();
281 popup_->Show();
311 popup_->SetOpacity(static_cast<unsigned char>(opacity * 255));
325 popup_->Hide();
346 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds();
544 popup_(NULL),
556 if (popup_.get())
557 popup_->CloseNow();
561 if (!popup_.get()) {
566 popup_.reset(Widget::CreateWidget(params));
569 view_ = new StatusView(this, popup_.get(), frame->GetThemeProvider());
572 popup_->SetOpacity(0x00);
573 popup_->Init(frame->GetNativeView(), gfx::Rect());
574 popup_->SetContentsView(view_);
576 popup_->Show();
581 if (popup_.get()) {
585 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
649 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds();
773 popup_->SetBounds(gfx::Rect(top_left.x() + right_position_x,
778 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
786 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
804 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds();