Searched refs:root_url_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_file_system_browser_host.cc | 82 root_url_ = root_url; in OpenExisting() 238 root_url_ = root; in OpenFileSystemComplete() 263 root_url_ = GURL(fileapi::GetIsolatedFileSystemRootURIString( in OpenIsolatedFileSystem() 267 if (!root_url_.is_valid()) { in OpenIsolatedFileSystem() 348 root_url_ = GURL(fileapi::GetIsolatedFileSystemRootURIString( in OnHostMsgInitIsolatedFileSystem() 412 if (type_ != PP_FILESYSTEMTYPE_EXTERNAL || root_url_.is_valid()) { in SetFileSystemContext() 431 root_url_.GetOrigin(), in ShouldCreateQuotaReservation() 437 DCHECK(root_url_.is_valid()); in CreateQuotaReservation() 443 root_url_.GetOrigin(), in CreateQuotaReservation()
|
D | pepper_file_system_browser_host.h | 57 GURL GetRootUrl() const { return root_url_; } in GetRootUrl() 149 GURL root_url_; variable
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_file_system_host.cc | 47 root_url_(root_url), in PepperFileSystemHost() 72 root_url_ = root; in DidOpenFileSystem() 138 root_url_ = GURL(fileapi::GetIsolatedFileSystemRootURIString( in OnHostMsgInitIsolatedFileSystem()
|
D | pepper_file_system_host.h | 53 GURL GetRootUrl() const { return root_url_; } in GetRootUrl() 72 GURL root_url_; variable
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/ |
D | provider_async_file_util_unittest.cc | 158 root_url_ = CreateFileSystemURL(mount_point_name, base::FilePath()); in SetUp() 159 ASSERT_TRUE(root_url_.is_valid()); in SetUp() 181 fileapi::FileSystemURL root_url_; member in chromeos::file_system_provider::FileSystemProviderProviderAsyncFileUtilTest 281 root_url_, in TEST_F() 294 root_url_, in TEST_F()
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
D | canned_syncable_file_system.cc | 274 EXPECT_FALSE(root_url_.is_empty()); in URL() 276 GURL url(root_url_.spec() + path); in URL() 740 root_url_ = root; in DidOpenFileSystem()
|
D | canned_syncable_file_system.h | 234 GURL root_url_; variable
|
/external/chromium_org/webkit/browser/fileapi/ |
D | obfuscated_file_util.cc | 120 root_url_(root_url), in ObfuscatedFileEnumerator() 147 db_, context_, root_url_, current_file_id_, in Next() 197 FileSystemURL root_url_; member in fileapi::ObfuscatedFileEnumerator
|