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

  /external/chromium_org/components/storage_monitor/
transient_device_ids.cc 5 // TransientDeviceIds implementation.
16 TransientDeviceIds::TransientDeviceIds() {}
18 TransientDeviceIds::~TransientDeviceIds() {}
20 std::string TransientDeviceIds::GetTransientIdForDeviceId(
37 std::string TransientDeviceIds::DeviceIdFromTransientId(
transient_device_ids.h 5 // TransientDeviceIds keep track of transient IDs for removable devices, so
8 // TransientDeviceIds' lifetime.
21 class TransientDeviceIds {
23 TransientDeviceIds();
24 ~TransientDeviceIds();
44 DISALLOW_COPY_AND_ASSIGN(TransientDeviceIds);
storage_monitor.h 33 class TransientDeviceIds;
189 scoped_ptr<TransientDeviceIds> transient_device_ids_;
storage_monitor.cc 140 transient_device_ids_(new TransientDeviceIds) {

Completed in 3582 milliseconds