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

/external/chromium_org/chrome/browser/ui/
H A Dnetwork_profile_bubble.cc132 base::FilePath normalized_temp_file; local
133 if (!base::NormalizeFilePath(temp_file, &normalized_temp_file))
/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc142 base::FilePath normalized_temp_file;
143 bool normalized = base::NormalizeFilePath(temp_file, &normalized_temp_file);
149 *temp_dir = normalized_temp_file.DirName();

Completed in 29 milliseconds