OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStorageInfoForPath
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
test_storage_monitor.h
40
virtual bool
GetStorageInfoForPath
(
storage_monitor_win_unittest.cc
290
EXPECT_FALSE(monitor_->
GetStorageInfoForPath
(
292
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
295
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
298
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
322
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
326
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
329
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
332
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
335
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
338
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
[
all
...]
media_transfer_protocol_device_observer_linux.h
40
bool
GetStorageInfoForPath
(const base::FilePath& path,
storage_monitor_chromeos.h
60
virtual bool
GetStorageInfoForPath
(const base::FilePath& path,
storage_monitor_mac.h
39
virtual bool
GetStorageInfoForPath
(
storage_monitor_win.h
29
virtual bool
GetStorageInfoForPath
(const base::FilePath& path,
storage_monitor_linux_unittest.cc
251
if (!notifier()->
GetStorageInfoForPath
(path, &info))
610
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_a, &device_info));
619
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_b, &device_info));
624
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_c, &device_info));
630
EXPECT_FALSE(notifier()->
GetStorageInfoForPath
(base::FilePath(kInvalidPath),
635
notifier()->
GetStorageInfoForPath
(test_path_a.Append("some/other/path"),
652
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_a, &device_info));
655
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_b, &device_info));
658
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_c, &device_info));
storage_monitor.h
83
// |
GetStorageInfoForPath
| may not return the correct results. In addition,
94
virtual bool
GetStorageInfoForPath
(
storage_monitor_linux.h
91
virtual bool
GetStorageInfoForPath
(const base::FilePath& path,
test_storage_monitor.cc
89
bool TestStorageMonitor::
GetStorageInfoForPath
(
storage_monitor_win.cc
62
bool StorageMonitorWin::
GetStorageInfoForPath
(const base::FilePath& path,
storage_monitor_chromeos.cc
205
bool StorageMonitorCros::
GetStorageInfoForPath
(
210
if (media_transfer_protocol_device_observer_->
GetStorageInfoForPath
(
storage_monitor_chromeos_unittest.cc
80
virtual bool
GetStorageInfoForPath
(const base::FilePath& path,
82
return StorageMonitorCros::
GetStorageInfoForPath
(path, device_info);
226
if (!monitor_->
GetStorageInfoForPath
(base::FilePath(device_location), &info))
storage_monitor_linux.cc
271
bool StorageMonitorLinux::
GetStorageInfoForPath
(
280
media_transfer_protocol_device_observer_->
GetStorageInfoForPath
(
media_storage_util.cc
147
bool found_device = monitor->
GetStorageInfoForPath
(path, &info);
165
// right
GetStorageInfoForPath
implementations.
media_transfer_protocol_device_observer_linux.cc
142
bool MediaTransferProtocolDeviceObserverLinux::
GetStorageInfoForPath
(
Completed in 225 milliseconds