StorageMonitorLinux  239 components/storage_monitor/storage_monitor_linux.cc StorageMonitorLinux::StorageMonitorLinux(const base::FilePath& path)
StorageMonitorLinux  246 components/storage_monitor/storage_monitor_linux.cc StorageMonitorLinux::~StorageMonitorLinux() {
StorageMonitorLinux  250 components/storage_monitor/storage_monitor_linux.cc void StorageMonitorLinux::Init() {
StorageMonitorLinux  258 components/storage_monitor/storage_monitor_linux.cc       base::Bind(&StorageMonitorLinux::OnMtabWatcherCreated,
StorageMonitorLinux  273 components/storage_monitor/storage_monitor_linux.cc bool StorageMonitorLinux::GetStorageInfoForPath(
StorageMonitorLinux  302 components/storage_monitor/storage_monitor_linux.cc StorageMonitorLinux::media_transfer_protocol_manager() {
StorageMonitorLinux  306 components/storage_monitor/storage_monitor_linux.cc void StorageMonitorLinux::SetGetDeviceInfoCallbackForTest(
StorageMonitorLinux  311 components/storage_monitor/storage_monitor_linux.cc void StorageMonitorLinux::SetMediaTransferProtocolManagerForTest(
StorageMonitorLinux  317 components/storage_monitor/storage_monitor_linux.cc void StorageMonitorLinux::EjectDevice(
StorageMonitorLinux  357 components/storage_monitor/storage_monitor_linux.cc void StorageMonitorLinux::OnMtabWatcherCreated(MtabWatcherLinux* watcher) {
StorageMonitorLinux  362 components/storage_monitor/storage_monitor_linux.cc void StorageMonitorLinux::UpdateMtab(const MountPointDeviceMap& new_mtab) {
StorageMonitorLinux  442 components/storage_monitor/storage_monitor_linux.cc             base::Bind(&StorageMonitorLinux::AddNewMount,
StorageMonitorLinux  457 components/storage_monitor/storage_monitor_linux.cc         base::Bind(&StorageMonitorLinux::MarkInitialized,
StorageMonitorLinux  462 components/storage_monitor/storage_monitor_linux.cc bool StorageMonitorLinux::IsDeviceAlreadyMounted(
StorageMonitorLinux  468 components/storage_monitor/storage_monitor_linux.cc void StorageMonitorLinux::HandleDeviceMountedMultipleTimes(
StorageMonitorLinux  481 components/storage_monitor/storage_monitor_linux.cc void StorageMonitorLinux::AddNewMount(const base::FilePath& mount_device,
StorageMonitorLinux  503 components/storage_monitor/storage_monitor_linux.cc   return new StorageMonitorLinux(kDefaultMtabPath);
StorageMonitorLinux   35 components/storage_monitor/storage_monitor_linux.h class StorageMonitorLinux : public StorageMonitor,
StorageMonitorLinux   41 components/storage_monitor/storage_monitor_linux.h   explicit StorageMonitorLinux(const base::FilePath& mtab_file_path);
StorageMonitorLinux   42 components/storage_monitor/storage_monitor_linux.h   virtual ~StorageMonitorLinux();
StorageMonitorLinux  139 components/storage_monitor/storage_monitor_linux.h   base::WeakPtrFactory<StorageMonitorLinux> weak_ptr_factory_;
StorageMonitorLinux  141 components/storage_monitor/storage_monitor_linux.h   DISALLOW_COPY_AND_ASSIGN(StorageMonitorLinux);
StorageMonitorLinux  121 components/storage_monitor/storage_monitor_linux_unittest.cc class TestStorageMonitorLinux : public StorageMonitorLinux {
StorageMonitorLinux  124 components/storage_monitor/storage_monitor_linux_unittest.cc       : StorageMonitorLinux(path) {
StorageMonitorLinux  134 components/storage_monitor/storage_monitor_linux_unittest.cc     StorageMonitorLinux::UpdateMtab(new_mtab);