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

  /external/chromium_org/components/storage_monitor/
removable_storage_observer.h 14 class RemovableStorageObserver {
25 virtual ~RemovableStorageObserver() {}
mock_removable_storage_observer.h 13 class MockRemovableStorageObserver : public RemovableStorageObserver {
storage_monitor.h 32 class RemovableStorageObserver;
131 void AddObserver(RemovableStorageObserver* obs);
132 void RemoveObserver(RemovableStorageObserver* obs);
173 scoped_refptr<ObserverListThreadSafe<RemovableStorageObserver> >
storage_monitor.cc 109 void StorageMonitor::AddObserver(RemovableStorageObserver* obs) {
114 RemovableStorageObserver* obs) {
137 : observer_list_(new ObserverListThreadSafe<RemovableStorageObserver>()),
175 &RemovableStorageObserver::OnRemovableStorageAttached, info);
193 &RemovableStorageObserver::OnRemovableStorageDetached, info);
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.h 71 : public storage_monitor::RemovableStorageObserver,
99 // RemovableStorageObserver implementation.
media_galleries_scan_result_controller.h 40 public storage_monitor::RemovableStorageObserver,
109 // RemovableStorageObserver implementation.
media_galleries_permission_controller.h 49 public storage_monitor::RemovableStorageObserver,
119 // RemovableStorageObserver implementation.
media_galleries_preferences.h 137 public storage_monitor::RemovableStorageObserver {
185 // RemovableStorageObserver implementation.
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.h 123 public storage_monitor::RemovableStorageObserver {
200 // RemovableStorageObserver overrides.
  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_api.cc 56 public storage_monitor::RemovableStorageObserver {
74 // RemovableStorageObserver implementation.

Completed in 254 milliseconds