Searched refs:desktop_check_box_ (Results 1 – 2 of 2) sorted by relevance
244 desktop_check_box_ = AddCheckbox(UTF16ToWide( in InitControls()292 layout->AddView(desktop_check_box_); in InitControls()327 return desktop_check_box_->checked() || in IsDialogButtonEnabled()364 shortcut_info_.create_on_desktop = desktop_check_box_->checked(); in Accept()398 if (sender == desktop_check_box_) in ButtonPressed()400 desktop_check_box_->checked() ? true : false); in ButtonPressed()
75 views::Checkbox* desktop_check_box_; variable