HomeSort by relevance Sort by last modified time
    Searched refs:system_shortcuts_directory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 231 base::FilePath* system_shortcuts_directory) {
240 if (system_shortcuts_directory &&
243 system_shortcuts_directory)) {
332 base::FilePath system_shortcuts_directory; local
334 &system_shortcuts_directory)) {
347 system_shortcuts_directory.Append(new_shortcut_filename);
361 system_shortcuts_directory.Append(old_shortcut_filename);
    [all...]
profile_shortcut_manager_unittest_win.cc 268 base::FilePath system_shortcuts_directory; local
272 &system_shortcuts_directory));
273 return system_shortcuts_directory;
    [all...]

Completed in 71 milliseconds