Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/first_run/
Dfirst_run.h63 static int ImportNow(Profile* profile, const CommandLine& cmdline);
Dfirst_run.cc80 int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) { in ImportNow() function in FirstRun
/external/chromium/chrome/browser/
Dbrowser_main.cc1526 return FirstRun::ImportNow(profile, parsed_command_line); in BrowserMain()