Searched refs:no_thanks_button (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_reset_bubble_view.h88 no_thanks_button = NULL;
97 views::LabelButton* no_thanks_button; member in struct:ProfileResetBubbleView::Controls
H A Dprofile_reset_bubble_view.cc250 controls_.no_thanks_button = new views::LabelButton(
252 controls_.no_thanks_button->SetStyle(views::Button::STYLE_BUTTON);
253 controls_.no_thanks_button->SetEnabled(!resetting_);
346 layout->AddView(controls_.no_thanks_button);
397 controls_.no_thanks_button->SetEnabled(false);
404 } else if (sender == controls_.no_thanks_button) {

Completed in 540 milliseconds