Searched defs:do_not_create_desktop_shortcut (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/setup/
H A Dinstall_unittest.cc153 bool do_not_create_desktop_shortcut,
161 do_not_create_desktop_shortcut },
152 GetFakeMasterPrefs( bool do_not_create_desktop_shortcut, bool do_not_create_quick_launch_shortcut, bool alternate_desktop_shortcut) argument
/external/chromium_org/chrome/installer/util/
H A Dmaster_preferences_unittest.cc61 " \"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...]

Completed in 2249 milliseconds