Searched refs:import_info (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_progress_dialog_gtk.cc89 GtkWidget* import_info = gtk_label_new( local
92 gtk_util::SetLabelWidth(import_info, 400);
93 gtk_box_pack_start(GTK_BOX(control_group), import_info, FALSE, FALSE, 0); local
/external/chromium/chrome/browser/first_run/
H A Dfirst_run_win.cc375 std::string import_info = cmdline.GetSwitchValueASCII(switches::kImport); local
376 if (import_info.empty()) {
384 if (!DecodeImportParams(import_info, &importer_type, &items_to_import,

Completed in 74 milliseconds