HomeSort by relevance Sort by last modified time
    Searched refs:ShortcutProperties (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/base/test/
test_shortcut_win.h 25 const ShortcutProperties& properties);
test_shortcut_win.cc 51 const ShortcutProperties& properties) {
81 if (properties.options & ShortcutProperties::PROPERTIES_TARGET) {
87 if (properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) {
94 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) {
100 if (properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) {
106 if (properties.options & ShortcutProperties::PROPERTIES_ICON) {
119 if (properties.options & ShortcutProperties::PROPERTIES_APP_ID) {
135 if (properties.options & ShortcutProperties::PROPERTIES_DUAL_MODE) {
  /external/chromium_org/base/win/
shortcut.cc 46 const ShortcutProperties& properties,
52 !(properties.options & ShortcutProperties::PROPERTIES_TARGET)) {
92 if ((properties.options & ShortcutProperties::PROPERTIES_TARGET) &&
97 if ((properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) &&
103 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) {
114 if ((properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) &&
119 if ((properties.options & ShortcutProperties::PROPERTIES_ICON) &&
126 (properties.options & ShortcutProperties::PROPERTIES_APP_ID) != 0;
128 (properties.options & ShortcutProperties::PROPERTIES_DUAL_MODE) != 0;
178 ShortcutProperties* properties)
    [all...]
shortcut_unittest.cc 74 ShortcutProperties link_properties_;
77 ShortcutProperties link_properties_2_;
83 uint32 valid_properties = ShortcutProperties::PROPERTIES_BASIC;
85 valid_properties |= ShortcutProperties::PROPERTIES_WIN7;
92 ShortcutProperties properties_read_1;
94 file_1, ShortcutProperties::PROPERTIES_ALL, &properties_read_1));
110 ShortcutProperties only_target_properties;
115 ShortcutProperties properties_read_2;
117 file_2, ShortcutProperties::PROPERTIES_ALL, &properties_read_2));
133 ShortcutProperties only_target_properties
    [all...]
shortcut.h 32 struct ShortcutProperties {
51 ShortcutProperties() : icon_index(-1), dual_mode(false), options(0U) {}
125 const ShortcutProperties& properties,
131 // field composed of ShortcutProperties::IndividualProperties, to specify which
138 ShortcutProperties* properties);
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 99 const ShellUtil::ShortcutProperties& properties) {
137 const ShellUtil::ShortcutProperties& properties) {
141 base::win::ShortcutProperties expected_properties;
185 // A ShellUtil::ShortcutProperties object with common properties set already.
186 ShellUtil::ShortcutProperties test_properties_;
238 ShellUtil::ShortcutProperties properties(ShellUtil::CURRENT_USER);
265 ShellUtil::ShortcutProperties new_properties(ShellUtil::SYSTEM_LEVEL);
277 ShellUtil::ShortcutProperties expected_properties(new_properties);
291 ShellUtil::ShortcutProperties updated_properties(ShellUtil::CURRENT_USER);
300 ShellUtil::ShortcutProperties expected_properties(test_properties_)
    [all...]
chrome_app_host_operations.h 50 ShellUtil::ShortcutProperties* properties) const OVERRIDE;
chrome_binaries_operations.h 50 ShellUtil::ShortcutProperties* properties) const OVERRIDE;
chrome_browser_operations.h 49 ShellUtil::ShortcutProperties* properties) const OVERRIDE;
chrome_frame_operations.h 49 ShellUtil::ShortcutProperties* properties) const OVERRIDE;
product_operations.h 83 // Modifies a ShellUtil::ShortcutProperties object by assigning default values
88 ShellUtil::ShortcutProperties* properties) const = 0;
chrome_binaries_operations.cc 83 ShellUtil::ShortcutProperties* properties) const {
product.h 124 ShellUtil::ShortcutProperties* properties) const;
shell_util.h 82 struct ShortcutProperties {
93 explicit ShortcutProperties(ShellChange level_in)
334 const ShellUtil::ShortcutProperties& properties,
chrome_app_host_operations.cc 103 ShellUtil::ShortcutProperties* properties) const {
chrome_browser_operations.cc 102 // Modifies a ShortcutProperties object by adding default values to
113 ShellUtil::ShortcutProperties* properties) const {
chrome_frame_operations.cc 127 ShellUtil::ShortcutProperties* properties) const {
product.cc 158 ShellUtil::ShortcutProperties* properties) const {
shell_util.cc     [all...]
  /external/chromium_org/chrome/installer/setup/
install_unittest.cc 80 ShellUtil::ShortcutProperties chrome_properties(ShellUtil::CURRENT_USER);
186 base::win::ShortcutProperties expected_properties_;
187 base::win::ShortcutProperties expected_start_menu_properties_;
319 base::win::ShortcutProperties dummy_properties;
349 base::win::ShortcutProperties dummy_properties;
371 base::win::ShortcutProperties dummy_properties;
408 base::win::ShortcutProperties dummy_properties;
install.cc 50 const ShellUtil::ShortcutProperties& properties,
118 const ShellUtil::ShortcutProperties& properties,
417 ShellUtil::ShortcutProperties base_properties(shortcut_level);
422 ShellUtil::ShortcutProperties desktop_properties(base_properties);
449 ShellUtil::ShortcutProperties quick_launch_properties(base_properties);
456 ShellUtil::ShortcutProperties start_menu_properties(base_properties);
  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 30 base::win::ShortcutProperties properties;
87 base::win::ShortcutProperties* shortcut_properties) {
105 base::win::ShortcutProperties temp_properties;
  /external/chromium_org/cloud_print/service/win/
installer.cc 42 base::win::ShortcutProperties properties;
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 142 base::win::ShortcutProperties expected_properties;
168 base::win::ShortcutProperties expected_properties;
205 ShellUtil::ShortcutProperties properties(ShellUtil::CURRENT_USER);
220 ShellUtil::ShortcutProperties properties(ShellUtil::SYSTEM_LEVEL);
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
update_shortcut_worker_win.cc 210 base::win::ShortcutProperties shortcut_properties;

Completed in 958 milliseconds

1 2