Home | History | Annotate | Download | only in tabs

Lines Matching refs:popup_

200         popup_(NULL),
210 popup_ = views::Widget::CreateWidget(params);
211 popup_->SetOpacity(0x00);
212 popup_->Init(NULL, info.GetPopupRect());
213 popup_->SetContentsView(new DockView(info.type()));
218 popup_->Show();
222 popup_view_ = popup_->GetNativeView();
252 if (!popup_) {
268 static_cast<views::WidgetWin*>(popup_)->Close();
278 static_cast<views::WidgetWin*>(popup_)->SetOpacity(
280 popup_->GetRootView()->SchedulePaint();
291 views::Widget* popup_;
293 // NativeView of |popup_|. We cache this to avoid the possibility of
294 // invoking a method on popup_ after we close it.