Searched refs:GetPrefs (Results 276 - 300 of 546) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc86 profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
/external/chromium_org/chrome/browser/content_settings/
H A Dpermission_context_base.cc87 profile_->GetPrefs()->GetString(prefs::kAcceptLanguages),
/external/chromium_org/chrome/browser/extensions/api/preferences_private/
H A Dpreferences_private_apitest.cc135 sync_driver::SyncPrefs sync_prefs(profile->GetPrefs());
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_browsertest.cc54 PrefService* prefs = profile()->GetPrefs();
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc133 if (profile->GetPrefs()->HasPrefPath(kWebstoreLogin))
134 return profile->GetPrefs()->GetString(kWebstoreLogin);
139 profile->GetPrefs()->SetString(kWebstoreLogin, login);
580 info.login = GetProfile()->GetOriginalProfile()->GetPrefs()->GetString(
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl_unittest.cc68 profile_->GetPrefs()->SetString(prefs::kDefaultApps, "");
H A Dtest_extension_system.cc69 // Note that the GetPrefs() creates a TestingPrefService, therefore
75 profile_->GetPrefs(),
/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_permission_context.cc115 if (!profile()->GetPrefs()->GetBoolean(
/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper.cc210 profile->GetPrefs());
H A Dpredictor_browsertest.cc144 PrefService* prefs = browser()->profile()->GetPrefs();
/external/chromium_org/chrome/browser/notifications/
H A Dextension_welcome_notification_unittest.cc194 return profile_->GetPrefs()->GetBoolean(path);
197 profile_->GetPrefs()->SetBoolean(path, value);
200 return profile_->GetPrefs()->GetInt64(path);
203 profile_->GetPrefs()->SetInt64(path, value);
/external/chromium_org/chrome/browser/password_manager/
H A Dchrome_password_manager_client.h60 virtual PrefService* GetPrefs() OVERRIDE;
/external/chromium_org/chrome/browser/
H A Dpepper_broker_infobar_delegate.cc61 profile->GetPrefs()->GetString(prefs::kAcceptLanguages),
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_mobile.cc61 profile_prefs_(profile->GetPrefs()),
/external/chromium_org/chrome/browser/prefetch/
H A Dprefetch_browsertest.cc60 browser()->profile()->GetPrefs()->SetInteger(
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_syncable.cc24 return static_cast<PrefServiceSyncable*>(profile->GetPrefs());
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h48 virtual PrefService* GetPrefs() OVERRIDE;
H A Dprofiles_state.cc112 PrefService* pref_service = profile->GetPrefs();
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_factory.cc49 profile->GetPrefs(),
/external/chromium_org/chrome/browser/signin/
H A Dsignin_ui_util.cc165 profile->GetPrefs()->SetInteger(
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc114 PrefService* FakeProfile::GetPrefs() { function in class:FakeProfile
H A Dfake_profile.h63 virtual PrefService* GetPrefs() OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dauto_login_infobar_delegate.cc228 web_contents->GetBrowserContext())->GetPrefs();
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc426 profile()->GetPrefs()->ClearPref(::prefs::kAutofillDialogSaveData);
470 !profile()->GetPrefs()->GetBoolean(
2188 ASSERT_FALSE(profile()->GetPrefs()->HasPrefPath(
2196 EXPECT_FALSE(profile()->GetPrefs()->HasPrefPath(
2201 ASSERT_FALSE(profile()->GetPrefs()->HasPrefPath(
2208 EXPECT_FALSE(profile()->GetPrefs()->HasPrefPath(
2229 ASSERT_FALSE(profile()->GetPrefs()->HasPrefPath(
2236 EXPECT_TRUE(profile()->GetPrefs()->HasPrefPath(
2238 EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
2245 EXPECT_TRUE(profile()->GetPrefs()
[all...]
H A Dgenerated_credit_card_bubble_controller_unittest.cc68 return profile_.GetPrefs()->GetInteger(

Completed in 2116 milliseconds

<<11121314151617181920>>