HomeSort by relevance Sort by last modified time
    Searched refs:throbber_widget_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
helper.cc 79 throbber_widget_(NULL) {
109 throbber_widget_ = views::Widget::CreateWidget(params);
110 static_cast<views::WidgetGtk*>(throbber_widget_)->make_transient_to_parent();
113 throbber_widget_->Init(host_gtk_window, throbber_bounds);
114 throbber_widget_->SetContentsView(throbber);
117 throbber_widget_->GetNativeView()->window, NULL, false);
118 throbber_widget_->Show();
120 throbber_widget_->SetBounds(throbber_bounds);
125 if (throbber_widget_) {
126 throbber_widget_->Close()
    [all...]
helper.h 66 views::Widget* throbber_widget_; member in class:chromeos::ThrobberHostView

Completed in 64 milliseconds