Home
last modified time | relevance | path

Searched refs:GetIsolatedFileSystemRootURIString (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/browser/fileapi/
Dplugin_private_file_system_backend_unittest.cc104 const GURL root_url(storage::GetIsolatedFileSystemRootURIString( in TEST_F()
144 const GURL root_url1(storage::GetIsolatedFileSystemRootURIString( in TEST_F()
154 const GURL root_url2(storage::GetIsolatedFileSystemRootURIString( in TEST_F()
/external/chromium_org/content/common/fileapi/
Dfile_system_util_unittest.cc14 using storage::GetIsolatedFileSystemRootURIString;
285 TEST_F(FileSystemUtilTest, GetIsolatedFileSystemRootURIString) { in TEST_F() argument
292 GetIsolatedFileSystemRootURIString(kOriginURL, kFileSystemId, kRootName); in TEST_F()
/external/chromium_org/storage/common/fileapi/
Dfile_system_util.h165 STORAGE_COMMON_EXPORT std::string GetIsolatedFileSystemRootURIString(
Dfile_system_util.cc448 std::string GetIsolatedFileSystemRootURIString( in GetIsolatedFileSystemRootURIString() function
/external/chromium_org/content/renderer/pepper/
Dpepper_file_system_host.cc139 root_url_ = GURL(storage::GetIsolatedFileSystemRootURIString( in OnHostMsgInitIsolatedFileSystem()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_file_system_browser_host.cc264 root_url_ = GURL(storage::GetIsolatedFileSystemRootURIString( in OpenIsolatedFileSystem()
349 root_url_ = GURL(storage::GetIsolatedFileSystemRootURIString( in OnHostMsgInitIsolatedFileSystem()
/external/chromium_org/extensions/renderer/
Dfile_system_natives.cc60 GURL root_url(storage::GetIsolatedFileSystemRootURIString( in GetIsolatedFileSystem()
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dmedia_file_validator_browsertest.cc141 std::string dest_root_fs_url = storage::GetIsolatedFileSystemRootURIString( in SetupOnFileThread()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_file_helper.cc179 std::string root_url = storage::GetIsolatedFileSystemRootURIString( in CreateFileSystemStruct()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc690 GURL(storage::GetIsolatedFileSystemRootURIString( in DragTargetDragEnter()