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

  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.cc 256 controls_.report_settings_checkbox = new views::Checkbox(
258 controls_.report_settings_checkbox->SetTextColor(
260 controls_.report_settings_checkbox->SetChecked(report_checked);
261 controls_.report_settings_checkbox->SetTextMultiLine(true);
262 controls_.report_settings_checkbox->set_background(
266 controls_.report_settings_checkbox->SetBorder(
353 layout->AddView(controls_.report_settings_checkbox);
402 controls_.report_settings_checkbox->checked());
416 SetupLayoutManager(controls_.report_settings_checkbox->checked());
436 SetupLayoutManager(controls_.report_settings_checkbox->checked())
    [all...]
profile_reset_bubble_view.h 90 report_settings_checkbox = NULL;
103 views::Checkbox* report_settings_checkbox; member in struct:ProfileResetBubbleView::Controls

Completed in 90 milliseconds