Home
last modified time | relevance | path

Searched refs:import_bookmarks_path (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/first_run/
Dfirst_run_gtk.cc25 bool FirstRun::ImportBookmarks(const FilePath& import_bookmarks_path) { in ImportBookmarks() argument
41 import_bookmarks_path); in ImportBookmarks()
Dfirst_run.cc265 std::string import_bookmarks_path; in ProcessMasterPreferences() local
268 &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()
Dfirst_run_win.cc311 const FilePath& import_bookmarks_path, in ImportSettings() argument
336 if (!import_bookmarks_path.empty()) { in ImportSettings()
338 switches::kImportFromFile, import_bookmarks_path); in ImportSettings()
Dfirst_run_mac.mm9 bool FirstRun::ImportBookmarks(const FilePath& import_bookmarks_path) {
Dfirst_run.h183 static bool ImportBookmarks(const FilePath& import_bookmarks_path);
/external/chromium_org/chrome/browser/first_run/
Dfirst_run.h80 std::string import_bookmarks_path; member
147 const std::string& import_bookmarks_path);
Dfirst_run.cc259 const std::string& import_bookmarks_path) { in ImportFromFile() argument
265 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() argument
796 if (!import_bookmarks_path.empty()) { in AutoImport()
802 ImportFromFile(profile, file_importer_host, import_bookmarks_path); in AutoImport()
/external/chromium_org/chrome/browser/
Dchrome_browser_main.cc1342 master_prefs_->import_bookmarks_path); in PreMainMessageLoopRunImpl()