Home | History | Annotate | Download | only in util

Lines Matching refs:updated_properties

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);