Searched refs:browser_profile (Results 1 – 3 of 3) sorted by relevance
179 base::DictionaryValue* browser_profile = new base::DictionaryValue(); in InitializePage() local180 browser_profile->SetString("name", source_profile.importer_name); in InitializePage()181 browser_profile->SetInteger("index", i); in InitializePage()182 browser_profile->SetBoolean("history", in InitializePage()184 browser_profile->SetBoolean("favorites", in InitializePage()186 browser_profile->SetBoolean("passwords", in InitializePage()188 browser_profile->SetBoolean("search", in InitializePage()191 browser_profile->SetBoolean("show_bottom_bar", in InitializePage()198 browser_profiles.Append(browser_profile); in InitializePage()
81 Profile* browser_profile, in IsItemChecked() argument89 encoding = browser_profile->GetPrefs()->GetString(prefs::kDefaultCharset); in IsItemChecked()92 return browser_profile->GetPrefs()->GetBoolean( in IsItemChecked()
37 bool IsItemChecked(Profile* browser_profile,