Searched defs:items_to_import (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.cc231 // |target_profile| for the items specified in the |items_to_import| bitfield.
237 uint16 items_to_import) {
242 items_to_import,
278 int items_to_import) {
284 items_to_import &= source_profile.services_supported;
285 if (items_to_import == 0)
289 items_to_import);
234 ImportFromSourceProfile(ExternalProcessImporterHost* importer_host, const importer::SourceProfile& source_profile, Profile* target_profile, uint16 items_to_import) argument
275 ImportSettings(Profile* profile, ExternalProcessImporterHost* importer_host, scoped_ptr<ImporterList> importer_list, int items_to_import) argument

Completed in 88 milliseconds