Home
last modified time | relevance | path

Searched refs:ImportFromFile (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/first_run/
Dfirst_run.h188 static int ImportFromFile(Profile* profile, const CommandLine& cmdline);
Dfirst_run.cc85 return_code = ImportFromFile(profile, cmdline); in ImportNow()
433 int FirstRun::ImportFromFile(Profile* profile, const CommandLine& cmdline) { in ImportFromFile() function in FirstRun