Home
last modified time | relevance | path

Searched refs:WritePrefs (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy.cc129 service_prefs_->WritePrefs(); in EnableForUserWithRobot()
220 service_prefs_->WritePrefs(); in OnAuthenticated()
263 service_prefs_->WritePrefs(); in OnXmppPingUpdated()
Dconnector_settings.cc44 prefs->WritePrefs(); in InitFrom()
/external/chromium_org/chrome/service/
Dservice_process.cc188 service_prefs_->WritePrefs(); in Initialize()
306 service_prefs_->WritePrefs(); in OnCloudPrintProxyEnabled()
315 service_prefs_->WritePrefs(); in OnCloudPrintProxyDisabled()
Dservice_process_prefs_unittest.cc39 prefs_->WritePrefs(); in TEST_F()
Dservice_process_prefs.h31 void WritePrefs();
Dservice_process_prefs.cc22 void ServiceProcessPrefs::WritePrefs() { in WritePrefs() function in ServiceProcessPrefs
/external/chromium_org/chrome/browser/web_resource/
Dpromo_resource_service_unittest.cc213 notification_promo_.WritePrefs(); in TestGroup()
218 notification_promo_.WritePrefs(); in TestViews()
241 new_promo.WritePrefs(); in TestViews()
257 new_promo.WritePrefs(); in TestClosed()
Dnotification_promo.cc305 WritePrefs(); in OnNewNotification()
328 void NotificationPromo::WritePrefs() { in WritePrefs() function in NotificationPromo
425 promo.WritePrefs(); in HandleClosed()
435 promo.WritePrefs(); in HandleViewed()
Dnotification_promo.h88 void WritePrefs();
/external/chromium/chrome/common/
Dpersistent_pref_store.h69 virtual bool WritePrefs() = 0;
Djson_pref_store.h59 virtual bool WritePrefs();
Djson_pref_store_unittest.cc158 ASSERT_TRUE(pref_store->WritePrefs()); in TEST_F()
Djson_pref_store.cc269 bool JsonPrefStore::WritePrefs() { in WritePrefs() function in JsonPrefStore
/external/chromium/chrome/browser/prefs/
Doverlay_persistent_pref_store.h46 virtual bool WritePrefs();
Dtesting_pref_store.h40 virtual bool WritePrefs();
Doverlay_persistent_pref_store.cc86 bool OverlayPersistentPrefStore::WritePrefs() { in WritePrefs() function in OverlayPersistentPrefStore
Dtesting_pref_store.cc61 bool TestingPrefStore::WritePrefs() { in WritePrefs() function in TestingPrefStore
Dpref_service.cc248 return user_pref_store_->WritePrefs(); in SavePersistentPrefs()