Home
last modified time | relevance | path

Searched refs:do_not_create_taskbar_shortcut (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dmaster_preferences_unittest.cc341 bool do_not_create_taskbar_shortcut = false; in TEST_F() local
350 &do_not_create_taskbar_shortcut); in TEST_F()
356 EXPECT_FALSE(do_not_create_taskbar_shortcut); in TEST_F()
371 bool do_not_create_taskbar_shortcut = false; in TEST_F() local
380 &do_not_create_taskbar_shortcut); in TEST_F()
383 EXPECT_FALSE(do_not_create_taskbar_shortcut); in TEST_F()
398 bool do_not_create_taskbar_shortcut = false; in TEST_F() local
407 &do_not_create_taskbar_shortcut); in TEST_F()
410 EXPECT_FALSE(do_not_create_taskbar_shortcut); in TEST_F()
/external/chromium_org/chrome/installer/setup/
Dinstall.cc383 bool do_not_create_taskbar_shortcut = false; in CreateOrUpdateShortcuts() local
390 &do_not_create_taskbar_shortcut); in CreateOrUpdateShortcuts()
463 if (!do_not_create_taskbar_shortcut && in CreateOrUpdateShortcuts()