Searched defs:import_bookmarks_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.h80 std::string import_bookmarks_path; member in struct:first_run::MasterPrefs
141 // |import_bookmarks_path| is not empty.
146 const std::string& import_bookmarks_path);
H A Dfirst_run.cc254 // |import_bookmarks_path|.
257 const std::string& import_bookmarks_path) {
263 base::UTF8ToUTF16(import_bookmarks_path);
265 import_bookmarks_path;
543 &out_prefs->import_bookmarks_path);
704 const std::string& import_bookmarks_path) {
779 if (!import_bookmarks_path.empty()) {
785 ImportFromFile(profile, file_importer_host, import_bookmarks_path);
255 ImportFromFile(Profile* profile, ExternalProcessImporterHost* file_importer_host, const std::string& import_bookmarks_path) argument
699 AutoImport( Profile* profile, bool homepage_defined, int import_items, int dont_import_items, const std::string& import_bookmarks_path) argument

Completed in 178 milliseconds