Home
last modified time | relevance | path

Searched refs:source_path_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/importer/
Dfirefox3_importer.cc73 source_path_ = source_profile.source_path; in StartImport()
109 FilePath file = source_path_.AppendASCII("places.sqlite"); in ImportHistory()
155 FilePath file = source_path_.AppendASCII("places.sqlite"); in ImportBookmarks()
314 if (!decryptor.Init(source_path_, source_path_) && in ImportPasswords()
315 !decryptor.Init(app_path_, source_path_)) { in ImportPasswords()
320 FilePath source_path = source_path_; in ImportPasswords()
350 GetFirefoxDefaultSearchEngineIndex(search_engines, source_path_); in ImportSearchEngines()
355 GURL home_page = GetHomepage(source_path_); in ImportHomepage()
363 FilePath file = source_path_.AppendASCII("search.sqlite"); in GetSearchEnginesXMLFiles()
382 FilePath profile_path = source_path_.AppendASCII("searchplugins"); in GetSearchEnginesXMLFiles()
Dfirefox2_importer.cc54 source_path_ = source_profile.source_path; in StartImport()
305 FilePath file = source_path_; in ImportBookmarks()
339 if (!decryptor.Init(source_path_, source_path_) && in ImportPasswords()
340 !decryptor.Init(app_path_, source_path_)) { in ImportPasswords()
346 FilePath file = source_path_.AppendASCII("signons2.txt"); in ImportPasswords()
348 file = source_path_.AppendASCII("signons.txt"); in ImportPasswords()
364 FilePath file = source_path_.AppendASCII("history.dat"); in ImportHistory()
376 GetFirefoxDefaultSearchEngineIndex(search_engines, source_path_); in ImportSearchEngines()
381 GURL home_page = GetHomepage(source_path_); in ImportHomepage()
396 FilePath profile_dir = source_path_.AppendASCII("searchplugins"); in GetSearchEnginesXMLFiles()
Die_importer.cc87 source_path_ = source_profile.source_path; in StartImport()
206 if (!source_path_.empty()) { in ImportPasswordsIE6()
324 if (!source_path_.empty()) { in ImportPasswordsIE7()
495 if (!source_path_.empty()) { in GetFavoritesInfo()
497 info->path = source_path_; in GetFavoritesInfo()
Die_importer.h83 FilePath source_path_; variable
Dfirefox3_importer.h82 FilePath source_path_; variable
Dfirefox2_importer.h141 FilePath source_path_; variable