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

  /external/chromium_org/chrome/browser/ui/views/
critical_notification_bubble_view.cc 57 restart_button_(NULL),
116 if (sender == restart_button_) {
211 restart_button_ = new views::LabelButton(this,
213 restart_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
214 restart_button_->SetIsDefault(true);
215 layout->AddView(restart_button_);
critical_notification_bubble_view.h 58 views::LabelButton* restart_button_; member in class:CriticalNotificationBubbleView

Completed in 57 milliseconds