Searched refs:MediaDeviceIDSalt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dmedia_device_id_salt.h16 // MediaDeviceIDSalt is responsible for creating and retrieving a salt string
22 class MediaDeviceIDSalt : public base::RefCountedThreadSafe<MediaDeviceIDSalt> { class in inherits:base::RefCountedThreadSafe
24 MediaDeviceIDSalt(PrefService* pref_service, bool incognito);
33 friend class base::RefCountedThreadSafe<MediaDeviceIDSalt>;
34 ~MediaDeviceIDSalt();
41 DISALLOW_COPY_AND_ASSIGN(MediaDeviceIDSalt);
H A Dmedia_device_id_salt.cc26 MediaDeviceIDSalt::MediaDeviceIDSalt(PrefService* pref_service, function in class:MediaDeviceIDSalt
43 MediaDeviceIDSalt::~MediaDeviceIDSalt() {
46 void MediaDeviceIDSalt::ShutdownOnUIThread() {
52 std::string MediaDeviceIDSalt::GetSalt() const {
59 void MediaDeviceIDSalt::RegisterProfilePrefs(
67 void MediaDeviceIDSalt::Reset(PrefService* pref_service) {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h43 class MediaDeviceIDSalt;
610 mutable scoped_refptr<MediaDeviceIDSalt> media_device_id_salt_;
H A Dprofile_io_data.cc481 media_device_id_salt_ = new MediaDeviceIDSalt(pref_service, IsOffTheRecord());
822 return base::Bind(&MediaDeviceIDSalt::GetSalt, media_device_id_salt_);
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc389 MediaDeviceIDSalt::RegisterProfilePrefs(registry);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc471 MediaDeviceIDSalt::Reset(profile_->GetPrefs());

Completed in 111 milliseconds