HomeSort by relevance Sort by last modified time
    Searched defs:MediaDeviceIDSalt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/media/
media_device_id_salt.h 16 // MediaDeviceIDSalt is responsible for creating and retrieving a salt string
22 class MediaDeviceIDSalt : public base::RefCountedThreadSafe<MediaDeviceIDSalt> {
24 MediaDeviceIDSalt(PrefService* pref_service, bool incognito);
33 friend class base::RefCountedThreadSafe<MediaDeviceIDSalt>;
34 ~MediaDeviceIDSalt();
41 DISALLOW_COPY_AND_ASSIGN(MediaDeviceIDSalt);
media_device_id_salt.cc 26 MediaDeviceIDSalt::MediaDeviceIDSalt(PrefService* pref_service,
43 MediaDeviceIDSalt::~MediaDeviceIDSalt() {
46 void MediaDeviceIDSalt::ShutdownOnUIThread() {
52 std::string MediaDeviceIDSalt::GetSalt() const {
59 void MediaDeviceIDSalt::RegisterProfilePrefs(
67 void MediaDeviceIDSalt::Reset(PrefService* pref_service) {

Completed in 472 milliseconds