Searched refs:SHORTCUT_CREATE_ALWAYS (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/base/win/ |
D | shortcut_unittest.cc | 90 file_1, link_properties_, SHORTCUT_CREATE_ALWAYS)); in TEST_F() 113 file_2, only_target_properties, SHORTCUT_CREATE_ALWAYS)); in TEST_F() 137 link_file_, only_target_properties, SHORTCUT_CREATE_ALWAYS)); in TEST_F() 149 link_file_, link_properties_, SHORTCUT_CREATE_ALWAYS)); in TEST_F() 168 SHORTCUT_CREATE_ALWAYS)); in TEST_F() 175 link_file_, link_properties_, SHORTCUT_CREATE_ALWAYS)); in TEST_F() 182 link_file_, link_properties_, SHORTCUT_CREATE_ALWAYS)); in TEST_F() 192 link_file_, link_properties_, SHORTCUT_CREATE_ALWAYS)); in TEST_F() 215 link_file_, link_properties_, SHORTCUT_CREATE_ALWAYS)); in TEST_F() 231 link_file_, link_properties_2_, SHORTCUT_CREATE_ALWAYS)); in TEST_F() [all …]
|
D | shortcut.h | 19 SHORTCUT_CREATE_ALWAYS = 0, enumerator
|
D | shortcut.cc | 67 case SHORTCUT_CREATE_ALWAYS: in CreateOrUpdateShortcutLink()
|
/external/chromium_org/chrome/installer/setup/ |
D | install_unittest.cc | 321 base::win::SHORTCUT_CREATE_ALWAYS)); in TEST_F() 324 base::win::SHORTCUT_CREATE_ALWAYS)); in TEST_F() 328 base::win::SHORTCUT_CREATE_ALWAYS)); in TEST_F() 351 base::win::SHORTCUT_CREATE_ALWAYS)); in TEST_F() 370 base::win::SHORTCUT_CREATE_ALWAYS)); in TEST_F() 375 base::win::SHORTCUT_CREATE_ALWAYS)); in TEST_F() 406 base::win::SHORTCUT_CREATE_ALWAYS)); in TEST_F()
|
/external/chromium_org/cloud_print/service/win/ |
D | installer.cc | 56 create_always ? base::win::SHORTCUT_CREATE_ALWAYS : in CreateShortcuts()
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
D | app_list_service_win.cc | 213 base::win::SHORTCUT_CREATE_ALWAYS); in CreateAppListShortcuts()
|
/external/chromium_org/chrome/browser/ |
D | shell_integration_win_unittest.cc | 98 base::win::SHORTCUT_CREATE_ALWAYS)); in AddTestShortcutAndResetProperties()
|
/external/chromium_org/chrome/browser/web_applications/ |
D | web_app_win.cc | 253 base::win::SHORTCUT_CREATE_ALWAYS) && success; in CreateShortcutsInPaths()
|
/external/chromium_org/chrome/installer/util/ |
D | shell_util.cc | 968 return base::win::SHORTCUT_CREATE_ALWAYS; in TranslateShortcutOperation() 1597 if (shortcut_operation == base::win::SHORTCUT_CREATE_ALWAYS && in CreateOrUpdateShortcut() 1609 if (ret && shortcut_operation == base::win::SHORTCUT_CREATE_ALWAYS && in CreateOrUpdateShortcut()
|
/external/chromium_org/chrome/browser/profile_resetter/ |
D | profile_resetter_unittest.cc | 325 base::win::SHORTCUT_CREATE_ALWAYS)) << path_to_create.value(); in CreateWithArguments()
|