HomeSort by relevance Sort by last modified time
    Searched refs:TransientDeviceIds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/storage_monitor/
transient_device_ids.cc 5 // TransientDeviceIds implementation.
14 TransientDeviceIds::TransientDeviceIds() {}
16 TransientDeviceIds::~TransientDeviceIds() {}
18 std::string TransientDeviceIds::GetTransientIdForDeviceId(
35 std::string TransientDeviceIds::DeviceIdFromTransientId(
transient_device_ids.h 5 // TransientDeviceIds keep track of transient IDs for removable devices, so
8 // TransientDeviceIds' lifetime.
19 class TransientDeviceIds {
21 TransientDeviceIds();
22 ~TransientDeviceIds();
42 DISALLOW_COPY_AND_ASSIGN(TransientDeviceIds);
storage_monitor.h 26 class TransientDeviceIds;
177 scoped_ptr<TransientDeviceIds> transient_device_ids_;
storage_monitor.cc 118 transient_device_ids_(new TransientDeviceIds) {

Completed in 504 milliseconds