OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updated_properties
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/
shell_integration_win.cc
427
// |
updated_properties
|.
428
base::win::ShortcutProperties
updated_properties
;
local
444
updated_properties
.set_app_id(expected_app_id);
448
updated_properties
.set_app_id(expected_app_id);
471
updated_properties
.set_dual_mode(true);
476
updated_properties
.set_dual_mode(true);
489
if (
updated_properties
.options &&
491
shortcut,
updated_properties
,
/external/chromium_org/chrome/installer/util/
shell_util_unittest.cc
274
ShellUtil::ShortcutProperties
updated_properties
(ShellUtil::CURRENT_USER);
275
updated_properties
.set_arguments(L"--updated --arguments");
278
dist_,
updated_properties
,
281
// Expect the properties set in |
updated_properties
| to be set as above and
284
expected_properties.set_arguments(
updated_properties
.arguments);
449
ShellUtil::ShortcutProperties
updated_properties
(ShellUtil::CURRENT_USER);
450
updated_properties
.set_target(new_exe);
451
// |
updated_properties
| has arguments.
454
chrome_exe_,
updated_properties
));
476
ShellUtil::ShortcutProperties
updated_properties
(ShellUtil::CURRENT_USER)
[
all
...]
/external/chromium_org/chrome/installer/setup/
uninstall.cc
329
ShellUtil::ShortcutProperties
updated_properties
(install_level);
330
updated_properties
.set_target(new_target_exe);
339
install_level, old_target_exe,
updated_properties
)) {
[
all
...]
Completed in 444 milliseconds