Searched refs:pref_service (Results 101 - 125 of 188) sorted by relevance

12345678

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc18 #include "base/prefs/pref_service.h"
350 PrefService* pref_service = profile->GetPrefs(); local
433 pref_service);
438 printing_enabled_.Init(prefs::kPrintingEnabled, pref_service);
443 new ChromeHttpUserAgentSettings(pref_service));
451 prefs::kGoogleServicesUserAccountId, pref_service);
455 prefs::kGoogleServicesUsername, pref_service);
463 prefs::kReverseAutologinEnabled, pref_service);
467 prefs::kReverseAutologinRejectedEmailList, pref_service);
470 sync_disabled_.Init(sync_driver::prefs::kSyncManaged, pref_service);
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service.cc275 const PrefService* pref_service = profile_->GetPrefs(); local
276 CHECK(pref_service);
277 const base::ListValue* pref_list = pref_service->GetList(pref_name);
/external/chromium_org/chrome/browser/prefs/
H A Dchrome_pref_service_factory.cc22 #include "base/prefs/pref_service.h"
505 scoped_ptr<PrefServiceSyncable> pref_service = local
508 ConfigureDefaultSearchPrefMigrationToDictionaryValue(pref_service.get());
510 return pref_service.Pass();
H A Dprofile_pref_store_manager_unittest.cc18 #include "base/prefs/pref_service.h"
154 scoped_ptr<PrefService> pref_service(
159 !ProfilePrefStoreManager::GetResetTime(pref_service.get()).is_null());
168 scoped_ptr<PrefService> pref_service(
171 ProfilePrefStoreManager::ClearResetTime(pref_service.get());
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpreferences_helper.cc8 #include "base/prefs/pref_service.h"
232 void RegisterPrefListener(PrefService* pref_service);
268 void PrefMatchChecker::RegisterPrefListener(PrefService* pref_service) { argument
270 registrar->Init(pref_service);
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc13 #include "base/prefs/pref_service.h"
356 const PrefService* pref_service = profile_->GetPrefs(); local
357 DCHECK(pref_service);
360 pref_service->GetFilePath(prefs::kDownloadDefaultDirectory));
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_login_handler.cc13 #include "base/prefs/pref_service.h"
88 PrefService* pref_service = Profile::FromWebUI(web_ui())->GetPrefs(); local
90 pref_service,
94 pref_service,
/external/chromium_org/components/dom_distiller/standalone/
H A Dcontent_extractor.cc103 user_prefs::TestingPrefServiceSyncable* pref_service = local
105 DistilledPagePrefs::RegisterProfilePrefs(pref_service->registry());
112 new DistilledPagePrefs(pref_service))));
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_flow_unittest.cc114 TestingPrefServiceSyncable& pref_service() { function in class:chromeos::attestation::__anon3031::FakeDelegate
210 fake_delegate_.pref_service().SetUserPref(prefs::kRAConsentFirstTime,
350 fake_delegate_.pref_service().SetUserPref(prefs::kRAConsentFirstTime,
380 fake_delegate_.pref_service().SetUserPref(prefs::kEnableDRM,
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.h65 static PolicyPermission IsHostAllowed(const PrefService* pref_service,
/external/chromium_org/chrome/browser/extensions/
H A Dextension_management.h104 explicit ExtensionManagement(PrefService* pref_service);
138 // Load all extension management preferences from |pref_service|, and
H A Dstandard_management_policy_provider_unittest.cc26 settings_(new ExtensionManagement(prefs()->pref_service())),
H A Dinstall_tracker.cc34 pref_change_registrar_.Init(prefs->pref_service());
/external/chromium_org/chromecast/shell/browser/devtools/
H A Dremote_debugging_server.cc95 ChromecastConfig::GetInstance()->pref_service(),
/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_manager.h150 PrefService* pref_service,
/external/chromium_org/components/sync_driver/
H A Dsync_prefs.h52 // |pref_service| may not be NULL.
53 // Does not take ownership of |pref_service|.
54 explicit SyncPrefs(PrefService* pref_service);
/external/chromium_org/base/prefs/
H A Dpref_notifier_impl_unittest.cc11 #include "base/prefs/pref_service.h"
48 explicit MockPrefNotifier(PrefService* pref_service) argument
49 : PrefNotifierImpl(pref_service) {}
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_api.cc12 #include "base/prefs/pref_service.h"
325 void PreferenceEventRouter::OnPrefChanged(PrefService* pref_service, argument
327 bool incognito = (pref_service != profile_->GetPrefs());
339 pref_service->FindPreference(browser_pref.c_str());
373 extension_prefs()->pref_service()->FindPreference(pref_key.c_str());
401 DCHECK(extension_prefs()->pref_service()->FindPreference(pref_key.c_str()))
422 DCHECK(extension_prefs()->pref_service()->FindPreference(pref_key.c_str()))
434 DCHECK(extension_prefs()->pref_service()->FindPreference(pref_key.c_str()))
672 prefs->pref_service()->FindPreference(browser_pref.c_str());
H A Dchrome_direct_setting_api.cc11 #include "base/prefs/pref_service.h"
121 PrefService* pref_service, const std::string& pref_key) {
120 OnPrefChanged( PrefService* pref_service, const std::string& pref_key) argument
H A Dpreference_api.h35 void OnPrefChanged(PrefService* pref_service,
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.h59 // |pref_service| must outlive this instance. |is_off_the_record| informs
63 PrefService* pref_service,
298 // Sets which PrefService to use and observe. |pref_service| is not owned by
300 void SetPrefService(PrefService* pref_service);
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service_unittest.cc246 TestingPrefServiceSimple* pref_service() { return &pref_service_; } function in class:AccountTrackerServiceTest
333 pref_service(),
455 pref_service(),
471 pref_service(),
497 pref_service(),
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc18 #include "base/prefs/pref_service.h"
865 PrefService* pref_service = browser()->profile()->GetPrefs(); local
869 ASSERT_TRUE(pref_service != NULL);
871 EXPECT_TRUE(pref_service->GetBoolean(prefs::kSafeBrowsingEnabled));
893 pref_service->SetBoolean(prefs::kSafeBrowsingEnabled, false);
951 PrefService* pref_service = browser()->profile()->GetPrefs(); local
955 ASSERT_TRUE(pref_service != NULL);
957 EXPECT_TRUE(pref_service->GetBoolean(prefs::kSafeBrowsingEnabled));
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.cc10 #include "base/prefs/pref_service.h"
382 const PrefService* pref_service,
385 if (!pref_service) {
391 pref_service->FindPreference(pref_name);
381 GetPolicyForNetworkFromPref( const PrefService* pref_service, const char* pref_name, const NetworkState& network) argument
/external/chromium_org/chrome/browser/net/
H A Dpref_proxy_config_tracker_impl_unittest.cc82 virtual void Init(PrefService* pref_service, PrefRegistrySimple* registry) { argument
83 ASSERT_TRUE(pref_service);
89 proxy_config_tracker_.reset(new PrefProxyConfigTrackerImpl(pref_service));

Completed in 1475 milliseconds

12345678