Searched refs:AUTOFILL_FORM_DATA (Results 1 – 5 of 5) sorted by relevance
31 AUTOFILL_FORM_DATA = 1 << 6, enumerator
157 selected_items |= importer::AUTOFILL_FORM_DATA; in ImportData()194 (browser_services & importer::AUTOFILL_FORM_DATA) != 0); in InitializePage()
144 if ((items & importer::AUTOFILL_FORM_DATA) && !cancelled()) { in StartImport()145 bridge_->NotifyItemStarted(importer::AUTOFILL_FORM_DATA); in StartImport()147 bridge_->NotifyItemEnded(importer::AUTOFILL_FORM_DATA); in StartImport()
97 importer::AUTOFILL_FORM_DATA; in DetectFirefoxProfiles()
306 importer::SEARCH_ENGINES | importer::AUTOFILL_FORM_DATA; in FirefoxImporterBrowserTest()