Lines Matching defs:full_path
278 platform_util::OpenItem(full_path());
282 NewRunnableFunction(&platform_util::OpenItem, full_path()));
290 platform_util::ShowItemInFolder(full_path());
295 full_path()));
465 void DownloadItem::Rename(const FilePath& full_path) {
467 << " full_path = \"" << full_path.value() << "\""
469 DCHECK(!full_path.empty());
470 full_path_ = full_path;
519 void DownloadItem::OnDownloadRenamedToFinalName(const FilePath& full_path) {
521 << " full_path = " << full_path.value()
526 Rename(full_path);
553 string16 path(l10n_util::ToLower(full_path().LossyDisplayName()));
663 " full_path = \"%" PRFilePath "\"",
672 full_path().value().c_str());