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

  /external/chromium_org/chrome/installer/util/
master_preferences_unittest.cc 61 " \"do_not_create_desktop_shortcut\": true,\n"
131 " \"do_not_create_desktop_shortcut\": true,\n"
248 " \"do_not_create_desktop_shortcut\": false,\n"
339 bool do_not_create_desktop_shortcut = false; local
344 &do_not_create_desktop_shortcut);
352 // do_not_create_desktop_shortcut and do_not_create_quick_launch_shortcut
354 EXPECT_TRUE(do_not_create_desktop_shortcut);
369 bool do_not_create_desktop_shortcut = false; local
374 &do_not_create_desktop_shortcut);
381 EXPECT_FALSE(do_not_create_desktop_shortcut);
396 bool do_not_create_desktop_shortcut = false; local
    [all...]
  /external/chromium_org/chrome/installer/setup/
install.cc 381 bool do_not_create_desktop_shortcut = false;
386 &do_not_create_desktop_shortcut);
422 if (!do_not_create_desktop_shortcut ||
install_unittest.cc 160 bool do_not_create_desktop_shortcut,
168 do_not_create_desktop_shortcut },

Completed in 399 milliseconds