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.h 85 views::Checkbox* desktop_check_box_; member in class:CreateApplicationShortcutView
create_application_shortcut_view.cc 255 desktop_check_box_(NULL),
271 desktop_check_box_ = AddCheckbox(
324 layout->AddView(desktop_check_box_);
357 return desktop_check_box_->checked() ||
379 creation_locations.on_desktop = desktop_check_box_->checked();
413 if (sender == desktop_check_box_) {
415 desktop_check_box_->checked());

Completed in 95 milliseconds