Home
last modified time | relevance | path

Searched refs:desktop_check_box_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dcreate_application_shortcut_view.cc244 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()
Dcreate_application_shortcut_view.h75 views::Checkbox* desktop_check_box_; variable