Searched refs:shortcut_path_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc290 base::FilePath shortcut_path_; member in class:__anon4509::ShortcutHandler
300 if (!shortcut_path_.empty())
312 EXPECT_TRUE(shortcut_path_.empty());
326 shortcut_path_ = path_to_create;
327 return ShortcutCommand(shortcut_path_, args);
332 EXPECT_FALSE(shortcut_path_.empty());
334 EXPECT_TRUE(base::win::ResolveShortcut(shortcut_path_, NULL, &args));
339 EXPECT_FALSE(shortcut_path_.empty());
340 EXPECT_TRUE(base::DeleteFile(shortcut_path_, false));
341 shortcut_path_
[all...]
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc256 shortcut_path_ = shortcut_path;
316 data->SetFilename(shortcut_path_);
349 base::FilePath shortcut_path_; member in class:app_list::SynchronousDrag

Completed in 1006 milliseconds