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

  /external/chromium_org/chrome/browser/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.
256 StorageMonitorLinux::StorageMonitorLinux(const base::FilePath& path)
263 StorageMonitorLinux::~StorageMonitorLinux() {
267 void StorageMonitorLinux::Init() {
275 base::Bind(&StorageMonitorLinux::OnMtabWatcherCreated,
290 bool StorageMonitorLinux::GetStorageInfoForPath(
319 StorageMonitorLinux::media_transfer_protocol_manager() {
323 void StorageMonitorLinux::SetGetDeviceInfoCallbackForTest
    [all...]

Completed in 292 milliseconds