OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StorageMonitorLinux
(Results
1 - 3
of
3
) 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
33
class
StorageMonitorLinux
: public StorageMonitor,
39
explicit
StorageMonitorLinux
(const base::FilePath& mtab_file_path);
40
virtual ~
StorageMonitorLinux
();
42
// Must be called for
StorageMonitorLinux
to work.
137
base::WeakPtrFactory<
StorageMonitorLinux
> weak_ptr_factory_;
139
DISALLOW_COPY_AND_ASSIGN(
StorageMonitorLinux
);
storage_monitor_linux.cc
5
//
StorageMonitorLinux
implementation.
237
StorageMonitorLinux
::
StorageMonitorLinux
(const base::FilePath& path)
244
StorageMonitorLinux
::~
StorageMonitorLinux
() {
248
void
StorageMonitorLinux
::Init() {
256
base::Bind(&
StorageMonitorLinux
::OnMtabWatcherCreated,
271
bool
StorageMonitorLinux
::GetStorageInfoForPath(
300
StorageMonitorLinux
::media_transfer_protocol_manager() {
304
void
StorageMonitorLinux
::SetGetDeviceInfoCallbackForTest
[
all
...]
storage_monitor_linux_unittest.cc
5
//
StorageMonitorLinux
unit tests.
122
class TestStorageMonitorLinux : public
StorageMonitorLinux
{
125
:
StorageMonitorLinux
(path) {
135
StorageMonitorLinux
::UpdateMtab(new_mtab);
222
// It has a DCIM directory, so
StorageMonitorLinux
recognizes it as a media
229
// It does not have a DCIM directory, so
StorageMonitorLinux
does not
Completed in 466 milliseconds