HomeSort by relevance Sort by last modified time
    Searched defs:fs_name (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
media_galleries_custom_bindings.cc 32 std::string fs_name = local
34 fs_name.append("_");
35 fs_name.append(fs_mount);
41 blink::WebString::fromUTF8(fs_name),
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.cc 238 MediaFileSystemInfo::MediaFileSystemInfo(const base::string16& fs_name,
245 : name(fs_name),
382 std::string fs_name = MediaFileSystemBackend::ConstructMountName( local
384 if (!file_system_context_->RegisterFileSystem(device_id, fs_name, path))
389 file_system_context_->GetRegisteredPath(fs_name),
390 fs_name,
418 std::string fs_name = MediaFileSystemBackend::ConstructMountName( local
426 file_system_context_->RegisterFileSystem(device_id, fs_name,
431 file_system_context_->GetRegisteredPath(fs_name),
432 fs_name,
656 ExternalMountPoints::GetSystemInstance()->RevokeFileSystem(fs_name); variable
    [all...]
media_file_system_registry_unittest.cc 68 const std::string& fs_name);
74 std::string fs_name; member in struct:TestMediaFileSystemContext::FSInfo
82 const std::string& fs_name,
85 virtual void RevokeFileSystem(const std::string& fs_name) OVERRIDE;
88 const std::string& fs_name) const OVERRIDE;
95 const std::string& fs_name);
100 std::map<std::string /*fs_name*/, FSInfo> file_systems_by_name_;
105 const std::string& fs_name)
108 fs_name(fs_name) {
    [all...]

Completed in 167 milliseconds