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

  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 253 desktop_check_box_(NULL),
269 desktop_check_box_ = AddCheckbox(
322 layout->AddView(desktop_check_box_);
355 return desktop_check_box_->checked() ||
377 creation_locations.on_desktop = desktop_check_box_->checked();
411 if (sender == desktop_check_box_) {
413 desktop_check_box_->checked());
create_application_shortcut_view.h 86 views::Checkbox* desktop_check_box_; member in class:CreateApplicationShortcutView

Completed in 2253 milliseconds