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

  /external/chromium_org/chrome/browser/
shell_integration_win.cc 485 // |updated_properties|.
486 base::win::ShortcutProperties updated_properties; local
502 updated_properties.set_app_id(expected_app_id);
506 updated_properties.set_app_id(expected_app_id);
529 updated_properties.set_dual_mode(true);
534 updated_properties.set_dual_mode(true);
547 if (updated_properties.options &&
549 shortcut, updated_properties,
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 291 ShellUtil::ShortcutProperties updated_properties(ShellUtil::CURRENT_USER);
292 updated_properties.set_arguments(L"--updated --arguments");
295 dist_, updated_properties,
298 // Expect the properties set in |updated_properties| to be set as above and
301 expected_properties.set_arguments(updated_properties.arguments);
    [all...]
shell_util.cc     [all...]

Completed in 157 milliseconds