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 486 // |updated_properties|.
487 base::win::ShortcutProperties updated_properties; local
503 updated_properties.set_app_id(expected_app_id);
507 updated_properties.set_app_id(expected_app_id);
530 updated_properties.set_dual_mode(true);
535 updated_properties.set_dual_mode(true);
548 if (updated_properties.options &&
550 shortcut, updated_properties,
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 287 ShellUtil::ShortcutProperties updated_properties(ShellUtil::CURRENT_USER);
288 updated_properties.set_arguments(L"--updated --arguments");
291 dist_, updated_properties,
294 // Expect the properties set in |updated_properties| to be set as above and
297 expected_properties.set_arguments(updated_properties.arguments);
    [all...]
shell_util.cc     [all...]

Completed in 395 milliseconds