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

  /external/chromium_org/chrome/installer/util/
master_preferences_unittest.cc 63 " \"do_not_create_taskbar_shortcut\": true,\n"
341 bool do_not_create_taskbar_shortcut = false; local
350 &do_not_create_taskbar_shortcut);
356 EXPECT_FALSE(do_not_create_taskbar_shortcut);
371 bool do_not_create_taskbar_shortcut = false; local
380 &do_not_create_taskbar_shortcut);
383 EXPECT_FALSE(do_not_create_taskbar_shortcut);
398 bool do_not_create_taskbar_shortcut = false; local
407 &do_not_create_taskbar_shortcut);
410 EXPECT_FALSE(do_not_create_taskbar_shortcut);
    [all...]
  /external/chromium_org/chrome/installer/setup/
install.cc 383 bool do_not_create_taskbar_shortcut = false; local
390 &do_not_create_taskbar_shortcut);
463 if (!do_not_create_taskbar_shortcut &&

Completed in 105 milliseconds