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

  /external/chromium_org/components/storage_monitor/
mtab_watcher_linux.h 5 // MtabWatcherLinux listens for mount point changes from a mtab file and
7 // MtabWatcherLinux lives on the FILE thread.
13 #error "ChromeOS does not use MtabWatcherLinux."
25 class MtabWatcherLinux {
40 MtabWatcherLinux(const base::FilePath& mtab_path,
42 ~MtabWatcherLinux();
59 base::WeakPtrFactory<MtabWatcherLinux> weak_ptr_factory_;
61 DISALLOW_COPY_AND_ASSIGN(MtabWatcherLinux);
mtab_watcher_linux.cc 5 // MtabWatcherLinux implementation.
36 MtabWatcherLinux::MtabWatcherLinux(const base::FilePath& mtab_path,
44 base::Bind(&MtabWatcherLinux::OnFilePathChanged,
54 MtabWatcherLinux::~MtabWatcherLinux() {
58 void MtabWatcherLinux::ReadMtab() const {
88 void MtabWatcherLinux::OnFilePathChanged(
storage_monitor_linux.h 8 // StorageMonitorLinux lives on the UI thread, and uses a MtabWatcherLinux on
36 public MtabWatcherLinux::Delegate {
59 // MtabWatcherLinux::Delegate implementation.
61 const MtabWatcherLinux::MountPointDeviceMap& new_mtab) OVERRIDE;
73 void operator()(MtabWatcherLinux* mtab_watcher) {
101 void OnMtabWatcherCreated(MtabWatcherLinux* watcher);
137 scoped_ptr<MtabWatcherLinux, MtabWatcherLinuxDeleter> mtab_watcher_;
storage_monitor_linux.cc 35 typedef MtabWatcherLinux::MountPointDeviceMap MountPointDeviceMap;
195 MtabWatcherLinux* CreateMtabWatcherLinuxOnFileThread(
197 base::WeakPtr<MtabWatcherLinux::Delegate> delegate) {
200 return new MtabWatcherLinux(mtab_path, delegate);
358 void StorageMonitorLinux::OnMtabWatcherCreated(MtabWatcherLinux* watcher) {
storage_monitor_linux_unittest.cc 133 const MtabWatcherLinux::MountPointDeviceMap& new_mtab) OVERRIDE {

Completed in 613 milliseconds