HomeSort by relevance Sort by last modified time
    Searched refs:import_bookmarks_path (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/first_run/
first_run_gtk.cc 25 bool FirstRun::ImportBookmarks(const FilePath& import_bookmarks_path) {
41 import_bookmarks_path);
first_run.cc 265 std::string import_bookmarks_path; local
268 &import_bookmarks_path);
286 if (out_prefs->do_import_items || !import_bookmarks_path.empty()) {
294 FilePath::FromWStringHack(UTF8ToWide(import_bookmarks_path)),
300 if (!import_bookmarks_path.empty()) {
303 import_bookmarks_path));
first_run.h 183 static bool ImportBookmarks(const FilePath& import_bookmarks_path);
first_run_win.cc 311 const FilePath& import_bookmarks_path,
336 if (!import_bookmarks_path.empty()) {
338 switches::kImportFromFile, import_bookmarks_path);
  /external/chromium_org/chrome/browser/first_run/
first_run.h 80 std::string import_bookmarks_path; member in struct:first_run::MasterPrefs
142 // |import_bookmarks_path| is not empty.
147 const std::string& import_bookmarks_path);
first_run.cc 256 // |import_bookmarks_path|.
259 const std::string& import_bookmarks_path) {
265 UTF8ToUTF16(import_bookmarks_path);
267 import_bookmarks_path;
562 &out_prefs->import_bookmarks_path);
727 const std::string& import_bookmarks_path) {
796 if (!import_bookmarks_path.empty()) {
802 ImportFromFile(profile, file_importer_host, import_bookmarks_path);
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc     [all...]

Completed in 429 milliseconds