Home
last modified time | relevance | path

Searched refs:browser_profile (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dimport_data_handler.cc179 base::DictionaryValue* browser_profile = new base::DictionaryValue(); in InitializePage() local
180 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()
/external/chromium_org/chrome/browser/ui/toolbar/
Dencoding_menu_controller.cc81 Profile* browser_profile, in IsItemChecked() argument
89 encoding = browser_profile->GetPrefs()->GetString(prefs::kDefaultCharset); in IsItemChecked()
92 return browser_profile->GetPrefs()->GetBoolean( in IsItemChecked()
Dencoding_menu_controller.h37 bool IsItemChecked(Profile* browser_profile,