Searched refs:source_format (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | fake_disk_mount_manager.cc | 14 const std::string& source_format, in MountRequest() argument 18 source_format(source_format), in MountRequest() 72 const std::string& source_format, in MountPath() argument 76 MountRequest(source_path, source_format, mount_label, type)); in MountPath()
|
D | fake_disk_mount_manager.h | 23 const std::string& source_format, 28 std::string source_format; member 61 const std::string& source_format,
|
D | volume_manager_unittest.cc | 284 EXPECT_EQ("", mount_request.source_format); in TEST_F() 636 EXPECT_EQ("", mount_request.source_format); in TEST_F()
|
/external/chromium_org/chromeos/dbus/ |
D | fake_cros_disks_client.h | 25 const std::string& source_format,
|
D | fake_cros_disks_client.cc | 27 const std::string& source_format, in Mount() argument
|
D | cros_disks_client.cc | 102 const std::string& source_format, in Mount() argument 110 writer.AppendString(source_format); in Mount() 468 const std::string& source_format, in Mount() argument
|
D | cros_disks_client.h | 270 const std::string& source_format,
|
/external/chromium_org/chromeos/disks/ |
D | disk_mount_manager.h | 258 const std::string& source_format,
|
D | disk_mount_manager.cc | 63 const std::string& source_format, in MountPath() argument 77 source_format, in MountPath()
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
D | burn_device_handler_unittest.cc | 86 const std::string& source_format, in MountPath() argument
|
/external/chromium_org/third_party/lcov/bin/ |
D | genhtml | 3932 my $source_format; 3946 $source_format = ""; 3951 $source_format = '<span class="lineNoCov">'; 3956 $source_format = '<span class="lineDiffCov">'; 3961 $source_format = '<span class="lineCov">'; 3980 $html .= "$source_format$count_format : "; 3982 $html .= "</span>" if ($source_format);
|