Searched defs:do_not_create_quick_launch_shortcut (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc368 bool do_not_create_quick_launch_shortcut = false; local
374 &do_not_create_quick_launch_shortcut);
433 if (!do_not_create_quick_launch_shortcut ||
H A Dinstall_unittest.cc154 bool do_not_create_quick_launch_shortcut,
163 do_not_create_quick_launch_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.cc62 " \"do_not_create_quick_launch_shortcut\": true,\n"
132 " \"do_not_create_quick_launch_shortcut\": true,\n"
249 " \"do_not_create_quick_launch_shortcut\": false,\n"
340 bool do_not_create_quick_launch_shortcut = false; local
347 &do_not_create_quick_launch_shortcut);
352 // do_not_create_desktop_shortcut and do_not_create_quick_launch_shortcut
355 EXPECT_TRUE(do_not_create_quick_launch_shortcut);
370 bool do_not_create_quick_launch_shortcut = false; local
377 &do_not_create_quick_launch_shortcut);
382 EXPECT_FALSE(do_not_create_quick_launch_shortcut);
397 bool do_not_create_quick_launch_shortcut = false; local
[all...]

Completed in 192 milliseconds