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

  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 283 base::FilePath shortcut_path_; member in class:__anon9069::ShortcutHandler
293 if (!shortcut_path_.empty())
305 EXPECT_TRUE(shortcut_path_.empty());
319 shortcut_path_ = path_to_create;
320 return ShortcutCommand(shortcut_path_, args);
325 EXPECT_FALSE(shortcut_path_.empty());
327 EXPECT_TRUE(base::win::ResolveShortcut(shortcut_path_, NULL, &args));
332 EXPECT_FALSE(shortcut_path_.empty());
333 EXPECT_TRUE(base::DeleteFile(shortcut_path_, false));
334 shortcut_path_.clear()
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 232 shortcut_path_ = shortcut_path;
290 data->SetFilename(shortcut_path_);
323 base::FilePath shortcut_path_; member in class:app_list::SynchronousDrag
    [all...]

Completed in 2727 milliseconds