Searched refs:throbber_widget_ (Results 1 – 2 of 2) sorted by relevance
79 throbber_widget_(NULL) { in ThrobberHostView()109 throbber_widget_ = views::Widget::CreateWidget(params); in StartThrobber()110 static_cast<views::WidgetGtk*>(throbber_widget_)->make_transient_to_parent(); in StartThrobber()113 throbber_widget_->Init(host_gtk_window, throbber_bounds); in StartThrobber()114 throbber_widget_->SetContentsView(throbber); in StartThrobber()117 throbber_widget_->GetNativeView()->window, NULL, false); in StartThrobber()118 throbber_widget_->Show(); in StartThrobber()120 throbber_widget_->SetBounds(throbber_bounds); in StartThrobber()125 if (throbber_widget_) { in StopThrobber()126 throbber_widget_->Close(); in StopThrobber()[all …]
66 views::Widget* throbber_widget_; variable