Searched defs:source_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dimporter_data_types.h38 FilePath source_path; member in struct:importer::SourceProfile
H A Dfirefox_importer_utils.cc54 FilePath source_path; local
H A Dfirefox3_importer.cc73 source_path_ = source_profile.source_path;
320 FilePath source_path = source_path_; local
321 FilePath file = source_path.AppendASCII("signons.sqlite");
327 file = source_path.AppendASCII("signons3.txt");
329 file = source_path.AppendASCII("signons2.txt");
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc2795 FilePath source_path = data_dir_.AppendASCII("good.crx"); local
2798 provider->UpdateOrAddExtension(good_crx, "1.0.0.0", source_path);
2825 source_path = source_path.DirName().AppendASCII("good2.crx");
2826 provider->UpdateOrAddExtension(good_crx, "1.0.0.1", source_path);
2891 provider->UpdateOrAddExtension(good_crx, "1.0.0.1", source_path);
3040 FilePath source_path = data_dir_.AppendASCII("good.crx"); local
3041 provider->UpdateOrAddExtension(good_crx, "1.0.0.0", source_path);

Completed in 101 milliseconds