Home
last modified time | relevance | path

Searched refs:ImportFromBrowser (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/first_run/
Dfirst_run.h180 static int ImportFromBrowser(Profile* profile, const CommandLine& cmdline);
Dfirst_run_win.cc373 int FirstRun::ImportFromBrowser(Profile* profile, in ImportFromBrowser() function in FirstRun
Dfirst_run.cc89 return_code = ImportFromBrowser(profile, cmdline); in ImportNow()