Searched refs:import_bookmarks_path (Results 1 – 8 of 8) sorted by relevance
25 bool FirstRun::ImportBookmarks(const FilePath& import_bookmarks_path) { in ImportBookmarks() argument41 import_bookmarks_path); in ImportBookmarks()
265 std::string import_bookmarks_path; in ProcessMasterPreferences() local268 &import_bookmarks_path); in ProcessMasterPreferences()286 if (out_prefs->do_import_items || !import_bookmarks_path.empty()) { in ProcessMasterPreferences()294 FilePath::FromWStringHack(UTF8ToWide(import_bookmarks_path)), in ProcessMasterPreferences()300 if (!import_bookmarks_path.empty()) { in ProcessMasterPreferences()303 import_bookmarks_path)); in ProcessMasterPreferences()
311 const FilePath& import_bookmarks_path, in ImportSettings() argument336 if (!import_bookmarks_path.empty()) { in ImportSettings()338 switches::kImportFromFile, import_bookmarks_path); in ImportSettings()
9 bool FirstRun::ImportBookmarks(const FilePath& import_bookmarks_path) {
183 static bool ImportBookmarks(const FilePath& import_bookmarks_path);
80 std::string import_bookmarks_path; member147 const std::string& import_bookmarks_path);
259 const std::string& import_bookmarks_path) { in ImportFromFile() argument265 UTF8ToUTF16(import_bookmarks_path); in ImportFromFile()267 import_bookmarks_path; in ImportFromFile()562 &out_prefs->import_bookmarks_path); in SetupMasterPrefsFromInstallPrefs()727 const std::string& import_bookmarks_path) { in AutoImport() argument796 if (!import_bookmarks_path.empty()) { in AutoImport()802 ImportFromFile(profile, file_importer_host, import_bookmarks_path); in AutoImport()
1342 master_prefs_->import_bookmarks_path); in PreMainMessageLoopRunImpl()