HomeSort by relevance Sort by last modified time
    Searched refs:import_bookmarks_path (Results 1 - 4 of 4) 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);

Completed in 46 milliseconds