Home
last modified time | relevance | path

Searched refs:root_url_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_file_system_browser_host.cc82 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()
Dpepper_file_system_browser_host.h57 GURL GetRootUrl() const { return root_url_; } in GetRootUrl()
149 GURL root_url_; variable
/external/chromium_org/content/renderer/pepper/
Dpepper_file_system_host.cc47 root_url_(root_url), in PepperFileSystemHost()
72 root_url_ = root; in DidOpenFileSystem()
138 root_url_ = GURL(fileapi::GetIsolatedFileSystemRootURIString( in OnHostMsgInitIsolatedFileSystem()
Dpepper_file_system_host.h53 GURL GetRootUrl() const { return root_url_; } in GetRootUrl()
72 GURL root_url_; variable
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
Dprovider_async_file_util_unittest.cc158 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/
Dcanned_syncable_file_system.cc274 EXPECT_FALSE(root_url_.is_empty()); in URL()
276 GURL url(root_url_.spec() + path); in URL()
740 root_url_ = root; in DidOpenFileSystem()
Dcanned_syncable_file_system.h234 GURL root_url_; variable
/external/chromium_org/webkit/browser/fileapi/
Dobfuscated_file_util.cc120 root_url_(root_url), in ObfuscatedFileEnumerator()
147 db_, context_, root_url_, current_file_id_, in Next()
197 FileSystemURL root_url_; member in fileapi::ObfuscatedFileEnumerator