Searched refs:skip_first_run_ui (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/first_run/ |
D | first_run_win.cc | 259 int skip_first_run_ui, in EncodeImportParams() argument 262 "%d@%d@%d@%d", importer_type, options, skip_first_run_ui, window); in EncodeImportParams() 268 int* skip_first_run_ui, in DecodeImportParams() argument 281 if (!base::StringToInt(parts[2], skip_first_run_ui)) in DecodeImportParams() 312 bool skip_first_run_ui, in ImportSettings() argument 333 skip_first_run_ui ? 1 : 0, NULL)); in ImportSettings() 382 int skip_first_run_ui = 0; in ImportFromBrowser() local 385 &skip_first_run_ui, &parent_window)) { in ImportFromBrowser() 397 if (skip_first_run_ui > 0) in ImportFromBrowser()
|
D | first_run.h | 175 bool skip_first_run_ui,
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
D | preferences.txt | 17 "skip_first_run_ui": true
|