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

  /external/chromium_org/components/storage_monitor/
storage_monitor_linux.h 5 // StorageMonitorLinux processes mount point change events, notifies listeners
8 // StorageMonitorLinux lives on the UI thread, and uses a MtabWatcherLinux on
35 class StorageMonitorLinux : public StorageMonitor,
41 explicit StorageMonitorLinux(const base::FilePath& mtab_file_path);
42 virtual ~StorageMonitorLinux();
44 // Must be called for StorageMonitorLinux to work.
139 base::WeakPtrFactory<StorageMonitorLinux> weak_ptr_factory_;
141 DISALLOW_COPY_AND_ASSIGN(StorageMonitorLinux);
storage_monitor_linux.cc 5 // StorageMonitorLinux implementation.
240 StorageMonitorLinux::StorageMonitorLinux(const base::FilePath& path)
247 StorageMonitorLinux::~StorageMonitorLinux() {
251 void StorageMonitorLinux::Init() {
259 base::Bind(&StorageMonitorLinux::OnMtabWatcherCreated,
274 bool StorageMonitorLinux::GetStorageInfoForPath(
303 StorageMonitorLinux::media_transfer_protocol_manager() {
307 void StorageMonitorLinux::SetGetDeviceInfoCallbackForTest
    [all...]
storage_monitor_linux_unittest.cc 5 // StorageMonitorLinux unit tests.
121 class TestStorageMonitorLinux : public StorageMonitorLinux {
124 : StorageMonitorLinux(path) {
134 StorageMonitorLinux::UpdateMtab(new_mtab);
216 // It has a DCIM directory, so StorageMonitorLinux recognizes it as a media
223 // It does not have a DCIM directory, so StorageMonitorLinux does not

Completed in 25 milliseconds